This is an automated email from the ASF dual-hosted git repository. junichi11 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 64451ecaf5e991340e64c6faac2c7e983924c464 Merge: ceea5a3953 41dc498fbc Author: Junichi Yamamoto <[email protected]> AuthorDate: Wed Jun 5 07:55:24 2024 +0900 Merge pull request #7421 from junichi11/php-gh-7123-fix-imports-with-nullable-types Prevent deleting the nullable type prefix when the "fix imports" is run #7123 .../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(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
