Contents
-
Deprecated Classes
This implementation has been superseded. It is not necessary to parse Java code in order to tokenize it.
-
Deprecated Fields
Since 7.14.0. Use
JavaMetrics.NPATH_COMP
, which is available on more nodes,
and uses Long instead of BigInteger.
-
Deprecated Methods
Since 7.14.0. This method just returns `this` and isn't useful.
FieldDeclaration may declare several variables, so this is not exhaustive
Iterate on the
VariableIds instead
Since 7.12.0. See super method. This override is needed due to covariant return type change.
This method was added here by mistake. Record patterns don't declare a pattern variable
for the whole pattern, but rather for individual record components, which can be accessed via
ASTRecordPattern.getComponentPatterns()
.
Since 7.1.0. This method is not very useful because the expression
might be complex and not have a real "name". In this case we return the
expression pretty printed.
Since 7.12.0. See super method. This override is needed due to covariant return type change.
This method will be removed. Don't use it.
Since 7.12.0. There is no real use case for mutating the upper bound.
Also, the bound could have been changed to really anything, which means
it wasn't necessarily correct for two of those type vars to compare equals.