ColdFusion builder bug using java doc syntax
I get that not everyone likes to write code the way that I do and at the same time I don't like to write code the way that you do. I have recently come across 2 bugs that I combined into 1 bug because I think they are related.
First we have a basic ORM component here. I have declared this component as persistent using the attribute in the java doc syntax. This is a perfectly acceptable code and ColdFusion will run it just fine. The only problem is when your using builder and your using code insight and type EntityLoad(" you will only get a list of entity's that have persistet = "true" on the component tag.
Just as above you will have the same issues when you are extending your components. In the following component I have ClassB that extends ClassA. When I create a new instance of b and type b. I will only get a list of methods that are in b. If I added extends="ClassA" to the component than the insight would work out great.
Again if you don't like coding this way I completely understand but I think if its valid syntax then it can be considered a bug If builder does not support it. Please help me out and go vote for it even if it is not your cup of tea!
http://cfbugs.adobe.com/bugreport/flexbugui/cfbugtracker/main.html#bugId=81258
