This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from d44ead76189 Merge pull request #9125 from
lkishalmi/remove-gradle.htmlui
add 365446a744e Fixed an issue where a trait used in an anonymous class
was defined as being used in a wrapper class.
new 17690b1929e Merge pull request #8883 from troizet/fix_gh_8527
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/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(-)
create mode 100644
php/php.editor/test/unit/data/goldenfiles/org/netbeans/modules/php/editor/csl/NavigatorTest/structure/gh8527.pass
create mode 100644 php/php.editor/test/unit/data/testfiles/structure/gh8527.php
create mode 100644
php/php.editor/test/unit/data/testfiles/verification/ImplementAbstractMethodsHintError/gh8527.php
copy
contrib/groovy.grailsproject/test/unit/data/projects/completion/stacktrace.log
=>
php/php.editor/test/unit/data/testfiles/verification/ImplementAbstractMethodsHintError/gh8527.php.testGH8527.hints
(100%)
create mode 100644
php/php.editor/test/unit/data/testfiles/verification/ImplementAbstractMethodsHintError/gh8527_01.php
create mode 100644
php/php.editor/test/unit/data/testfiles/verification/ImplementAbstractMethodsHintError/gh8527_01.php.testGH8527_01.hints
---------------------------------------------------------------------
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