This is an automated email from the ASF dual-hosted git repository.
junichi11 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 6f2a1ee67e1 Merge pull request #8250 from
junichi11/gh-8244-incorrect-unused-constants
add ad3d9c6de20 [GH 8420] PHP Constructor code completion should not add
[#Override] Override Attribute on constructors in PHP leads to compile errors
(See also #8334)
add b9d00b8d6aa Merge pull request #8421 from NReib/BOverrideOnConstructor
No new revisions were added by this update.
Summary of changes:
.../codegen/SinglePropertyMethodCreator.java | 3 +
.../php/editor/completion/PHPCompletionItem.java | 3 +
.../testInstanceOverrideMethod.php | 5 +
...ethod.php.testInstanceOverrideMethod_03.codegen | 3 +
.../testMagicMethodOverride/Override.php | 79 +++++++++
...hp.testMagicMethodOverride_01_PHP83.cccustomtpl | 185 +++++++++++++++++++++
.../SelectedPropertyMethodsCreatorTest.java | 6 +
.../PHPCodeCompletionMagicMethodTest.java | 5 +
8 files changed, 289 insertions(+)
create mode 100644
php/php.editor/test/unit/data/testfiles/codegen/testInstanceOverrideMethod/testInstanceOverrideMethod.php.testInstanceOverrideMethod_03.codegen
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/magicMethods/testMagicMethodOverride/Override.php
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/magicMethods/testMagicMethodOverride/Override.php.testMagicMethodOverride_01_PHP83.cccustomtpl
---------------------------------------------------------------------
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