You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ju...@apache.org on 2020/02/26 23:10:34 UTC

[netbeans] branch master updated (a837b79 -> a08b81c)

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

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


    from a837b79  Fix potential issue with NbLexerCharStream(s) (#1969)
     new da9746c  Enable and fix unused test methods
     new 9b21775  Parametrize tests to separate test logic and data
     new 9d2ff1a  Support for unquoted class names in PHP annotations
     new 58730a5  Support for ::class pseudo constants in PHP annotations
     new 2cfdd07  Add test cases to Doctrine2 module
     new a08b81c  Merge pull request #1934 from czukowski/annotation-utils-test

The 3678 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:
 .../php/api/annotation/util/AnnotationUtils.java   |   2 +-
 .../api/annotation/util/AnnotationUtilsTest.java   | 343 +++++++++++++++------
 .../orm/parser/DiscriminatorMapLineParserTest.java |  15 +
 .../orm/parser/EntityLineParserTest.java           |  13 +
 .../orm/parser/ManyToManyLineParserTest.java       |  13 +
 .../orm/parser/ManyToOneLineParserTest.java        |  13 +
 .../orm/parser/OneToManyLineParserTest.java        |  13 +
 .../orm/parser/OneToOneLineParserTest.java         |  26 ++
 ...octrine2CommonLineAnnotationLineParserTest.java |  14 +
 9 files changed, 360 insertions(+), 92 deletions(-)


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

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