You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by tm...@apache.org on 2018/11/10 06:25:31 UTC

[incubator-netbeans] branch master updated (0b002fa -> b54acfa)

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 0b002fa  [NETBEANS-1419] Fix assertion error on Java Projects when Edit JDK from popup menu.
     add cc1b1be  [NETBEANS-792] Return type CC does not work correctly when arguments have a default value
     new b54acfa  Merge pull request #1018 from junichi11/netbeans-792-php-cc-return-type

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:
 .../editor/completion/CompletionContextFinder.java | 19 ++++-
 .../data/testfiles/completion/lib/nb792/nb792.php  | 42 ++++++++++
 .../lib/nb792/nb792.php.testNb792_01.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_02.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_03.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_04.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_05.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_06.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_07.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_08.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_09.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_10.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_11.completion    |  5 ++
 .../completion/PHPCodeCompletionNb792Test.java     | 89 ++++++++++++++++++++++
 14 files changed, 204 insertions(+), 1 deletion(-)
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/nb792/nb792.php
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/nb792/nb792.php.testNb792_01.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/nb792/nb792.php.testNb792_02.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/nb792/nb792.php.testNb792_03.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/nb792/nb792.php.testNb792_04.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/nb792/nb792.php.testNb792_05.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/nb792/nb792.php.testNb792_06.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/nb792/nb792.php.testNb792_07.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/nb792/nb792.php.testNb792_08.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/nb792/nb792.php.testNb792_09.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/nb792/nb792.php.testNb792_10.completion
 create mode 100644 php/php.editor/test/unit/data/testfiles/completion/lib/nb792/nb792.php.testNb792_11.completion
 create mode 100644 php/php.editor/test/unit/src/org/netbeans/modules/php/editor/completion/PHPCodeCompletionNb792Test.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[incubator-netbeans] 01/01: Merge pull request #1018 from junichi11/netbeans-792-php-cc-return-type

Posted by tm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tmysik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit b54acfa82d2bc32ee63841191939a044fa0fbcd1
Merge: 0b002fa cc1b1be
Author: Tomáš Myšík <to...@gmail.com>
AuthorDate: Sat Nov 10 07:25:26 2018 +0100

    Merge pull request #1018 from junichi11/netbeans-792-php-cc-return-type
    
    [NETBEANS-792] Return type CC does not work correctly when arguments have a default value

 .../editor/completion/CompletionContextFinder.java | 19 ++++-
 .../data/testfiles/completion/lib/nb792/nb792.php  | 42 ++++++++++
 .../lib/nb792/nb792.php.testNb792_01.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_02.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_03.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_04.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_05.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_06.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_07.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_08.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_09.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_10.completion    |  5 ++
 .../lib/nb792/nb792.php.testNb792_11.completion    |  5 ++
 .../completion/PHPCodeCompletionNb792Test.java     | 89 ++++++++++++++++++++++
 14 files changed, 204 insertions(+), 1 deletion(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists