[jira] [Commented] (NETBEANS-4673) PHP navigate to source not working

2020-08-03 Thread Junichi Yamamoto (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17170476#comment-17170476
 ] 

Junichi Yamamoto commented on NETBEANS-4673:


[~OS1] Please create a new issue as a JavaScript problem.

[~vitalykk1983] Thanks!

> PHP navigate to source not working
> --
>
> Key: NETBEANS-4673
> URL: https://issues.apache.org/jira/browse/NETBEANS-4673
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: Next
> Environment: Ubuntu 20.04
> Product Version: Apache NetBeans IDE DEV (Build 
> dev-08d65f163be3bb1232098cc66b558438e90ddc01)
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu120.04
> System: Linux version 5.8.0-050800-generic running on amd64; UTF-8; en_GB (nb)
>Reporter: Owen Savill
>Assignee: Junichi Yamamoto
>Priority: Major
> Attachments: SamplePHPProject.zip, netbeans-4673.gif
>
>
> PHP source navigation is broken. 
> Navigation to $this->methodName() takes you to the top of the current class, 
> i.e. that line that says "class foo {"
> Navigation to $that->methodName() doesn't go anywhere at all.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-4673) PHP navigate to source not working

2020-08-03 Thread Los Vitaly (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17170354#comment-17170354
 ] 

Los Vitaly commented on NETBEANS-4673:
--

I use ubuntu 18.04, netbeans 12.0 and code navigation working as expected

 

> PHP navigate to source not working
> --
>
> Key: NETBEANS-4673
> URL: https://issues.apache.org/jira/browse/NETBEANS-4673
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: Next
> Environment: Ubuntu 20.04
> Product Version: Apache NetBeans IDE DEV (Build 
> dev-08d65f163be3bb1232098cc66b558438e90ddc01)
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu120.04
> System: Linux version 5.8.0-050800-generic running on amd64; UTF-8; en_GB (nb)
>Reporter: Owen Savill
>Assignee: Junichi Yamamoto
>Priority: Major
> Attachments: SamplePHPProject.zip, netbeans-4673.gif
>
>
> PHP source navigation is broken. 
> Navigation to $this->methodName() takes you to the top of the current class, 
> i.e. that line that says "class foo {"
> Navigation to $that->methodName() doesn't go anywhere at all.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-4673) PHP navigate to source not working

2020-08-03 Thread Owen Savill (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17170133#comment-17170133
 ] 

Owen Savill commented on NETBEANS-4673:
---

Importing v12 settings and projects was enough to cause the issue. I think that 
the exception is being thrown, possibly by the JavaScript parser as you 
suggested, but it's not being caught and handled so the project scanning 
process is crashing out and the project indexes not being built.

> PHP navigate to source not working
> --
>
> Key: NETBEANS-4673
> URL: https://issues.apache.org/jira/browse/NETBEANS-4673
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: Next
> Environment: Ubuntu 20.04
> Product Version: Apache NetBeans IDE DEV (Build 
> dev-08d65f163be3bb1232098cc66b558438e90ddc01)
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu120.04
> System: Linux version 5.8.0-050800-generic running on amd64; UTF-8; en_GB (nb)
>Reporter: Owen Savill
>Assignee: Junichi Yamamoto
>Priority: Major
> Attachments: SamplePHPProject.zip, netbeans-4673.gif
>
>
> PHP source navigation is broken. 
> Navigation to $this->methodName() takes you to the top of the current class, 
> i.e. that line that says "class foo {"
> Navigation to $that->methodName() doesn't go anywhere at all.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-4673) PHP navigate to source not working

2020-08-03 Thread Owen Savill (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17170125#comment-17170125
 ] 

Owen Savill commented on NETBEANS-4673:
---

I deleted the cache but it made no difference. I then deleted the .netbeans/dev 
directory as well and relaunched NB and didn't import old v12 settings and it's 
working as expected, so something brought over from v12's settings upsets it. 
I'll try again and this time import v12 settings and see what happens...

> PHP navigate to source not working
> --
>
> Key: NETBEANS-4673
> URL: https://issues.apache.org/jira/browse/NETBEANS-4673
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: Next
> Environment: Ubuntu 20.04
> Product Version: Apache NetBeans IDE DEV (Build 
> dev-08d65f163be3bb1232098cc66b558438e90ddc01)
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu120.04
> System: Linux version 5.8.0-050800-generic running on amd64; UTF-8; en_GB (nb)
>Reporter: Owen Savill
>Assignee: Junichi Yamamoto
>Priority: Major
> Attachments: SamplePHPProject.zip, netbeans-4673.gif
>
>
> PHP source navigation is broken. 
> Navigation to $this->methodName() takes you to the top of the current class, 
> i.e. that line that says "class foo {"
> Navigation to $that->methodName() doesn't go anywhere at all.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-4673) PHP navigate to source not working

2020-08-03 Thread Junichi Yamamoto (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17170082#comment-17170082
 ] 

Junichi Yamamoto commented on NETBEANS-4673:


Thanks for it. However, unfortunately, I can't reproduce it.

Please try deleting your cache directory.

My environments:
 Source: current master branch
 JDK: OpenJDK 11

!netbeans-4673.gif!

> PHP navigate to source not working
> --
>
> Key: NETBEANS-4673
> URL: https://issues.apache.org/jira/browse/NETBEANS-4673
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: Next
> Environment: Ubuntu 20.04
> Product Version: Apache NetBeans IDE DEV (Build 
> dev-08d65f163be3bb1232098cc66b558438e90ddc01)
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu120.04
> System: Linux version 5.8.0-050800-generic running on amd64; UTF-8; en_GB (nb)
>Reporter: Owen Savill
>Assignee: Junichi Yamamoto
>Priority: Major
> Attachments: SamplePHPProject.zip, netbeans-4673.gif
>
>
> PHP source navigation is broken. 
> Navigation to $this->methodName() takes you to the top of the current class, 
> i.e. that line that says "class foo {"
> Navigation to $that->methodName() doesn't go anywhere at all.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-4673) PHP navigate to source not working

2020-08-03 Thread Owen Savill (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17170049#comment-17170049
 ] 

Owen Savill commented on NETBEANS-4673:
---

This is all that's required to reproduce the issue, no JavaScript only a couple 
of lines of very simple PHP

 

[^SamplePHPProject.zip]

> PHP navigate to source not working
> --
>
> Key: NETBEANS-4673
> URL: https://issues.apache.org/jira/browse/NETBEANS-4673
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: Next
> Environment: Ubuntu 20.04
> Product Version: Apache NetBeans IDE DEV (Build 
> dev-08d65f163be3bb1232098cc66b558438e90ddc01)
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu120.04
> System: Linux version 5.8.0-050800-generic running on amd64; UTF-8; en_GB (nb)
>Reporter: Owen Savill
>Assignee: Junichi Yamamoto
>Priority: Major
> Attachments: SamplePHPProject.zip
>
>
> PHP source navigation is broken. 
> Navigation to $this->methodName() takes you to the top of the current class, 
> i.e. that line that says "class foo {"
> Navigation to $that->methodName() doesn't go anywhere at all.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-4673) PHP navigate to source not working

2020-08-03 Thread Junichi Yamamoto (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17170027#comment-17170027
 ] 

Junichi Yamamoto commented on NETBEANS-4673:


> WARNING [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]
java.lang.AssertionError
> at com.oracle.js.parser.Parser.verifyDestructuringBindingPattern(Unknown 
> Source)

Maybe, It's JavaScript area not PHP.
Please try to comment-out JS code.

> I think any code will do. 

We can't do anything if you don't provide the code to reproduce it.

> PHP navigate to source not working
> --
>
> Key: NETBEANS-4673
> URL: https://issues.apache.org/jira/browse/NETBEANS-4673
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: Next
> Environment: Ubuntu 20.04
> Product Version: Apache NetBeans IDE DEV (Build 
> dev-08d65f163be3bb1232098cc66b558438e90ddc01)
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu120.04
> System: Linux version 5.8.0-050800-generic running on amd64; UTF-8; en_GB (nb)
>Reporter: Owen Savill
>Assignee: Junichi Yamamoto
>Priority: Major
>
> PHP source navigation is broken. 
> Navigation to $this->methodName() takes you to the top of the current class, 
> i.e. that line that says "class foo {"
> Navigation to $that->methodName() doesn't go anywhere at all.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-4673) PHP navigate to source not working

2020-08-03 Thread Owen Savill (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17170010#comment-17170010
 ] 

Owen Savill commented on NETBEANS-4673:
---

It all works correctly in Netbeans 12 with OpenJDK 11 and Oracle Java 12

> PHP navigate to source not working
> --
>
> Key: NETBEANS-4673
> URL: https://issues.apache.org/jira/browse/NETBEANS-4673
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: Next
> Environment: Ubuntu 20.04
> Product Version: Apache NetBeans IDE DEV (Build 
> dev-08d65f163be3bb1232098cc66b558438e90ddc01)
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu120.04
> System: Linux version 5.8.0-050800-generic running on amd64; UTF-8; en_GB (nb)
>Reporter: Owen Savill
>Assignee: Junichi Yamamoto
>Priority: Major
>
> PHP source navigation is broken. 
> Navigation to $this->methodName() takes you to the top of the current class, 
> i.e. that line that says "class foo {"
> Navigation to $that->methodName() doesn't go anywhere at all.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-4673) PHP navigate to source not working

2020-08-03 Thread Owen Savill (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17170005#comment-17170005
 ] 

Owen Savill commented on NETBEANS-4673:
---

Also there are no info boxes produced when I Alt and hover over functions, 
which all suggests it isn't parsing projects correctly.

> PHP navigate to source not working
> --
>
> Key: NETBEANS-4673
> URL: https://issues.apache.org/jira/browse/NETBEANS-4673
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: Next
> Environment: Ubuntu 20.04
> Product Version: Apache NetBeans IDE DEV (Build 
> dev-08d65f163be3bb1232098cc66b558438e90ddc01)
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu120.04
> System: Linux version 5.8.0-050800-generic running on amd64; UTF-8; en_GB (nb)
>Reporter: Owen Savill
>Assignee: Junichi Yamamoto
>Priority: Major
>
> PHP source navigation is broken. 
> Navigation to $this->methodName() takes you to the top of the current class, 
> i.e. that line that says "class foo {"
> Navigation to $that->methodName() doesn't go anywhere at all.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-4673) PHP navigate to source not working

2020-08-03 Thread Owen Savill (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17170001#comment-17170001
 ] 

Owen Savill commented on NETBEANS-4673:
---

[~junichi11]I think any code will do. The project I'm editing is pretty large. 
I was using OpenJDK 11 and am now using Oracle Java 12 and the results are the 
same. Should I downgrade to Oracle Java 8?

> PHP navigate to source not working
> --
>
> Key: NETBEANS-4673
> URL: https://issues.apache.org/jira/browse/NETBEANS-4673
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: Next
> Environment: Ubuntu 20.04
> Product Version: Apache NetBeans IDE DEV (Build 
> dev-08d65f163be3bb1232098cc66b558438e90ddc01)
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu120.04
> System: Linux version 5.8.0-050800-generic running on amd64; UTF-8; en_GB (nb)
>Reporter: Owen Savill
>Assignee: Junichi Yamamoto
>Priority: Major
>
> PHP source navigation is broken. 
> Navigation to $this->methodName() takes you to the top of the current class, 
> i.e. that line that says "class foo {"
> Navigation to $that->methodName() doesn't go anywhere at all.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-4673) PHP navigate to source not working

2020-08-03 Thread Owen Savill (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17169997#comment-17169997
 ] 

Owen Savill commented on NETBEANS-4673:
---

Not sure if this helps but this was thrown the first time I tried to navigate 
to a function:

WARNING [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]
java.lang.AssertionError
 at com.oracle.js.parser.Parser.verifyDestructuringBindingPattern(Unknown 
Source)
 at 
com.oracle.js.parser.Parser.verifyDestructuringParameterBindingPattern(Unknown 
Source)
 at com.oracle.js.parser.Parser.verifyArrowParameter(Unknown Source)
 at com.oracle.js.parser.Parser.convertArrowFunctionParameterList(Unknown 
Source)
 at com.oracle.js.parser.Parser.arrowFunction(Unknown Source)
 at com.oracle.js.parser.Parser.assignmentExpression(Unknown Source)
 at com.oracle.js.parser.Parser.variableDeclarationList(Unknown Source)
 at com.oracle.js.parser.Parser.variableStatement(Unknown Source)
 at com.oracle.js.parser.Parser.statement(Unknown Source)
 at com.oracle.js.parser.Parser.sourceElements(Unknown Source)
 at com.oracle.js.parser.Parser.program(Unknown Source)
 at com.oracle.js.parser.Parser.parse(Unknown Source)
 at com.oracle.js.parser.Parser.parse(Unknown Source)
 at 
org.netbeans.modules.javascript2.editor.parser.JsParser.parseSource(JsParser.java:106)
 at 
org.netbeans.modules.javascript2.editor.parser.JsParser.parseSource(JsParser.java:33)
 at 
org.netbeans.modules.javascript2.editor.parser.SanitizingParser.parseContext(SanitizingParser.java:225)
 at 
org.netbeans.modules.javascript2.editor.parser.SanitizingParser.parseContext(SanitizingParser.java:205)
 at 
org.netbeans.modules.javascript2.editor.parser.SanitizingParser.parseSource(SanitizingParser.java:118)
 at 
org.netbeans.modules.javascript2.editor.parser.SanitizingParser.parse(SanitizingParser.java:78)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor.callParse(TaskProcessor.java:598)
 at 
org.netbeans.modules.parsing.impl.SourceCache.getResult(SourceCache.java:228)
 at 
org.netbeans.modules.parsing.api.ResultIterator.getParserResult(ResultIterator.java:115)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3171)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
 at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
 at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
 at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
 at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
 at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
 at org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
 at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding(RepositoryUpdater.java:3143)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2862)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
 at 
org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5749)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUp

[jira] [Commented] (NETBEANS-4673) PHP navigate to source not working

2020-08-03 Thread Junichi Yamamoto (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17169977#comment-17169977
 ] 

Junichi Yamamoto commented on NETBEANS-4673:


Is your version 12.1 beta?

> PHP navigate to source not working
> --
>
> Key: NETBEANS-4673
> URL: https://issues.apache.org/jira/browse/NETBEANS-4673
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: Next
> Environment: Ubuntu 20.04
> Product Version: Apache NetBeans IDE DEV (Build 
> dev-08d65f163be3bb1232098cc66b558438e90ddc01)
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu120.04
> System: Linux version 5.8.0-050800-generic running on amd64; UTF-8; en_GB (nb)
>Reporter: Owen Savill
>Assignee: Junichi Yamamoto
>Priority: Major
>
> PHP source navigation is broken. 
> Navigation to $this->methodName() takes you to the top of the current class, 
> i.e. that line that says "class foo {"
> Navigation to $that->methodName() doesn't go anywhere at all.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Commented] (NETBEANS-4673) PHP navigate to source not working

2020-08-03 Thread Junichi Yamamoto (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17169975#comment-17169975
 ] 

Junichi Yamamoto commented on NETBEANS-4673:


Could you please provide an example code to reproduce it?

> PHP navigate to source not working
> --
>
> Key: NETBEANS-4673
> URL: https://issues.apache.org/jira/browse/NETBEANS-4673
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: Next
> Environment: Ubuntu 20.04
> Product Version: Apache NetBeans IDE DEV (Build 
> dev-08d65f163be3bb1232098cc66b558438e90ddc01)
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu120.04
> System: Linux version 5.8.0-050800-generic running on amd64; UTF-8; en_GB (nb)
>Reporter: Owen Savill
>Priority: Major
>
> PHP source navigation is broken. 
> Navigation to $this->methodName() takes you to the top of the current class, 
> i.e. that line that says "class foo {"
> Navigation to $that->methodName() doesn't go anywhere at all.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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