[jira] [Created] (NETBEANS-4695) A java.lang.NullPointerException exception has occurred.

2020-08-07 Thread nada mohamed (Jira)
nada mohamed created NETBEANS-4695:
--

 Summary: A java.lang.NullPointerException exception has occurred.
 Key: NETBEANS-4695
 URL: https://issues.apache.org/jira/browse/NETBEANS-4695
 Project: NetBeans
  Issue Type: Bug
Reporter: nada mohamed
 Attachments: messages.log





--
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] [Updated] (NETBEANS-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mohamed updated NETBEANS-2176:
--
Affects Version/s: 10.0

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0, 10.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log, 
> netbeans10_error.txt
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


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

Mohamed commented on NETBEANS-2176:
---

[~junichi11] When I tested the same behavior with a "small" project (only 2 js 
modules), there is no error .. may be it's related to the size of the project 
or files .. I don't know

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log, 
> netbeans10_error.txt
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


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

Mohamed commented on NETBEANS-2176:
---

OK, some remarks here.

I think that the problem has something to do with the use of the ES6 "import" 
because when I use "require" the error is not fired, at least inside the file 
where it's fired every time ...

Note here that I used the same call using "import" inside another script and no 
error. I even cleaned up the file where the error is fired like automatically 
and I keep only the import instruction and another one for the test, and I 
always got the error !! very weird because I thought that may be the size (more 
than 6000 lines of code and some 250Kb in the disk) of the file has influenced 
that behavior ...

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log, 
> netbeans10_error.txt
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


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

Mohamed commented on NETBEANS-2176:
---

[^netbeans10_error.txt]

[~junichi11] It's absolutely the same with Netbeans 10 ... (see the 
"[^netbeans10_error.txt]" attached log file)

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log, 
> netbeans10_error.txt
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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] [Updated] (NETBEANS-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mohamed updated NETBEANS-2176:
--
Attachment: netbeans10_error.txt

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log, 
> netbeans10_error.txt
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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] [Comment Edited] (NETBEANS-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


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

Mohamed edited comment on NETBEANS-2176 at 2/25/19 3:16 PM:


[~junichi11] It's absolutely the same with Netbeans 10 ... (see the 
"[^netbeans10_error.txt]" attached log file)


was (Author: akmozo):
[^netbeans10_error.txt]

[~junichi11] It's absolutely the same with Netbeans 10 ... (see the 
"[^netbeans10_error.txt]" attached log file)

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log, 
> netbeans10_error.txt
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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] [Updated] (NETBEANS-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mohamed updated NETBEANS-2176:
--
Description: This error is fired after I've tried to go to the declaration 
of a method in an imported local nodejs module. Some minutes after that error 
has been fired, the "autocomplete" and "go to declaration" are both not working 
and Netbeans takes many time to execute them with the "Lengthy operation in 
progress" message.  (was: This error is fired after I've tried to go to a 
declaration of a method in an imported local nodejs module. Some minutes after 
that error has been fired, the "autocomplete" and "go to declaration" are both 
not working and Netbeans takes many time to excute them with the "Lengthy 
operationin progress" message.)

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log
>
>
> This error is fired after I've tried to go to the declaration of a method in 
> an imported local nodejs module. Some minutes after that error has been 
> fired, the "autocomplete" and "go to declaration" are both not working and 
> Netbeans takes many time to execute them with the "Lengthy operation in 
> progress" message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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] [Updated] (NETBEANS-2176) Autocomplete + go to declaration not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mohamed updated NETBEANS-2176:
--
Summary: Autocomplete + go to declaration not working after a 
"java.lang.StackOverflowError" exception  (was: Autocomplete + go to method 
declaration + get method documentation not working after a 
"java.lang.StackOverflowError" exception)

> Autocomplete + go to declaration not working after a 
> "java.lang.StackOverflowError" exception
> -
>
> Key: NETBEANS-2176
> URL: https://issues.apache.org/jira/browse/NETBEANS-2176
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor, javascript - Node.js
>Affects Versions: 8.2, 9.0
> Environment: Windows 10 x64 PRO
>Reporter: Mohamed
>Priority: Major
> Attachments: formatting.png, go_to_declaration.png, messages.log
>
>
> This error is fired after I've tried to go to a declaration of a method in an 
> imported local nodejs module. Some minutes after that error has been fired, 
> the "autocomplete" and "go to declaration" are both not working and Netbeans 
> takes many time to excute them with the "Lengthy operationin progress" 
> message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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] [Created] (NETBEANS-2176) Autocomplete + go to method declaration + get method documentation not working after a "java.lang.StackOverflowError" exception

2019-02-25 Thread Mohamed (JIRA)
Mohamed created NETBEANS-2176:
-

 Summary: Autocomplete + go to method declaration + get method 
documentation not working after a "java.lang.StackOverflowError" exception
 Key: NETBEANS-2176
 URL: https://issues.apache.org/jira/browse/NETBEANS-2176
 Project: NetBeans
  Issue Type: Bug
  Components: javascript - Editor, javascript - Node.js
Affects Versions: 9.0, 8.2
 Environment: Windows 10 x64 PRO
Reporter: Mohamed
 Attachments: formatting.png, go_to_declaration.png, messages.log

This error is fired after I've tried to go to a declaration of a method in an 
imported local nodejs module. Some minutes after that error has been fired, the 
"autocomplete" and "go to declaration" are both not working and Netbeans takes 
many time to excute them with the "Lengthy operationin progress" message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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