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

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

commit 17690b1929ebc44fe296d85ffde27fcdaaab077b
Merge: d44ead76189 365446a744e
Author: Matthias Bläsing <[email protected]>
AuthorDate: Sun Jan 11 19:41:44 2026 +0100

    Merge pull request #8883 from troizet/fix_gh_8527
    
    PHP: Fixed an issue where a trait used in an anonymous class was defined as 
being used in a wrapper class

 .../php/editor/model/nodes/ASTNodeInfo.java        | 13 +++++++--
 .../model/nodes/ClassInstanceCreationInfo.java     | 24 ----------------
 .../structure/anonymousClassInClassScope.pass      |  2 +-
 .../structure/anonymousClassInTraitScope.pass      |  2 +-
 .../editor/csl/NavigatorTest/structure/gh8527.pass |  9 ++++++
 .../test/unit/data/testfiles/structure/gh8527.php  | 33 ++++++++++++++++++++++
 .../ImplementAbstractMethodsHintError/gh8527.php   | 32 +++++++++++++++++++++
 .../gh8527.php.testGH8527.hints                    |  0
 .../gh8527_01.php                                  | 27 ++++++++++++++++++
 .../gh8527_01.php.testGH8527_01.hints              |  4 +++
 .../modules/php/editor/csl/NavigatorTest.java      |  4 +++
 .../ImplementAbstractMethodsHintErrorTest.java     |  8 ++++++
 12 files changed, 130 insertions(+), 28 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

Reply via email to