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

junichi11 pushed a change to branch php-nb21-features
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from 758c92a42a Merge pull request #6675 from junichi11/php82-dnf-types
     new e3dae462af PHP 8.2 Support: Constants in Traits (Part 6)
     new 3a906350c7 Encode parameter types for PhpDoc
     new 269de6453a Merge pull request #6700 from 
junichi11/php82-constants-in-traits

The 9293 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   | 11 ++++++
 php/php.editor/nbproject/project.properties        |  2 +-
 php/php.editor/nbproject/project.xml               |  2 +-
 .../php/editor/elements/ParameterElementImpl.java  |  8 ++--
 .../ConstantRedeclarationHintError.java            | 12 +++++-
 .../editor/verification/IntroduceSuggestion.java   | 22 +++++++++--
 .../testIssue240824/testIssue240824.php.indexed    |  2 +-
 .../testPHP82DNFParameterTypes.php.indexed         | 20 +++++-----
 .../testPhpDocParameterTypes.php}                  | 34 ++++++++--------
 .../testPhpDocParameterTypes.php.indexed           | 41 +++++++++++++++++++
 .../ConstantRedeclarationHint/testTraits.php}      | 34 +++++++---------
 .../testTraits.php.testTraits.hints                |  6 +++
 .../testConstantsInTraits01.php}                   | 23 ++---------
 ...raits01.php.testConstantsInTraits01_PHP81.hints |  0
 ...raits01.php.testConstantsInTraits01_PHP82.hints |  4 ++
 ...s01.php.testConstantsInTraits01_PHP82Fix.fixed} | 22 +++--------
 .../testConstantsInTraits02.php}                   | 24 +++--------
 ...raits02.php.testConstantsInTraits02_PHP82.hints |  0
 .../testConstantsInTraits03.php}                   | 26 ++++--------
 ...raits03.php.testConstantsInTraits03_PHP82.hints |  0
 .../modules/php/editor/index/PHPIndexTest.java     |  4 ++
 .../ConstantRedeclarationHintTest.java             |  4 ++
 .../verification/IntroduceSuggestionTest.java      | 46 +++++++++++++++++++++-
 24 files changed, 215 insertions(+), 134 deletions(-)
 copy 
php/php.editor/test/unit/{src/org/netbeans/modules/php/editor/verification/ConstantRedeclarationHintTest.java
 => data/testfiles/index/testPhpDocParameterTypes/testPhpDocParameterTypes.php} 
(56%)
 create mode 100644 
php/php.editor/test/unit/data/testfiles/index/testPhpDocParameterTypes/testPhpDocParameterTypes.php.indexed
 copy 
php/php.editor/test/unit/{src/org/netbeans/modules/php/editor/verification/ConstantRedeclarationHintTest.java
 => data/testfiles/verification/ConstantRedeclarationHint/testTraits.php} (55%)
 create mode 100644 
php/php.editor/test/unit/data/testfiles/verification/ConstantRedeclarationHint/testTraits.php.testTraits.hints
 copy 
php/php.editor/test/unit/{src/org/netbeans/modules/php/editor/verification/ConstantRedeclarationHintTest.java
 => 
data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits01/testConstantsInTraits01.php}
 (55%)
 copy 
enterprise/web.jspparser/test/unit/data/jspparser-data/wmroot/subdir/Page1.jsp 
=> 
php/php.editor/test/unit/data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits01/testConstantsInTraits01.php.testConstantsInTraits01_PHP81.hints
 (100%)
 create mode 100644 
php/php.editor/test/unit/data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits01/testConstantsInTraits01.php.testConstantsInTraits01_PHP82.hints
 copy 
php/php.editor/test/unit/{src/org/netbeans/modules/php/editor/verification/ConstantRedeclarationHintTest.java
 => 
data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits01/testConstantsInTraits01.php.testConstantsInTraits01_PHP82Fix.fixed}
 (56%)
 copy 
php/php.editor/test/unit/{src/org/netbeans/modules/php/editor/verification/ConstantRedeclarationHintTest.java
 => 
data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits02/testConstantsInTraits02.php}
 (55%)
 copy 
enterprise/web.jspparser/test/unit/data/jspparser-data/wmroot/subdir/Page1.jsp 
=> 
php/php.editor/test/unit/data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits02/testConstantsInTraits02.php.testConstantsInTraits02_PHP82.hints
 (100%)
 copy 
php/php.editor/test/unit/{src/org/netbeans/modules/php/editor/verification/ConstantRedeclarationHintTest.java
 => 
data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits03/testConstantsInTraits03.php}
 (56%)
 copy 
enterprise/web.jspparser/test/unit/data/jspparser-data/wmroot/subdir/Page1.jsp 
=> 
php/php.editor/test/unit/data/testfiles/verification/IntroduceSuggestion/testConstantsInTraits03/testConstantsInTraits03.php.testConstantsInTraits03_PHP82.hints
 (100%)


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