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 6dc3462 Merge pull request #967 from vikasprabhakar/j2ee.dd.webservice
add dbfad6f Remove unused imports in php.editor
add 9762ba2 Use whitespaces instead of TABs in ASTPHP5Parser.cup
add 6e1d6d1 Use whitespaces instead of TABs in ASTPHP5Scanner.flex
add 38ced42 Remove an unused import in ASTPHP5Scanner.flex
add 85e1a52 Regenerate ASTPHP5Parser and ASTPHP5Scanner
new 487d18b Merge pull request #1009 from
junichi11/php.editor-minor-changes
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:
.../modules/php/editor/csl/PHPTypeSearcher.java | 1 -
.../php/editor/elements/VariableElementImpl.java | 1 -
.../modules/php/editor/indent/ui/FmtWrapping.java | 1 -
.../modules/php/editor/parser/ASTPHP5Parser.java | 2276 +++++++++---------
.../modules/php/editor/parser/ASTPHP5Scanner.java | 511 ++---
.../modules/php/editor/parser/ASTPHP5Symbols.java | 2 +-
.../org/netbeans/test/php/brackets/brackets.java | 3 -
.../src/org/netbeans/test/php/cc/testCC.java | 1 -
.../org/netbeans/test/php/cc/testCCInDetail.java | 3 -
.../test/php/cc/testCCReturnAnotation.java | 10 -
.../src/org/netbeans/test/php/cc/testCCSmarty.java | 1 -
.../src/org/netbeans/test/php/folds/folds.java | 3 -
.../netbeans/test/php/formatting/formatting.java | 5 -
.../testNewPHPProjectNameLocationStepOperator.java | 3 -
.../editor/completion/PHP53CodeCompletionTest.java | 1 -
.../completion/PHPCodeCompletion194836Test.java | 2 -
.../modules/php/editor/csl/TestUtilities.java | 11 -
.../modules/php/editor/lexer/PHPLexerUtils.java | 1 -
.../editor/model/impl/ModelPerformanceTest.java | 8 -
.../modules/php/editor/parser/api/UtilsTest.java | 1 -
.../typinghooks/PhpTypedBreakInterceptorTest.java | 2 -
.../typinghooks/PhpTypedTextInterceptorTest.java | 3 -
php/php.editor/tools/ASTPHP5Parser.cup | 2424 ++++++++++----------
php/php.editor/tools/ASTPHP5Scanner.flex | 483 ++--
24 files changed, 2847 insertions(+), 2910 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