|
org.netbeans.modules.java.source 0.80.1 17 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Java Source | |
---|---|
org.netbeans.api.java.loaders | |
org.netbeans.api.java.source | Permits inspection and modification of the structure of Java sources. |
org.netbeans.api.java.source.support | |
org.netbeans.spi.java.loaders |
Provides Java Model API access.
ensure.built.source.roots
When the ensure.built.source.roots
property is set during ant script execution,
the javac
task will not actually build the classfiles from scratch, but rather copy classfiles
produced by the Java infrastructure into the output folder. The content of the property will
be interpreted as list of source roots, for which the artifacts should be copied.
TreePathHandle
has a new from(ElementHandle)
method.
JavaSource.runModificationTask
method works on source-less JavaSource
s.
Added a new version of the isMain
method into org.netbeans.api.java.source.SourceUtils
which allows
check based only on index information.
com.sun.source.tree.DisjointTypeTree
renamed to com.sun.source.tree.DisjunctiveTypeTree
from javac,
so adjusting TreeMaker
to it. com.sun.source.tree.AnnotationTypeTree
has been removed from javac and
is no longer available.
Added CodeStyle.alignMultilineTryResources
, CodeStyle.spaceBeforeTryParen
,
CodeStyle.spaceWithinTryParens
, CodeStyle.wrapTryResources
TreeMaker.DisjointType
, CodeStyle.Try
and TreeUtilities.CLASS_TREE_KINDS
to support new language features in JDK7.
XXX no answer for arch-usecases
|
|
|
The sources for the module are in the NetBeans Mercurial repositories.
XXX no answer for deploy-dependencies
Read more about the implementation in the answers to architecture questions.
|
org.netbeans.modules.java.source 0.80.1 17 | |||||||||
PREV NEXT | FRAMES NO FRAMES |