processing / processing-experimental

Experimental Mode for the PDE
72 stars 25 forks source link

Show usage fails for methods which have javadoc comment #51

Closed Manindra29 closed 10 years ago

Manindra29 commented 10 years ago

Closely related to #15 Happens only when right clicking on the function name at its declaration. Clicking on the function name elsewhere in code works fine.

Manindra29 commented 10 years ago

This means that the javadoc is hindering findAllOccurences, by causing the ast to detect it as part of the method declaration line.. meh.