This is an automated email from the ASF dual-hosted git repository.
tmysik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.
from b6d8b13 Merge pull request #1021 from
junichi11/fix-php.editor-unit-test
add 4394c0a [NETBEANS-1718] Improve Unused Variables Hint
new 4438334 Merge pull request #1027 from
junichi11/netbeans-1718-unused-variable-hint
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/verification/Bundle.properties | 1 +
.../verification/UnusedVariableCustomizer.form | 22 +++-
.../verification/UnusedVariableCustomizer.java | 38 +++++--
.../editor/verification/UnusedVariableHint.java | 112 ++++++++++++++++++++-
...stUnusedVariableInInheritedMethodParameters.php | 69 +++++++++++++
...sedVariableInInheritedMethodParameters_01.hints | 27 +++++
...sedVariableInInheritedMethodParameters_02.hints | 8 ++
...sedVariableInInheritedMethodParameters_03.hints | 3 +
...sedVariableInInheritedMethodParameters_04.hints | 3 +
.../verification/UnusedVariableHintTest.java | 29 ++++++
10 files changed, 300 insertions(+), 12 deletions(-)
create mode 100644
php/php.editor/test/unit/data/testfiles/verification/testUnusedVariableInInheritedMethodParameters.php
create mode 100644
php/php.editor/test/unit/data/testfiles/verification/testUnusedVariableInInheritedMethodParameters.php.testUnusedVariableInInheritedMethodParameters_01.hints
create mode 100644
php/php.editor/test/unit/data/testfiles/verification/testUnusedVariableInInheritedMethodParameters.php.testUnusedVariableInInheritedMethodParameters_02.hints
create mode 100644
php/php.editor/test/unit/data/testfiles/verification/testUnusedVariableInInheritedMethodParameters.php.testUnusedVariableInInheritedMethodParameters_03.hints
create mode 100644
php/php.editor/test/unit/data/testfiles/verification/testUnusedVariableInInheritedMethodParameters.php.testUnusedVariableInInheritedMethodParameters_04.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