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 ceea5a3953 Merge pull request #7422 from 
dbalek/dbalek/micronaut-endpoint-request-body-generator
     add 41dc498fbc Prevent deleting the nullable type prefix when the "fix 
imports" is run #7123
     new 64451ecaf5 Merge pull request #7421 from 
junichi11/php-gh-7123-fix-imports-with-nullable-types

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:
 .../php/editor/actions/UsedNamesCollector.java     | 12 ++++++++++-
 .../data/testfiles/actions/gh6075_01.php.usedNames |  2 +-
 .../test/unit/data/testfiles/actions/gh7123_01.php | 25 ++++++++++++++++++++++
 .../data/testfiles/actions/gh7123_01.php.usedNames |  3 +++
 .../test/unit/data/testfiles/actions/gh7123_02.php | 23 ++++++++++++++++++++
 .../data/testfiles/actions/gh7123_02.php.usedNames |  2 ++
 .../actions/testGH7123/01/testGH7123_01.php        | 25 ++++++++++++++++++++++
 .../testGH7123/01/testGH7123_01.php.fixUses        | 25 ++++++++++++++++++++++
 .../actions/testGH7123/02/testGH7123_02.php        | 23 ++++++++++++++++++++
 .../testGH7123/02/testGH7123_02.php.fixUses        | 23 ++++++++++++++++++++
 .../php/editor/actions/FixUsesPerformerTest.java   | 12 +++++++++++
 .../php/editor/actions/UsedNamesCollectorTest.java |  8 +++++++
 12 files changed, 181 insertions(+), 2 deletions(-)
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/gh7123_01.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/gh7123_01.php.usedNames
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/gh7123_02.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/gh7123_02.php.usedNames
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/testGH7123/01/testGH7123_01.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/testGH7123/01/testGH7123_01.php.fixUses
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/testGH7123/02/testGH7123_02.php
 create mode 100644 
php/php.editor/test/unit/data/testfiles/actions/testGH7123/02/testGH7123_02.php.fixUses


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