You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/11/06 07:06:41 UTC

[GitHub] [netbeans] tmysik commented on a change in pull request #1605: [NETBEANS-1855] Autocomplete for property and method without $this->

tmysik commented on a change in pull request #1605: [NETBEANS-1855] Autocomplete for property and method without $this->
URL: https://github.com/apache/netbeans/pull/1605#discussion_r342942266
 
 

 ##########
 File path: php/php.editor/test/unit/src/org/netbeans/modules/php/editor/completion/PHPCodeCompletionTest.java
 ##########
 @@ -781,6 +781,7 @@ public void testClassConstructorOptionalParam_01() throws Exception {
     }
 
     public void testIssue153707_01() throws Exception {
+        // FIXME: maybe, should add only variables and $this->
         checkCompletion("testfiles/completion/lib/_base/issue153707.php", "class property: ^", false);
 
 Review comment:
   Agreed.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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

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