SourceUtils.getFile list
of file names to searh for. There is also SourceUtils.findSourceFileName
to obtain name of file for an Element.
ElementHandle for moduleElementHandle from a module name.
ElementFilter according
to hiding and inheritance rules. The method may be useful to list elements matching certain
criteria, or to check whether an element exists and find what class/method defined it.
findUnimplementedMethods and findOverridableMethods
work better with interface default methods: they are treated as implemented,
but overridable.
Allow ElementUtilities.findUnimplementedMethods enumerate
also default methods whose implementations are not provided by class or
superclasses.
ClassIndex to search a lambda
implementations.
OpenIDE Text API dependencies are removed, affecting ModificationResult.Difference
API class, whose interface changed incompatibly. The class now returns
java.swing.text.Position instead of org.openide.text.PositionRef
for the start and end positions.
For binary compatibility, an additional module java.source.compat8 was created,
which provides compatible method that still returns PositionRef
Runtime compatibility remains, compile time compatibility is
mostly preserved too. It is however recommended to upgrade
dependencies of client modules. Try running
ant fix-dependencies in your Ant module.
Find the target of break or continue
statement. Target is of type Tree here.
Regarding the JEP 394 (finalization of pattern matching for instanceof in JDK 16). The shape of the BindingPatternTree has changed; the BindingPatternTree does not have a name and type, but rather a VariableTree.
The supplied dates indicate when the API change was made, on the CVS trunk. From this you can generally tell whether the change should be present in a given build or not; for trunk builds, simply whether it was made before or after the change; for builds on a stabilization branch, whether the branch was made before or after the given date. In some cases corresponding API changes have been made both in the trunk and in an in-progress stabilization branch, if they were needed for a bug fix; this ought to be marked in this list.
release41 branch was made on Apr 03 '05 for use in the NetBeans 4.1 release.
Specification versions: 6.0 begins after this point.release40 branch was made on Nov 01 '04 for use in the NetBeans 4.0 release.
Specification versions: 5.0 begins after this point.@FOOTER@