You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by tm...@apache.org on 2020/07/15 16:28:24 UTC

[netbeans] branch master updated (b424035 -> 50fbe0e)

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

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


    from b424035  Merge pull request #2254 from junichi11/netbeans-4573-phpcsfixer-issue
     new f643771  Add the `isSupportedVersion()` method to the PhpVersion
     new b2b97d4  Add the `getFirstError()` and the `getFirstWarning()` methods to the `ValidationResult` class
     new 50fbe0e  Merge pull request #2250 from junichi11/phpmodule.api-minor-improvements

The 4162 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/php.api.phpmodule/manifest.mf                  |  2 +-
 .../org/netbeans/modules/php/api/PhpVersion.java   | 63 ++++++++++++++++++++++
 .../php/api/validation/ValidationResult.java       | 29 ++++++++++
 .../netbeans/modules/php/api/PhpVersionTest.java   | 31 +++++------
 4 files changed, 107 insertions(+), 18 deletions(-)
 copy platform/libs.junit4/test/unit/src/org/netbeans/libs/junit4/JunitTest.java => php/php.api.phpmodule/test/unit/src/org/netbeans/modules/php/api/PhpVersionTest.java (67%)


---------------------------------------------------------------------
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