The parsing code for identifying properties doesn't seem to work right.

I have several JavaBeans compliant property definitions, like:

public String getName()
public void setName(String newVal) throws Exception

Which should get identified by the structure pane as read-write properties
with the instance variable, and methods grouped together. They however
(several) only get identified as read-only properties, even though the
setter methods are defined as above. I have tried removing the exception,
moving some distant methods closer together but it doesn't join them under
the "property group" on the structure tree.

Any thoughts?

/a



_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to