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 cf4a54dc8c Merge pull request #7595 from
jhorvath/oci-container-registry
add 89f63f062a Add the `Error` class and the `Throwable` interface as
completion items for exceptions [GH-7594]
new b1a4514cad Merge pull request #7599 from
junichi11/php-gh-7594-cc-throwable-error
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/completion/PHPCodeCompletion.java | 23 ++++++++-
.../testfiles/completion/lib/gh7594/gh7594.php | 55 ++++++++++++++++++++
.../gh7594/gh7594.php.testGH7594_01a.completion | 5 ++
.../gh7594/gh7594.php.testGH7594_01b.completion | 5 ++
.../gh7594/gh7594.php.testGH7594_02a.completion | 5 ++
.../gh7594/gh7594.php.testGH7594_02b.completion | 5 ++
.../gh7594/gh7594.php.testGH7594_03a.completion | 5 ++
.../gh7594/gh7594.php.testGH7594_03b.completion | 5 ++
.../data/testfiles/completion/lib/gh7594/stub.php | 25 +++++++++
.../completion/PHPCodeCompletionGH7594Test.java | 59 ++++++++++++++++++++++
10 files changed, 190 insertions(+), 2 deletions(-)
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/gh7594/gh7594.php
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/gh7594/gh7594.php.testGH7594_01a.completion
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/gh7594/gh7594.php.testGH7594_01b.completion
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/gh7594/gh7594.php.testGH7594_02a.completion
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/gh7594/gh7594.php.testGH7594_02b.completion
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/gh7594/gh7594.php.testGH7594_03a.completion
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/gh7594/gh7594.php.testGH7594_03b.completion
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/gh7594/stub.php
create mode 100644
php/php.editor/test/unit/src/org/netbeans/modules/php/editor/completion/PHPCodeCompletionGH7594Test.java
---------------------------------------------------------------------
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