This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


    from 35197cd  Merge pull request #1053 from 
jlahoda/enable-travis-for-java-tests3
     add 8d47f42  Fixing implicit trees in conditions; when a variable/field 
pattern has a fixed name, must also match the variable name.
     new c51216e  Merge pull request #1049 from 
jlahoda/fix-conditions-implicit-trees

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:
 .../modules/java/hints/declarative/Condition.java  | 10 ++--
 .../java/hints/declarative/ImplicitThisCheck.hint  | 22 ++++++++
 .../java/hints/declarative/ImplicitThisCheck.test  | 63 ++++++++++++++++++++++
 .../hints/declarative/SubtypeOfSerializable.hint   | 23 ++++++++
 .../hints/declarative/SubtypeOfSerializable.test   | 24 +++++++++
 java/java.source.base/apichanges.xml               | 13 +++++
 java/java.source.base/nbproject/project.properties |  2 +-
 .../netbeans/api/java/source/matching/Matcher.java | 11 ++++
 .../modules/java/source/matching/CopyFinder.java   | 13 +++--
 .../java/hints/spiimpl/hints/HintsInvoker.java     |  2 +-
 .../spi/java/hints/matching/CopyFinderTest.java    | 32 +++++++++++
 11 files changed, 203 insertions(+), 12 deletions(-)
 create mode 100644 
java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/ImplicitThisCheck.hint
 create mode 100644 
java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/ImplicitThisCheck.test
 create mode 100644 
java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/SubtypeOfSerializable.hint
 create mode 100644 
java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/SubtypeOfSerializable.test


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to