-
Type:
Enhancement
-
Resolution: Won't Fix
-
Priority:
P4
-
Affects Version/s: 1.4.0
-
Component/s: tools
-
generic
-
generic
Name: eaC66865 Date: 12/04/2002
SourcePosition.column() returns a truly mysterious value
that needs clarification. It is not the column number at
which the declaration starts, but rather the column number
at which the identifier appears.
So for:
____public final String result, column() returns 23.
In general, modifiers and return values are ignored.
This implementation seems strange, so it needs a lengthier
explanation.
======================================================================