This is an automated email from the ASF dual-hosted git repository.
geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.
from a174e1f Merge pull request #333 from jlahoda/jdk-javac
add 498e9c0 [NETBEANS-224] Fixing handling of methods without names;
stripping the broken methods from the source, not using TreePath.getPath as it
uses the not-error aware TreePathScanner (as is slow anyway).
new f1341bc Merge pull request #335 from jlahoda/NETBEANS-224
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
java.editor.base/nbproject/project.xml | 4 ++++
.../semantic/MarkOccurrencesHighlighterBase.java | 9 +++++----
.../editor/base/semantic/MethodExitDetector.java | 6 +++---
.../MarkOccDetTest/testErroneousMethod.pass | 0
.../editor/base/semantic/data/ErroneousMethod.java | 5 +++++
.../java/editor/base/semantic/MarkOccDetTest.java | 4 ++++
.../java/source/indexing/VanillaCompileWorker.java | 13 +++++++++++--
.../source/indexing/VanillaCompileWorkerTest.java | 22 ++++++++++++++++++++++
8 files changed, 54 insertions(+), 9 deletions(-)
copy
xml.schema.model/test/unit/src/org/netbeans/modules/xml/schema/model/resources/dummyProject/nbproject/private/tmpfile
=>
java.editor.base/test/unit/data/goldenfiles/org/netbeans/modules/java/editor/base/semantic/MarkOccDetTest/testErroneousMethod.pass
(100%)
create mode 100644
java.editor.base/test/unit/data/org/netbeans/modules/java/editor/base/semantic/data/ErroneousMethod.java
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists