[jira] [Commented] (NETBEANS-3341) Upgrade asm-all jar

2019-11-05 Thread Svatopluk Dedic (Jira)


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

Svatopluk Dedic commented on NETBEANS-3341:
---

Can you please log the NPE here ?

> Upgrade asm-all jar
> ---
>
> Key: NETBEANS-3341
> URL: https://issues.apache.org/jira/browse/NETBEANS-3341
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - Platform
>Affects Versions: 11.1
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
>   Original Estimate: 48h
>  Time Spent: 10m
>  Remaining Estimate: 47h 50m
>
> This will update the asm-all-5.0.1.jar to asm-all-5.1.jar



--
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] [Created] (NETBEANS-3346) Upgrade asm-all jar to asm 7.2

2019-11-05 Thread Jose (Jira)
Jose created NETBEANS-3346:
--

 Summary: Upgrade asm-all jar to asm 7.2
 Key: NETBEANS-3346
 URL: https://issues.apache.org/jira/browse/NETBEANS-3346
 Project: NetBeans
  Issue Type: Improvement
  Components: java - Platform
Affects Versions: Next, 11.3
 Environment: Fedora 31 & JDK Zulu 11.0.5
Reporter: Jose
 Attachments: asm-51.log, asm-52.log, asm-72.log

I tried to upgrade the asm-all-5.0.1 library to the latest version 7.2 and 
received a nullPointerException (line 774 of asm-52 & asm-72 files). I already 
successfully upgrade it to version 5.1 
(https://issues.apache.org/jira/browse/NETBEANS-3341). 

After adding logging to the Asm.java file and try every release of the asm 
library (see [https://asm.ow2.io/versions.html]) and compare their source code 
I find the change that cause the nullPointerException:

 

[https://gitlab.ow2.org/asm/asm/issues/317626]

 

This change can be seen in the line 752 of the three files attached, this files 
are the starting up logs of the application.

My Asm.java fork:

 

[https://github.com/pepness/incubator-netbeans/commit/c886770c0f90546020a24c93362357d3d351bcf5#diff-78005b879fd4d928c74ae21edf93ebafR360]

 

Unfortunately I do not know nothing of Java bytecode manipulation nor the asm 
library to know what to do to upgrade this library.

 

My reason to update this library is for bug fixes, better support/code and 
better performance ([https://asm.ow2.io/performance.html)] .



--
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] [Closed] (NETBEANS-2864) cleanup some of the variables using a raw Class type..

2019-11-05 Thread Brad Walker (Jira)


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

Brad Walker closed NETBEANS-2864.
-
  Assignee: Brad Walker
Resolution: Fixed

fixed and merged..

> cleanup some of the variables using a raw Class type..
> --
>
> Key: NETBEANS-2864
> URL: https://issues.apache.org/jira/browse/NETBEANS-2864
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>
> I've tried to clean up the usage of Class raw types..
> Here is how I did this..
> bwalker@brads-T460s:~/netbeans$  find ./ -type f -name "*java" -exec egrep -l 
> " Class clazz =" {} \; |  xargs sed -i 's/ Class clazz =/ Class clazz =/g'
> bwalker@brads-T460s:~/netbeans$ 
> This should only pick up the variables that use a Class raw type. And not a 
> method that might be doing the same thing.



--
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-2515) cleanup the build issues

2019-11-05 Thread Brad Walker (Jira)


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

Brad Walker commented on NETBEANS-2515:
---

NETBEANS-2864
 - Cleanup raw class type

> cleanup the build issues
> 
>
> Key: NETBEANS-2515
> URL: https://issues.apache.org/jira/browse/NETBEANS-2515
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Priority: Major
>
> The build process has a lot of errors/warnings.
> I've created this Jira to track all the issues related to cleaning up
> The first canidate is: NETBEANS-2514



--
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] [Closed] (NETBEANS-3011) reduce the "warning: [cast] redundant cast to"

2019-11-05 Thread Brad Walker (Jira)


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

Brad Walker closed NETBEANS-3011.
-
  Assignee: Brad Walker
Resolution: Fixed

fixed & merged..

> reduce the "warning: [cast] redundant cast to"
> --
>
> Key: NETBEANS-3011
> URL: https://issues.apache.org/jira/browse/NETBEANS-3011
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> This work is to reduce the amount of warnings that are caused by a redundant 
> cast..
> For example,
> {code:java}
> [repeat] 
> /home/bwalker/netbeans/ide/xml.catalog.ui/src/org/netbeans/modules/xml/catalog/CatalogPanel.java:302:
>  warning: [cast] redundant cast to DataObject
>  [repeat] DataObject dobj = (DataObject) 
> n.getLookup().lookup(DataObject.class);
>  [repeat] ^{code}
>  The only work done is to remove the redundant casting..



--
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-2515) cleanup the build issues

2019-11-05 Thread Brad Walker (Jira)


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

Brad Walker commented on NETBEANS-2515:
---

NETBEANS-3011
 - reduce the number of unchecked call warnings..

> cleanup the build issues
> 
>
> Key: NETBEANS-2515
> URL: https://issues.apache.org/jira/browse/NETBEANS-2515
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Priority: Major
>
> The build process has a lot of errors/warnings.
> I've created this Jira to track all the issues related to cleaning up
> The first canidate is: NETBEANS-2514



--
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-3326) log4j messages missing in GlassFish server log

2019-11-05 Thread Jorge (Jira)


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

Jorge updated NETBEANS-3326:

Description: 
I have a web application running in GlassFish 5.1.0. The application uses 
log4j. Messages are properly written to GlassFish's *server.log* file and also 
to a log4j rolling file appender. But I cannot see those messages in the Output 
window opened using *View Domain Server Log*. I can see them in that window of 
a NetBeans 8.2 that is running concurrently.

I'm attaching the *log4j.properties* and *logging.properties* file; as you 
might recall, logging.properties is supplied as part of GF. I have not modified 
it. 

11-05-19: *The problem is related to the date and time pattern string of the 
Log4j Console Appender date conversion specifier*. If the pattern contains 
colons then the console's output window doesn't show the messages. After 
changing it from %d\{yy-MM-dd-HH:mm:ss,SSS} to %d\{yy-MM-dd-HH.mm.ss,SSS} I can 
see the messages in the output window. This is true for both Log4j 1x and 2x.

  was:
I have a web application running in GlassFish 5.1.0. The application uses 
log4j. Messages are properly written to GlassFish's *server.log* file and also 
to a log4j rolling file appender. But I cannot see those messages in the Output 
window opened using *View Domain Server Log*. I can see them in that window of 
a NetBeans 8.2 that is running concurrently.

I'm attaching the *log4j.properties* and *logging.properties* file; as you 
might recall, logging.properties is supplied as part of GF. I have not modified 
it.

 

11-05-19: *The problem is related to the date and time pattern string of the 
Log4j Console Appender date conversion specifier*. If the pattern contains 
colons then the console's output window doesn't show the messages. After 
changing it from %d\{yy-MM-dd-HH:mm:ss,SSS} to %d\{yy-MM-dd-HH.mm.ss,SSS} I can 
see the messages in the output window. This is true for both Log4j 1x and 2x.


> log4j messages missing in GlassFish server log
> --
>
> Key: NETBEANS-3326
> URL: https://issues.apache.org/jira/browse/NETBEANS-3326
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 11.1, 11.2
> Environment: Windows 10
>Reporter: Jorge
>Priority: Minor
> Attachments: log4j.properties, logging.properties
>
>
> I have a web application running in GlassFish 5.1.0. The application uses 
> log4j. Messages are properly written to GlassFish's *server.log* file and 
> also to a log4j rolling file appender. But I cannot see those messages in the 
> Output window opened using *View Domain Server Log*. I can see them in that 
> window of a NetBeans 8.2 that is running concurrently.
> I'm attaching the *log4j.properties* and *logging.properties* file; as you 
> might recall, logging.properties is supplied as part of GF. I have not 
> modified it. 
> 11-05-19: *The problem is related to the date and time pattern string of the 
> Log4j Console Appender date conversion specifier*. If the pattern contains 
> colons then the console's output window doesn't show the messages. After 
> changing it from %d\{yy-MM-dd-HH:mm:ss,SSS} to %d\{yy-MM-dd-HH.mm.ss,SSS} I 
> can see the messages in the output window. This is true for both Log4j 1x and 
> 2x.



--
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] [Issue Comment Deleted] (NETBEANS-3326) log4j messages missing in GlassFish server log

2019-11-05 Thread Jorge (Jira)


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

Jorge updated NETBEANS-3326:

Comment: was deleted

(was: *The problem is related to the date and time pattern string of the Log4j 
Console Appender date conversion specifier*. If the pattern contains colons 
then the console's output window doesn't show the messages. After changing it 
from %d\{yy-MM-dd-HH:mm:ss,SSS} to %d\{yy-MM-dd-HH.mm.ss,SSS} I can see the 
messages in the output window. This is true for both Log4j 1x and 2x.)

> log4j messages missing in GlassFish server log
> --
>
> Key: NETBEANS-3326
> URL: https://issues.apache.org/jira/browse/NETBEANS-3326
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 11.1, 11.2
> Environment: Windows 10
>Reporter: Jorge
>Priority: Minor
> Attachments: log4j.properties, logging.properties
>
>
> I have a web application running in GlassFish 5.1.0. The application uses 
> log4j. Messages are properly written to GlassFish's *server.log* file and 
> also to a log4j rolling file appender. But I cannot see those messages in the 
> Output window opened using *View Domain Server Log*. I can see them in that 
> window of a NetBeans 8.2 that is running concurrently.
> I'm attaching the *log4j.properties* and *logging.properties* file; as you 
> might recall, logging.properties is supplied as part of GF. I have not 
> modified it.
>  
> 11-05-19: *The problem is related to the date and time pattern string of the 
> Log4j Console Appender date conversion specifier*. If the pattern contains 
> colons then the console's output window doesn't show the messages. After 
> changing it from %d\{yy-MM-dd-HH:mm:ss,SSS} to %d\{yy-MM-dd-HH.mm.ss,SSS} I 
> can see the messages in the output window. This is true for both Log4j 1x and 
> 2x.



--
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-3326) log4j messages missing in GlassFish server log

2019-11-05 Thread Jorge (Jira)


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

Jorge updated NETBEANS-3326:

Description: 
I have a web application running in GlassFish 5.1.0. The application uses 
log4j. Messages are properly written to GlassFish's *server.log* file and also 
to a log4j rolling file appender. But I cannot see those messages in the Output 
window opened using *View Domain Server Log*. I can see them in that window of 
a NetBeans 8.2 that is running concurrently.

I'm attaching the *log4j.properties* and *logging.properties* file; as you 
might recall, logging.properties is supplied as part of GF. I have not modified 
it.

 

11-05-19: *The problem is related to the date and time pattern string of the 
Log4j Console Appender date conversion specifier*. If the pattern contains 
colons then the console's output window doesn't show the messages. After 
changing it from %d\{yy-MM-dd-HH:mm:ss,SSS} to %d\{yy-MM-dd-HH.mm.ss,SSS} I can 
see the messages in the output window. This is true for both Log4j 1x and 2x.

  was:
I have a web application running in GlassFish 5.1.0. The application uses 
log4j. Messages are properly written to GlassFish's *server.log* file and also 
to a log4j rolling file appender. But I cannot see those messages in the Output 
window opened using *View Domain Server Log*. I can see them in that window of 
a NetBeans 8.2 that is running concurrently.

I'm attaching the *log4j.properties* and *logging.properties* file; as you 
might recall, logging.properties is supplied as part of GF. I have not modified 
it.


> log4j messages missing in GlassFish server log
> --
>
> Key: NETBEANS-3326
> URL: https://issues.apache.org/jira/browse/NETBEANS-3326
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 11.1, 11.2
> Environment: Windows 10
>Reporter: Jorge
>Priority: Minor
> Attachments: log4j.properties, logging.properties
>
>
> I have a web application running in GlassFish 5.1.0. The application uses 
> log4j. Messages are properly written to GlassFish's *server.log* file and 
> also to a log4j rolling file appender. But I cannot see those messages in the 
> Output window opened using *View Domain Server Log*. I can see them in that 
> window of a NetBeans 8.2 that is running concurrently.
> I'm attaching the *log4j.properties* and *logging.properties* file; as you 
> might recall, logging.properties is supplied as part of GF. I have not 
> modified it.
>  
> 11-05-19: *The problem is related to the date and time pattern string of the 
> Log4j Console Appender date conversion specifier*. If the pattern contains 
> colons then the console's output window doesn't show the messages. After 
> changing it from %d\{yy-MM-dd-HH:mm:ss,SSS} to %d\{yy-MM-dd-HH.mm.ss,SSS} I 
> can see the messages in the output window. This is true for both Log4j 1x and 
> 2x.



--
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-3326) log4j messages missing in GlassFish server log

2019-11-05 Thread Jorge (Jira)


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

Jorge commented on NETBEANS-3326:
-

*The problem is related to the date and time pattern string of the Log4j 
Console Appender date conversion specifier*. If the pattern contains colons 
then the console's output window doesn't show the messages. After changing it 
from %d\{yy-MM-dd-HH:mm:ss,SSS} to %d\{yy-MM-dd-HH.mm.ss,SSS} I can see the 
messages in the output window. This is true for both Log4j 1x and 2x.

> log4j messages missing in GlassFish server log
> --
>
> Key: NETBEANS-3326
> URL: https://issues.apache.org/jira/browse/NETBEANS-3326
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - GlassFish
>Affects Versions: 11.1, 11.2
> Environment: Windows 10
>Reporter: Jorge
>Priority: Minor
> Attachments: log4j.properties, logging.properties
>
>
> I have a web application running in GlassFish 5.1.0. The application uses 
> log4j. Messages are properly written to GlassFish's *server.log* file and 
> also to a log4j rolling file appender. But I cannot see those messages in the 
> Output window opened using *View Domain Server Log*. I can see them in that 
> window of a NetBeans 8.2 that is running concurrently.
> I'm attaching the *log4j.properties* and *logging.properties* file; as you 
> might recall, logging.properties is supplied as part of GF. I have not 
> modified it.



--
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-2290) nb-javac 1.71 fails to parse JavaFX Sources

2019-11-05 Thread John Neffenger (Jira)


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

John Neffenger commented on NETBEANS-2290:
--

It easier to reproduce these errors using the JavaFX sample projects described 
in NETBEANS-3296 instead of the project suggested by my previous comment.


> nb-javac 1.71 fails to parse JavaFX Sources
> ---
>
> Key: NETBEANS-2290
> URL: https://issues.apache.org/jira/browse/NETBEANS-2290
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.0, 11.1, 11.2
> Environment: OpenJDK 13 on Ubuntu 16.04.6 LTS
>Reporter: John Neffenger
>Priority: Major
> Attachments: AssertionError1.txt, AssertionError3.txt, messages.txt, 
> nbjavac-active-errors.txt, nbjavac-deactivated-errors.txt, 
> netbeans-exceptions.txt
>
>
> In NetBeans 9.0, 10.0, and 11.0, I get the following two errors every time I 
> open the NetBeans project containing the OpenJFX graphics module 
> (javafx.graphics) the first time after clearing the cache. If I click through 
> the classes that failed to compile when opening the project, I can eventually 
> get NetBean to compile all of them successfully.
> The errors are:
> {code:java}
> java.lang.AssertionError: Analyzer error when processing:
> private LinkedList activeRunLoops
> = new LinkedList()
>     at com.sun.tools.javac.util.Assert.error(Assert.java:162)
> [catch] at org.netbeans.modules.java.source.nbjavac.indexing.
> OnePassCompileWorker.compile(OnePassCompileWorker.java:257) 
> {code}
> immediately followed by:
> {code:java}
> java.lang.NullPointerException at com.sun.tools.javac.comp.
> Modules.setCompilationUnitModules(Modules.java:421)
> [catch] at org.netbeans.modules.java.source.nbjavac.indexing.
> MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
> {code}
> The full text of the error and exception are attached below as the file 
> _netbeans-exceptions.txt_.
> This might be the same problem reported for NetBeans 9.0 in [NETBEANS-1142: 
> Exception when scanning 
> projects|https://issues.apache.org/jira/browse/NETBEANS-1142].



--
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] [Comment Edited] (NETBEANS-2290) nb-javac 1.71 fails to parse JavaFX Sources

2019-11-05 Thread John Neffenger (Jira)


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

John Neffenger edited comment on NETBEANS-2290 at 11/5/19 9:11 PM:
---

I published the project which encounters this problem as the [JavaFX 
Graphics|https://github.com/jgneff/javafx-graphics] repository on GitHub. The 
project contains the JavaFX Graphics module as a NetBeans project using Apache 
Ant, OpenJDK 13.0.1, and the early-access JavaFX Linux SDK and documentation. 
See the README file for details.

I don't yet have a minimal working example, but at least this project is 
relatively easy to set up and always hits the problem. I tested it again last 
night on NetBeans 11.2-beta2. NetBeans opens the project without problems when 
_nb-javac_ is not installed. After installing _nb-javac_, the project opens 
with compilation errors and errors reported in the Notifications Center window.

Note that deactivating the _nb-javac_ plugin is not enough. You must uninstall 
it to prevent its use. Clear the NetBeans cache between tests if you don't see 
a change in behaviour, although that wasn't necessary in my tests.

The two different errors reported last night with _nb-javac_ were:
 * java.lang.AssertionError: Analyzer error when processing: static final 
Map pseudoClassMap = new HashMap(64)
 * java.lang.AssertionError: Analyzer error when processing: private final 
Map idMap = new HashMap()

The full stack reports for these errors are attached as the files 
[^AssertionError1.txt] and [^AssertionError3.txt].


was (Author: jgneff):
I published the project which encounters this problem as the [Monocle 
EPD|https://github.com/jgneff/monocle-epd] repository on GitHub. The project 
contains the JavaFX Graphics module as a NetBeans project using Apache Ant, 
OpenJDK 13, and the early-access JavaFX Linux SDK and documentation. See the 
README file for details.

I don't yet have a minimal working example, but at least this project is 
relatively easy to set up and always hits the problem. I tested it again last 
night on NetBeans 11.2-beta2. NetBeans opens the project without problems when 
_nb-javac_ is not installed. After installing _nb-javac_, the project opens 
with compilation errors and errors reported in the Notifications Center window.

Note that deactivating the _nb-javac_ plugin is not enough. You must uninstall 
it to prevent its use. Clear the NetBeans cache between tests if you don't see 
a change in behaviour, although that wasn't necessary in my tests.

The two different errors reported last night with _nb-javac_ were:
 * java.lang.AssertionError: Analyzer error when processing: static final 
Map pseudoClassMap = new HashMap(64)
 * java.lang.AssertionError: Analyzer error when processing: private final 
Map idMap = new HashMap()

The full stack reports for these errors are attached as the files 
[^AssertionError1.txt] and [^AssertionError3.txt].

> nb-javac 1.71 fails to parse JavaFX Sources
> ---
>
> Key: NETBEANS-2290
> URL: https://issues.apache.org/jira/browse/NETBEANS-2290
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.0, 11.1, 11.2
> Environment: OpenJDK 13 on Ubuntu 16.04.6 LTS
>Reporter: John Neffenger
>Priority: Major
> Attachments: AssertionError1.txt, AssertionError3.txt, messages.txt, 
> nbjavac-active-errors.txt, nbjavac-deactivated-errors.txt, 
> netbeans-exceptions.txt
>
>
> In NetBeans 9.0, 10.0, and 11.0, I get the following two errors every time I 
> open the NetBeans project containing the OpenJFX graphics module 
> (javafx.graphics) the first time after clearing the cache. If I click through 
> the classes that failed to compile when opening the project, I can eventually 
> get NetBean to compile all of them successfully.
> The errors are:
> {code:java}
> java.lang.AssertionError: Analyzer error when processing:
> private LinkedList activeRunLoops
> = new LinkedList()
>     at com.sun.tools.javac.util.Assert.error(Assert.java:162)
> [catch] at org.netbeans.modules.java.source.nbjavac.indexing.
> OnePassCompileWorker.compile(OnePassCompileWorker.java:257) 
> {code}
> immediately followed by:
> {code:java}
> java.lang.NullPointerException at com.sun.tools.javac.comp.
> Modules.setCompilationUnitModules(Modules.java:421)
> [catch] at org.netbeans.modules.java.source.nbjavac.indexing.
> MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
> {code}
> The full text of the error and exception are attached below as the file 
> _netbeans-exceptions.txt_.
> This might be the same problem reported for NetBeans 9.0 in [NETBEANS-1142: 
> Exception when scanning 
> projects|https://issues.apache.org/jira/browse/NETBEANS-1142].



--

[jira] [Commented] (NETBEANS-3341) Upgrade asm-all jar

2019-11-05 Thread Jose (Jira)


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

Jose commented on NETBEANS-3341:


Hi Benjamin, since version 5.2 there was a change in the asm source code that 
caused a null pointer exception in the asm.java class in NetBeans. I will open 
a new Jira issue with my findings regarding this problem.

> Upgrade asm-all jar
> ---
>
> Key: NETBEANS-3341
> URL: https://issues.apache.org/jira/browse/NETBEANS-3341
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - Platform
>Affects Versions: 11.1
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
>   Original Estimate: 48h
>  Time Spent: 10m
>  Remaining Estimate: 47h 50m
>
> This will update the asm-all-5.0.1.jar to asm-all-5.1.jar



--
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-3345) cleanup fallthrough warnings..

2019-11-05 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-3345:
-
Labels: pull-request-available  (was: )

> cleanup fallthrough warnings..
> --
>
> Key: NETBEANS-3345
> URL: https://issues.apache.org/jira/browse/NETBEANS-3345
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Assignee: Brad Walker
>Priority: Major
>  Labels: pull-request-available
>
> There are numerous places in the code where the following warning is issued.
> {code:java}
>[repeat] 
> /home/bwalker/src/netbeans/ide/css.editor/src/org/netbeans/modules/css/editor/csl/CssCompletion.java:718:
>  warning: [fallthrough] possible fall-through into case
>[repeat] case WS: //@import |
>[repeat] ^
>[repeat] 
> /home/bwalker/src/netbeans/ide/css.editor/src/org/netbeans/modules/css/editor/csl/CssCompletion.java:824:
>  warning: [fallthrough] possible fall-through into case
>[repeat] default:
>[repeat] ^
>[repeat] 
> /home/bwalker/src/netbeans/ide/css.editor/src/org/netbeans/modules/css/editor/csl/CssCompletion.java:1015:
>  warning: [fallthrough] possible fall-through into case
>[repeat] case mediaBody:
>[repeat] ^
> {code}
> I've looked over each and every place where this warning is emitted. The vast 
> majority of these warnings are due to lexer spaghetti. Which happens often 
> when dealing w/ look-ahead parsers..
> The simple fix is to add a "@SuppressWarnings("fallthrough")" to the method. 
> as the code looks like the designer intended this behavior.
> There is one place where I did find a bug..
> _platform/core.network/src/org/netbeans/core/network/proxy/NetworkProxyReloader.java_
> It's missing a break statement in this file.



--
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] [Resolved] (NETBEANS-132) Unable to both inspect and list running processes in a Docker Containers

2019-11-05 Thread Bartosz Tomasik (Jira)


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

Bartosz Tomasik resolved NETBEANS-132.
--
Fix Version/s: 11.2
   Resolution: Fixed

> Unable to both inspect and list running processes in a Docker Containers
> 
>
> Key: NETBEANS-132
> URL: https://issues.apache.org/jira/browse/NETBEANS-132
> Project: NetBeans
>  Issue Type: Bug
>  Components: docker - UI
>Affects Versions: 8.2
>Reporter: John McDonnell
>Assignee: Bartosz Tomasik
>Priority: Major
>  Labels: pull-request-available
> Fix For: 11.2
>
>  Time Spent: 5h 50m
>  Remaining Estimate: 0h
>
> Docker support is missing to important actions on Running containers
> 1. INSPECT
> 2. TOP
> Both of these commands allow people maintaining docker containers vital 
> information.



--
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-3335) NB 11.2 NullPointerException - Enter key doesn't work in editor in certain files

2019-11-05 Thread Jira


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

Matthias Bläsing commented on NETBEANS-3335:


I admit, that I did not read fully through the HTML lexer, but the changes that 
made the lexer recognize HTML5 style attributes, can lead to states that were 
previously not reached. The function that raises the NullPointerException can 
safely return false if it is called with a NULL value. In the worst case this 
will lead to false syntax highlighting, but will let the user still work 
normally with the file. See the referenced PR.

> NB 11.2 NullPointerException - Enter key doesn't work in editor in certain 
> files
> 
>
> Key: NETBEANS-3335
> URL: https://issues.apache.org/jira/browse/NETBEANS-3335
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - HTML Editor
>Affects Versions: 11.2
> Environment: Windows 10 64-bit, JDK 11.0.1 and 13.0.1 
>Reporter: Michal Koscielny
>Priority: Critical
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> I've just tried NetBeans 11.2 for PHP projects and this version appears to be 
> unusable for PHP due to lots of NPE errors, which in effect prevent the Enter 
> key from working in the editor. It looks like certain code structures trigger 
> the NPE's. So far I've come across them in js and tpl (Smarty) files. And I 
> have a way of reproducing the problem:
>  # Create a new PHP project or open an existing one.
>  # Create a new Smarty .tpl file (or open an existing one).
>  # In the editor paste this code:
> {code:java}
>  href="{url('new')}">{code}
>  # Try pressing Enter anywhere in the editor - an NPE comes up and the Enter 
> key does not work.
> There seem to be more code samples that trigger the error but for now I'm 
> reporting the first one that caught my attention. Here is the error:
> {code:java}
> java.lang.NullPointerExceptionjava.lang.NullPointerException at 
> org.netbeans.lib.html.lexer.HtmlLexer.equals(HtmlLexer.java:1557) at 
> org.netbeans.lib.html.lexer.HtmlLexer.nextToken(HtmlLexer.java:1051) at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
>  at 
> org.netbeans.lib.lexer.BatchTokenList.tokenOrEmbeddingImpl(BatchTokenList.java:171)
>  at org.netbeans.lib.lexer.BatchTokenList.tokenCount(BatchTokenList.java:122) 
> at org.netbeans.api.lexer.TokenSequence.moveEnd(TokenSequence.java:607) at 
> org.netbeans.modules.html.editor.lib.ElementsParser.forTokenIndex(ElementsParser.java:106)
>  at 
> org.netbeans.modules.html.editor.lib.api.elements.ElementsIterator.(ElementsIterator.java:63)
>  at 
> org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.(SyntaxAnalyzer.java:57)
>  at 
> org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.create(SyntaxAnalyzer.java:53)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndenter.(HtmlIndenter.java:63)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndentTask.(HtmlIndentTask.java:40)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndentTaskFactory.createTask(HtmlIndentTaskFactory.java:32)
>  at 
> org.netbeans.modules.editor.indent.TaskHandler$MimeItem.createTask(TaskHandler.java:531)
>  at 
> org.netbeans.modules.editor.indent.TaskHandler.addItem(TaskHandler.java:315) 
> at 
> org.netbeans.modules.editor.indent.TaskHandler.collectTasks(TaskHandler.java:133)
>  at 
> org.netbeans.modules.editor.indent.IndentImpl.indentLock(IndentImpl.java:136) 
> at org.netbeans.modules.editor.indent.api.Indent.lock(Indent.java:91) at 
> org.netbeans.editor.BaseKit$InsertBreakAction.actionPerformed(BaseKit.java:1518)
>  at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322) at 
> java.desktop/javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1810)
>  at 
> java.desktop/javax.swing.JComponent.processKeyBinding(JComponent.java:2900) 
> at 
> java.desktop/javax.swing.JComponent.processKeyBindings(JComponent.java:2948) 
> at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2862) 
> at java.desktop/java.awt.Component.processEvent(Component.java:6413) at 
> java.desktop/java.awt.Container.processEvent(Container.java:2263) at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5012) at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at 
> java.desktop/java.awt.Component.dispatchEvent(Component.java:4844) at 
> java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:870)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Def

[jira] [Updated] (NETBEANS-3335) NB 11.2 NullPointerException - Enter key doesn't work in editor in certain files

2019-11-05 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-3335:
-
Labels: pull-request-available  (was: )

> NB 11.2 NullPointerException - Enter key doesn't work in editor in certain 
> files
> 
>
> Key: NETBEANS-3335
> URL: https://issues.apache.org/jira/browse/NETBEANS-3335
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - HTML Editor
>Affects Versions: 11.2
> Environment: Windows 10 64-bit, JDK 11.0.1 and 13.0.1 
>Reporter: Michal Koscielny
>Priority: Critical
>  Labels: pull-request-available
>
> I've just tried NetBeans 11.2 for PHP projects and this version appears to be 
> unusable for PHP due to lots of NPE errors, which in effect prevent the Enter 
> key from working in the editor. It looks like certain code structures trigger 
> the NPE's. So far I've come across them in js and tpl (Smarty) files. And I 
> have a way of reproducing the problem:
>  # Create a new PHP project or open an existing one.
>  # Create a new Smarty .tpl file (or open an existing one).
>  # In the editor paste this code:
> {code:java}
>  href="{url('new')}">{code}
>  # Try pressing Enter anywhere in the editor - an NPE comes up and the Enter 
> key does not work.
> There seem to be more code samples that trigger the error but for now I'm 
> reporting the first one that caught my attention. Here is the error:
> {code:java}
> java.lang.NullPointerExceptionjava.lang.NullPointerException at 
> org.netbeans.lib.html.lexer.HtmlLexer.equals(HtmlLexer.java:1557) at 
> org.netbeans.lib.html.lexer.HtmlLexer.nextToken(HtmlLexer.java:1051) at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
>  at 
> org.netbeans.lib.lexer.BatchTokenList.tokenOrEmbeddingImpl(BatchTokenList.java:171)
>  at org.netbeans.lib.lexer.BatchTokenList.tokenCount(BatchTokenList.java:122) 
> at org.netbeans.api.lexer.TokenSequence.moveEnd(TokenSequence.java:607) at 
> org.netbeans.modules.html.editor.lib.ElementsParser.forTokenIndex(ElementsParser.java:106)
>  at 
> org.netbeans.modules.html.editor.lib.api.elements.ElementsIterator.(ElementsIterator.java:63)
>  at 
> org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.(SyntaxAnalyzer.java:57)
>  at 
> org.netbeans.modules.html.editor.lib.api.SyntaxAnalyzer.create(SyntaxAnalyzer.java:53)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndenter.(HtmlIndenter.java:63)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndentTask.(HtmlIndentTask.java:40)
>  at 
> org.netbeans.modules.html.editor.indent.HtmlIndentTaskFactory.createTask(HtmlIndentTaskFactory.java:32)
>  at 
> org.netbeans.modules.editor.indent.TaskHandler$MimeItem.createTask(TaskHandler.java:531)
>  at 
> org.netbeans.modules.editor.indent.TaskHandler.addItem(TaskHandler.java:315) 
> at 
> org.netbeans.modules.editor.indent.TaskHandler.collectTasks(TaskHandler.java:133)
>  at 
> org.netbeans.modules.editor.indent.IndentImpl.indentLock(IndentImpl.java:136) 
> at org.netbeans.modules.editor.indent.api.Indent.lock(Indent.java:91) at 
> org.netbeans.editor.BaseKit$InsertBreakAction.actionPerformed(BaseKit.java:1518)
>  at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322) at 
> java.desktop/javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1810)
>  at 
> java.desktop/javax.swing.JComponent.processKeyBinding(JComponent.java:2900) 
> at 
> java.desktop/javax.swing.JComponent.processKeyBindings(JComponent.java:2948) 
> at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2862) 
> at java.desktop/java.awt.Component.processEvent(Component.java:6413) at 
> java.desktop/java.awt.Container.processEvent(Container.java:2263) at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5012) at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at 
> java.desktop/java.awt.Component.dispatchEvent(Component.java:4844) at 
> java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1950)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:870)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1139)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:1009)
>  at 
> java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:835)
>  at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4893) at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321) at 
> java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2762) at 
> java.desktop/ja

[jira] [Commented] (NETBEANS-2515) cleanup the build issues

2019-11-05 Thread Brad Walker (Jira)


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

Brad Walker commented on NETBEANS-2515:
---

NETBEANS-3345
 - reduce the number of unchecked call warnings..

> cleanup the build issues
> 
>
> Key: NETBEANS-2515
> URL: https://issues.apache.org/jira/browse/NETBEANS-2515
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Brad Walker
>Priority: Major
>
> The build process has a lot of errors/warnings.
> I've created this Jira to track all the issues related to cleaning up
> The first canidate is: NETBEANS-2514



--
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] [Created] (NETBEANS-3345) cleanup fallthrough warnings..

2019-11-05 Thread Brad Walker (Jira)
Brad Walker created NETBEANS-3345:
-

 Summary: cleanup fallthrough warnings..
 Key: NETBEANS-3345
 URL: https://issues.apache.org/jira/browse/NETBEANS-3345
 Project: NetBeans
  Issue Type: Improvement
Reporter: Brad Walker
Assignee: Brad Walker


There are numerous places in the code where the following warning is issued.
{code:java}
   [repeat] 
/home/bwalker/src/netbeans/ide/css.editor/src/org/netbeans/modules/css/editor/csl/CssCompletion.java:718:
 warning: [fallthrough] possible fall-through into case
   [repeat] case WS: //@import |
   [repeat] ^
   [repeat] 
/home/bwalker/src/netbeans/ide/css.editor/src/org/netbeans/modules/css/editor/csl/CssCompletion.java:824:
 warning: [fallthrough] possible fall-through into case
   [repeat] default:
   [repeat] ^
   [repeat] 
/home/bwalker/src/netbeans/ide/css.editor/src/org/netbeans/modules/css/editor/csl/CssCompletion.java:1015:
 warning: [fallthrough] possible fall-through into case
   [repeat] case mediaBody:
   [repeat] ^
{code}
I've looked over each and every place where this warning is emitted. The vast 
majority of these warnings are due to lexer spaghetti. Which happens often when 
dealing w/ look-ahead parsers..

The simple fix is to add a "@SuppressWarnings("fallthrough")" to the method. as 
the code looks like the designer intended this behavior.

There is one place where I did find a bug..

_platform/core.network/src/org/netbeans/core/network/proxy/NetworkProxyReloader.java_

It's missing a break statement in this file.



--
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-3341) Upgrade asm-all jar

2019-11-05 Thread Benjamin Graf (Jira)


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

Benjamin Graf commented on NETBEANS-3341:
-

What's the reason to not update to an actual version like 7.2?

> Upgrade asm-all jar
> ---
>
> Key: NETBEANS-3341
> URL: https://issues.apache.org/jira/browse/NETBEANS-3341
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - Platform
>Affects Versions: 11.1
>Reporter: Jose
>Assignee: Jose
>Priority: Minor
>  Labels: pull-request-available
>   Original Estimate: 48h
>  Time Spent: 10m
>  Remaining Estimate: 47h 50m
>
> This will update the asm-all-5.0.1.jar to asm-all-5.1.jar



--
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-3340) Code Completion/Insertion Stops Working. Internal Exception Thrown

2019-11-05 Thread John Neffenger (Jira)


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

John Neffenger updated NETBEANS-3340:
-
Docs Text: OpenJDK 11.0.4 on Windows 10 version 10.0 running on amd64  
(was: OpenJDK 11.0.4 on Windows 10 version 10.0 running on amd64
)

> Code Completion/Insertion Stops Working. Internal Exception Thrown
> --
>
> Key: NETBEANS-3340
> URL: https://issues.apache.org/jira/browse/NETBEANS-3340
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.2
>Reporter: Bill Reynolds
>Priority: Major
> Attachments: idelog.txt, uilog.txt
>
>
> After working for a while, insertion/completion stops working. The exception 
> log gives the attached data. 



--
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-3340) Code Completion/Insertion Stops Working. Internal Exception Thrown

2019-11-05 Thread John Neffenger (Jira)


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

John Neffenger commented on NETBEANS-3340:
--

These are the same exceptions and stack trace as in NETBEANS-3300.

> Code Completion/Insertion Stops Working. Internal Exception Thrown
> --
>
> Key: NETBEANS-3340
> URL: https://issues.apache.org/jira/browse/NETBEANS-3340
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.2
>Reporter: Bill Reynolds
>Priority: Major
> Attachments: idelog.txt, uilog.txt
>
>
> After working for a while, insertion/completion stops working. The exception 
> log gives the attached data. 



--
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-3340) Code Completion/Insertion Stops Working. Internal Exception Thrown

2019-11-05 Thread John Neffenger (Jira)


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

John Neffenger updated NETBEANS-3340:
-
Description: After working for a while, insertion/completion stops working. 
The exception log gives the attached data. 

> Code Completion/Insertion Stops Working. Internal Exception Thrown
> --
>
> Key: NETBEANS-3340
> URL: https://issues.apache.org/jira/browse/NETBEANS-3340
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.2
>Reporter: Bill Reynolds
>Priority: Major
> Attachments: idelog.txt, uilog.txt
>
>
> After working for a while, insertion/completion stops working. The exception 
> log gives the attached data. 



--
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-3340) Code Completion/Insertion Stops Working. Internal Exception Thrown

2019-11-05 Thread John Neffenger (Jira)


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

John Neffenger updated NETBEANS-3340:
-
Docs Text: 
OpenJDK 11.0.4 on Windows 10 version 10.0 running on amd64


  was:
After working for a while, insertion/completion stops working. The exception 
log gives the attached data.
OpenJDK 11.0.4 on Windows 10 version 10.0 running on amd64



> Code Completion/Insertion Stops Working. Internal Exception Thrown
> --
>
> Key: NETBEANS-3340
> URL: https://issues.apache.org/jira/browse/NETBEANS-3340
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.2
>Reporter: Bill Reynolds
>Priority: Major
> Attachments: idelog.txt, uilog.txt
>
>
> After working for a while, insertion/completion stops working. The exception 
> log gives the attached data. 



--
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-2362) Refactoring window very slow to open !

2019-11-05 Thread marc.collin (Jira)


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

marc.collin commented on NETBEANS-2362:
---

same thing with 11.1

 

a few second with i5 and 16 gig of ram, cpu is not used...

> Refactoring window very slow to open !
> --
>
> Key: NETBEANS-2362
> URL: https://issues.apache.org/jira/browse/NETBEANS-2362
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Refactoring
>Affects Versions: 11.0
> Environment: Windows 10
>Reporter: Phan Lam
>Priority: Minor
>  Labels: performance, windows
>
> Refactoring window on renaming Class Name/Type very slow to open (much slower 
> than in netbeans 8.2)



--
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-3343) After automatic upgrade from 11.1 to 11.2, background scanning Crash

2019-11-05 Thread Vincenzo Luongo (Jira)


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

Vincenzo Luongo commented on NETBEANS-3343:
---

possible duplicate: https://issues.apache.org/jira/browse/NETBEANS-3344

?

> After automatic upgrade from 11.1 to 11.2, background scanning Crash
> 
>
> Key: NETBEANS-3343
> URL: https://issues.apache.org/jira/browse/NETBEANS-3343
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing & Indexing
>Affects Versions: 11.2
> Environment: fedora 30 x64
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, IDELOG2, UILOG, UILOG2, 
> image-2019-11-05-10-47-37-218.png
>
>
> Hi,
> after upgrade from 11.1 to 11.2, reimport old plugins (only darkula theme), 
> start background scanning project (19 project of laravel and 5 project static 
> html or php files)
> Out the crash:
> !image-2019-11-05-10-47-37-218.png!



--
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-3344) Crash editor php (blade laravel) index=5 >= size()=5

2019-11-05 Thread Vincenzo Luongo (Jira)


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

Vincenzo Luongo commented on NETBEANS-3344:
---

hi [~GeertjanWielenga], sorry, you are right

!image-2019-11-05-15-19-57-841.png!

 

i find it and deactive

 

thank you for your time

> Crash editor php (blade laravel) index=5 >= size()=5
> 
>
> Key: NETBEANS-3344
> URL: https://issues.apache.org/jira/browse/NETBEANS-3344
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: fedora 30 x64
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, UILOG, image-2019-11-05-15-03-25-406.png, 
> image-2019-11-05-15-19-57-841.png
>
>
> Hi,
> i edit the blade file (php laravel file), this part
> {code:java}
> {{--@isAdmin
>  
>   Language
>  
>  @foreach($allLanguages as $language)
>  id==$currentLanguage) 
> selected @endif>{{$language->code}}
>  @endforeach
>  
>  
>  @endisAdmin--}}{code}
> specifically, as soon as I add the first clip "{" before "{--"
> Crash
>  
>  
> {code:java}
> java.lang.IndexOutOfBoundsException: index=5 >= 
> size()=5java.lang.IndexOutOfBoundsException: index=5 >= size()=5 at 
> org.netbeans.lib.lexer.JoinTokenList.tokenList(JoinTokenList.java:170) at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.tokenList(JoinLexerInputOperation.java:190)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.fetchActiveTokenList(JoinLexerInputOperation.java:183)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.createJoinToken(JoinLexerInputOperation.java:247)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.createDefaultTokenInstance(JoinLexerInputOperation.java:212)
>  at 
> org.netbeans.lib.lexer.LexerInputOperation.createToken(LexerInputOperation.java:294)
>  at org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:80) at 
> org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:64) at 
> org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1543) at 
> org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1481) at 
> org.netbeans.lib.html.lexer.HtmlLexer.resolveValueToken(HtmlLexer.java:1464) 
> at org.netbeans.lib.html.lexer.HtmlLexer.nextToken(HtmlLexer.java:1392) at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
>  at org.netbeans.lib.lexer.JoinTokenList.init(JoinTokenList.java:666) at 
> org.netbeans.lib.lexer.JoinTokenList.create(JoinTokenList.java:74) at 
> org.netbeans.lib.lexer.TokenListList.checkCreateJoinTokenList(TokenListList.java:147)
>  at org.netbeans.lib.lexer.TokenListList.(TokenListList.java:106) at 
> org.netbeans.lib.lexer.TokenHierarchyOperation.tokenListList(TokenHierarchyOperation.java:478)
>  at 
> org.netbeans.lib.lexer.EmbeddingOperation.embeddedTokenList(EmbeddingOperation.java:174)
>  at org.netbeans.api.lexer.TokenSequence.embeddedImpl(TokenSequence.java:348) 
> at org.netbeans.api.lexer.TokenSequence.embedded(TokenSequence.java:295) at 
> org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveTheSequence(SyntaxHighlighting.java:438)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveNext(SyntaxHighlighting.java:416)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.fetchNextHighlight(DirectMergeContainer.java:600)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.updateMergeVars(DirectMergeContainer.java:337)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.nextMerge(DirectMergeContainer.java:303)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.moveNext(DirectMergeContainer.java:234)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.HighlightsReader.readUntil(HighlightsReader.java:59)
>  at 
> org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.restart(HighlightsViewFactory.java:168)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder$FactoryState.init(ViewBuilder.java:1299)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:699)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder.createReplaceRepaintViews(ViewBuilder.java:660)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewUpdates.initParagraphs(ViewUpdates.java:206)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewOp.initParagraphs(DocumentViewOp.java:634)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren.ensureParagraphsChildrenAndLayoutValid(DocumentViewChildren.java:512)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren.paint(DocumentViewChildren.java:570)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentView.pa

[jira] [Updated] (NETBEANS-3344) Crash editor php (blade laravel) index=5 >= size()=5

2019-11-05 Thread Vincenzo Luongo (Jira)


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

Vincenzo Luongo updated NETBEANS-3344:
--
Attachment: image-2019-11-05-15-19-57-841.png

> Crash editor php (blade laravel) index=5 >= size()=5
> 
>
> Key: NETBEANS-3344
> URL: https://issues.apache.org/jira/browse/NETBEANS-3344
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: fedora 30 x64
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, UILOG, image-2019-11-05-15-03-25-406.png, 
> image-2019-11-05-15-19-57-841.png
>
>
> Hi,
> i edit the blade file (php laravel file), this part
> {code:java}
> {{--@isAdmin
>  
>   Language
>  
>  @foreach($allLanguages as $language)
>  id==$currentLanguage) 
> selected @endif>{{$language->code}}
>  @endforeach
>  
>  
>  @endisAdmin--}}{code}
> specifically, as soon as I add the first clip "{" before "{--"
> Crash
>  
>  
> {code:java}
> java.lang.IndexOutOfBoundsException: index=5 >= 
> size()=5java.lang.IndexOutOfBoundsException: index=5 >= size()=5 at 
> org.netbeans.lib.lexer.JoinTokenList.tokenList(JoinTokenList.java:170) at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.tokenList(JoinLexerInputOperation.java:190)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.fetchActiveTokenList(JoinLexerInputOperation.java:183)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.createJoinToken(JoinLexerInputOperation.java:247)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.createDefaultTokenInstance(JoinLexerInputOperation.java:212)
>  at 
> org.netbeans.lib.lexer.LexerInputOperation.createToken(LexerInputOperation.java:294)
>  at org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:80) at 
> org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:64) at 
> org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1543) at 
> org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1481) at 
> org.netbeans.lib.html.lexer.HtmlLexer.resolveValueToken(HtmlLexer.java:1464) 
> at org.netbeans.lib.html.lexer.HtmlLexer.nextToken(HtmlLexer.java:1392) at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
>  at org.netbeans.lib.lexer.JoinTokenList.init(JoinTokenList.java:666) at 
> org.netbeans.lib.lexer.JoinTokenList.create(JoinTokenList.java:74) at 
> org.netbeans.lib.lexer.TokenListList.checkCreateJoinTokenList(TokenListList.java:147)
>  at org.netbeans.lib.lexer.TokenListList.(TokenListList.java:106) at 
> org.netbeans.lib.lexer.TokenHierarchyOperation.tokenListList(TokenHierarchyOperation.java:478)
>  at 
> org.netbeans.lib.lexer.EmbeddingOperation.embeddedTokenList(EmbeddingOperation.java:174)
>  at org.netbeans.api.lexer.TokenSequence.embeddedImpl(TokenSequence.java:348) 
> at org.netbeans.api.lexer.TokenSequence.embedded(TokenSequence.java:295) at 
> org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveTheSequence(SyntaxHighlighting.java:438)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveNext(SyntaxHighlighting.java:416)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.fetchNextHighlight(DirectMergeContainer.java:600)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.updateMergeVars(DirectMergeContainer.java:337)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.nextMerge(DirectMergeContainer.java:303)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.moveNext(DirectMergeContainer.java:234)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.HighlightsReader.readUntil(HighlightsReader.java:59)
>  at 
> org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.restart(HighlightsViewFactory.java:168)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder$FactoryState.init(ViewBuilder.java:1299)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:699)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder.createReplaceRepaintViews(ViewBuilder.java:660)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewUpdates.initParagraphs(ViewUpdates.java:206)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewOp.initParagraphs(DocumentViewOp.java:634)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren.ensureParagraphsChildrenAndLayoutValid(DocumentViewChildren.java:512)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren.paint(DocumentViewChildren.java:570)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentView.paint(DocumentView.java:695)
>  at 
> org.netbeans.modules.editor.lib2.view.EditorView.paint(EditorView.java:135) 
> at javax.swing.plaf.basic.Basi

[jira] [Commented] (NETBEANS-3344) Crash editor php (blade laravel) index=5 >= size()=5

2019-11-05 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3344:
-

Click "Show Details" and you'll see it.

> Crash editor php (blade laravel) index=5 >= size()=5
> 
>
> Key: NETBEANS-3344
> URL: https://issues.apache.org/jira/browse/NETBEANS-3344
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: fedora 30 x64
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, UILOG, image-2019-11-05-15-03-25-406.png
>
>
> Hi,
> i edit the blade file (php laravel file), this part
> {code:java}
> {{--@isAdmin
>  
>   Language
>  
>  @foreach($allLanguages as $language)
>  id==$currentLanguage) 
> selected @endif>{{$language->code}}
>  @endforeach
>  
>  
>  @endisAdmin--}}{code}
> specifically, as soon as I add the first clip "{" before "{--"
> Crash
>  
>  
> {code:java}
> java.lang.IndexOutOfBoundsException: index=5 >= 
> size()=5java.lang.IndexOutOfBoundsException: index=5 >= size()=5 at 
> org.netbeans.lib.lexer.JoinTokenList.tokenList(JoinTokenList.java:170) at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.tokenList(JoinLexerInputOperation.java:190)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.fetchActiveTokenList(JoinLexerInputOperation.java:183)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.createJoinToken(JoinLexerInputOperation.java:247)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.createDefaultTokenInstance(JoinLexerInputOperation.java:212)
>  at 
> org.netbeans.lib.lexer.LexerInputOperation.createToken(LexerInputOperation.java:294)
>  at org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:80) at 
> org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:64) at 
> org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1543) at 
> org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1481) at 
> org.netbeans.lib.html.lexer.HtmlLexer.resolveValueToken(HtmlLexer.java:1464) 
> at org.netbeans.lib.html.lexer.HtmlLexer.nextToken(HtmlLexer.java:1392) at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
>  at org.netbeans.lib.lexer.JoinTokenList.init(JoinTokenList.java:666) at 
> org.netbeans.lib.lexer.JoinTokenList.create(JoinTokenList.java:74) at 
> org.netbeans.lib.lexer.TokenListList.checkCreateJoinTokenList(TokenListList.java:147)
>  at org.netbeans.lib.lexer.TokenListList.(TokenListList.java:106) at 
> org.netbeans.lib.lexer.TokenHierarchyOperation.tokenListList(TokenHierarchyOperation.java:478)
>  at 
> org.netbeans.lib.lexer.EmbeddingOperation.embeddedTokenList(EmbeddingOperation.java:174)
>  at org.netbeans.api.lexer.TokenSequence.embeddedImpl(TokenSequence.java:348) 
> at org.netbeans.api.lexer.TokenSequence.embedded(TokenSequence.java:295) at 
> org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveTheSequence(SyntaxHighlighting.java:438)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveNext(SyntaxHighlighting.java:416)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.fetchNextHighlight(DirectMergeContainer.java:600)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.updateMergeVars(DirectMergeContainer.java:337)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.nextMerge(DirectMergeContainer.java:303)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.moveNext(DirectMergeContainer.java:234)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.HighlightsReader.readUntil(HighlightsReader.java:59)
>  at 
> org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.restart(HighlightsViewFactory.java:168)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder$FactoryState.init(ViewBuilder.java:1299)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:699)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder.createReplaceRepaintViews(ViewBuilder.java:660)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewUpdates.initParagraphs(ViewUpdates.java:206)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewOp.initParagraphs(DocumentViewOp.java:634)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren.ensureParagraphsChildrenAndLayoutValid(DocumentViewChildren.java:512)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren.paint(DocumentViewChildren.java:570)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentView.paint(DocumentView.java:695)
>  at 
> org.netbeans.modules.editor.lib2.view.EditorView.paint(EditorView.java:135) 
> at javax.swing.p

[jira] [Updated] (NETBEANS-3344) Crash editor php (blade laravel) index=5 >= size()=5

2019-11-05 Thread Vincenzo Luongo (Jira)


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

Vincenzo Luongo updated NETBEANS-3344:
--
Attachment: image-2019-11-05-15-03-25-406.png

> Crash editor php (blade laravel) index=5 >= size()=5
> 
>
> Key: NETBEANS-3344
> URL: https://issues.apache.org/jira/browse/NETBEANS-3344
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: fedora 30 x64
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, UILOG, image-2019-11-05-15-03-25-406.png
>
>
> Hi,
> i edit the blade file (php laravel file), this part
> {code:java}
> {{--@isAdmin
>  
>   Language
>  
>  @foreach($allLanguages as $language)
>  id==$currentLanguage) 
> selected @endif>{{$language->code}}
>  @endforeach
>  
>  
>  @endisAdmin--}}{code}
> specifically, as soon as I add the first clip "{" before "{--"
> Crash
>  
>  
> {code:java}
> java.lang.IndexOutOfBoundsException: index=5 >= 
> size()=5java.lang.IndexOutOfBoundsException: index=5 >= size()=5 at 
> org.netbeans.lib.lexer.JoinTokenList.tokenList(JoinTokenList.java:170) at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.tokenList(JoinLexerInputOperation.java:190)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.fetchActiveTokenList(JoinLexerInputOperation.java:183)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.createJoinToken(JoinLexerInputOperation.java:247)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.createDefaultTokenInstance(JoinLexerInputOperation.java:212)
>  at 
> org.netbeans.lib.lexer.LexerInputOperation.createToken(LexerInputOperation.java:294)
>  at org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:80) at 
> org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:64) at 
> org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1543) at 
> org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1481) at 
> org.netbeans.lib.html.lexer.HtmlLexer.resolveValueToken(HtmlLexer.java:1464) 
> at org.netbeans.lib.html.lexer.HtmlLexer.nextToken(HtmlLexer.java:1392) at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
>  at org.netbeans.lib.lexer.JoinTokenList.init(JoinTokenList.java:666) at 
> org.netbeans.lib.lexer.JoinTokenList.create(JoinTokenList.java:74) at 
> org.netbeans.lib.lexer.TokenListList.checkCreateJoinTokenList(TokenListList.java:147)
>  at org.netbeans.lib.lexer.TokenListList.(TokenListList.java:106) at 
> org.netbeans.lib.lexer.TokenHierarchyOperation.tokenListList(TokenHierarchyOperation.java:478)
>  at 
> org.netbeans.lib.lexer.EmbeddingOperation.embeddedTokenList(EmbeddingOperation.java:174)
>  at org.netbeans.api.lexer.TokenSequence.embeddedImpl(TokenSequence.java:348) 
> at org.netbeans.api.lexer.TokenSequence.embedded(TokenSequence.java:295) at 
> org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveTheSequence(SyntaxHighlighting.java:438)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveNext(SyntaxHighlighting.java:416)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.fetchNextHighlight(DirectMergeContainer.java:600)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.updateMergeVars(DirectMergeContainer.java:337)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.nextMerge(DirectMergeContainer.java:303)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.moveNext(DirectMergeContainer.java:234)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.HighlightsReader.readUntil(HighlightsReader.java:59)
>  at 
> org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.restart(HighlightsViewFactory.java:168)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder$FactoryState.init(ViewBuilder.java:1299)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:699)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder.createReplaceRepaintViews(ViewBuilder.java:660)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewUpdates.initParagraphs(ViewUpdates.java:206)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewOp.initParagraphs(DocumentViewOp.java:634)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren.ensureParagraphsChildrenAndLayoutValid(DocumentViewChildren.java:512)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren.paint(DocumentViewChildren.java:570)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentView.paint(DocumentView.java:695)
>  at 
> org.netbeans.modules.editor.lib2.view.EditorView.paint(EditorView.java:135) 
> at javax.swing.plaf.basic.BasicTextUI$RootView.paint(BasicTextUI.jav

[jira] [Commented] (NETBEANS-3344) Crash editor php (blade laravel) index=5 >= size()=5

2019-11-05 Thread Vincenzo Luongo (Jira)


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

Vincenzo Luongo commented on NETBEANS-3344:
---

hi [~junichi11],

i have not the plugin active:

!image-2019-11-05-15-03-25-406.png!

> Crash editor php (blade laravel) index=5 >= size()=5
> 
>
> Key: NETBEANS-3344
> URL: https://issues.apache.org/jira/browse/NETBEANS-3344
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: fedora 30 x64
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, UILOG, image-2019-11-05-15-03-25-406.png
>
>
> Hi,
> i edit the blade file (php laravel file), this part
> {code:java}
> {{--@isAdmin
>  
>   Language
>  
>  @foreach($allLanguages as $language)
>  id==$currentLanguage) 
> selected @endif>{{$language->code}}
>  @endforeach
>  
>  
>  @endisAdmin--}}{code}
> specifically, as soon as I add the first clip "{" before "{--"
> Crash
>  
>  
> {code:java}
> java.lang.IndexOutOfBoundsException: index=5 >= 
> size()=5java.lang.IndexOutOfBoundsException: index=5 >= size()=5 at 
> org.netbeans.lib.lexer.JoinTokenList.tokenList(JoinTokenList.java:170) at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.tokenList(JoinLexerInputOperation.java:190)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.fetchActiveTokenList(JoinLexerInputOperation.java:183)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.createJoinToken(JoinLexerInputOperation.java:247)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.createDefaultTokenInstance(JoinLexerInputOperation.java:212)
>  at 
> org.netbeans.lib.lexer.LexerInputOperation.createToken(LexerInputOperation.java:294)
>  at org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:80) at 
> org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:64) at 
> org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1543) at 
> org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1481) at 
> org.netbeans.lib.html.lexer.HtmlLexer.resolveValueToken(HtmlLexer.java:1464) 
> at org.netbeans.lib.html.lexer.HtmlLexer.nextToken(HtmlLexer.java:1392) at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
>  at org.netbeans.lib.lexer.JoinTokenList.init(JoinTokenList.java:666) at 
> org.netbeans.lib.lexer.JoinTokenList.create(JoinTokenList.java:74) at 
> org.netbeans.lib.lexer.TokenListList.checkCreateJoinTokenList(TokenListList.java:147)
>  at org.netbeans.lib.lexer.TokenListList.(TokenListList.java:106) at 
> org.netbeans.lib.lexer.TokenHierarchyOperation.tokenListList(TokenHierarchyOperation.java:478)
>  at 
> org.netbeans.lib.lexer.EmbeddingOperation.embeddedTokenList(EmbeddingOperation.java:174)
>  at org.netbeans.api.lexer.TokenSequence.embeddedImpl(TokenSequence.java:348) 
> at org.netbeans.api.lexer.TokenSequence.embedded(TokenSequence.java:295) at 
> org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveTheSequence(SyntaxHighlighting.java:438)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveNext(SyntaxHighlighting.java:416)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.fetchNextHighlight(DirectMergeContainer.java:600)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.updateMergeVars(DirectMergeContainer.java:337)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.nextMerge(DirectMergeContainer.java:303)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.moveNext(DirectMergeContainer.java:234)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.HighlightsReader.readUntil(HighlightsReader.java:59)
>  at 
> org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.restart(HighlightsViewFactory.java:168)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder$FactoryState.init(ViewBuilder.java:1299)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:699)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder.createReplaceRepaintViews(ViewBuilder.java:660)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewUpdates.initParagraphs(ViewUpdates.java:206)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewOp.initParagraphs(DocumentViewOp.java:634)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren.ensureParagraphsChildrenAndLayoutValid(DocumentViewChildren.java:512)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren.paint(DocumentViewChildren.java:570)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentView.paint(DocumentView.java:695)
>  at 
> org.netbeans.modules.editor.lib2.view.EditorView.paint

[jira] [Commented] (NETBEANS-2439) Java Frontend Application cannot be activated/created

2019-11-05 Thread Anton Epple (Jira)


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

Anton Epple commented on NETBEANS-2439:
---

I created a PR that should solve the problem. I also enhanced the UI a little 
bit to give users control over what is installed. Please check out and let me 
know if this is an acceptable solution.

> Java Frontend Application cannot be activated/created
> -
>
> Key: NETBEANS-2439
> URL: https://issues.apache.org/jira/browse/NETBEANS-2439
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 10.0, 11.0
> Environment: System:
>   Kernel: 4.15.0-47-generic x86_64 bits: 64 
>   Desktop: Cinnamon 4.0.10 Distro: Linux Mint 19.1 Tessa 
> Machine:
>   Type: Laptop System: ASUSTeK product: X45C v: 1.0
>   Mobo: ASUSTeK model: X45C v: 1.0 
> CPU:
>   Dual Core: Intel Core i3-3110M type: MT MCP speed: 1197 MHz 
>   min/max: 1200/2400 MHz 
> Graphics:
>   Device-1: Intel 3rd Gen Core processor Graphics driver: i915 v: kernel 
>   Display: x11 server: X.Org 1.19.6 driver: modesetting unloaded: fbdev,vesa 
>   resolution: 1366x768~60Hz 
>   OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile v: 4.2 Mesa 18.2.8 
>Reporter: Gergely Turi
>Assignee: Anton Epple
>Priority: Major
>  Labels: beginner, pull-request-available, usability
> Fix For: 11.1
>
> Attachments: Java Frontend Application.png, java Frontend App with 
> gradle.gif, java Frontend App with maven.gif
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Java Frontend Application cannot be activated/created.
> New Project -> Java with Maven -> Java Frontend Application -> nothing 
> appears, no buttons for activation or any fields for the creation of a project



--
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-3335) NB 11.2 NullPointerException - Enter key doesn't work in editor in certain files

2019-11-05 Thread Sergei (Jira)


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

Sergei commented on NETBEANS-3335:
--

I have too got this problem while editing javascript file. IDE restarting not 
helps. Exception log is there:

 
{code:java}
java.lang.AssertionError: Unsupported removeType=RETAIN_LAST_CARET in nested 
transaction
at 
org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1689)
at 
org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:577)
at 
org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:546)
at 
org.netbeans.modules.uihandler.SubmitPanel.propertyChange(SubmitPanel.java:161)
at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
at 
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
at 
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
at org.openide.explorer.ExplorerManager$2.run(ExplorerManager.java:866)
at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:95)
at 
org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:70)
at 
org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:66)
at org.openide.util.Mutex.readAccess(Mutex.java:235)
at 
org.openide.explorer.ExplorerManager.fireInAWT(ExplorerManager.java:863)
at 
org.openide.explorer.ExplorerManager$1AtomicSetSelectedNodes.fire(ExplorerManager.java:269)
at 
org.openide.explorer.ExplorerManager.setSelectedNodes(ExplorerManager.java:280)
at 
org.netbeans.modules.uihandler.SubmitPanel.caretUpdate(SubmitPanel.java:180)
at 
javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:397)
at 
javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextComponent.java:4394)
at 
javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(JTextComponent.java:4416)
at 
org.netbeans.api.editor.caret.EditorCaret$6.run(EditorCaret.java:1733)
at 
org.netbeans.modules.editor.lib2.view.ViewUtils.runInEDT(ViewUtils.java:413)
at 
org.netbeans.api.editor.caret.EditorCaret.fireStateChanged(EditorCaret.java:1742)
at 
org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1664)
at 
org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:577)
at 
org.netbeans.api.editor.caret.EditorCaret.setDot(EditorCaret.java:546)
at 
org.netbeans.editor.BaseKit$BeginAction.actionPerformed(BaseKit.java:3664)
at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322)
at 
org.netbeans.spi.editor.AbstractEditorAction.actionPerformed(AbstractEditorAction.java:445)
at 
org.netbeans.editor.BaseKit$KitCompoundAction.actionPerformed(BaseKit.java:1954)
at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:322)
at 
org.netbeans.spi.editor.AbstractEditorAction.actionPerformed(AbstractEditorAction.java:445)
at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1668)
at javax.swing.JComponent.processKeyBinding(JComponent.java:2882)
at javax.swing.JComponent.processKeyBindings(JComponent.java:2929)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2845)
at java.awt.Component.processEvent(Component.java:6316)
at java.awt.Container.processEvent(Container.java:2239)
at java.awt.Component.dispatchEventImpl(Component.java:4889)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Component.dispatchEvent(Component.java:4711)
at 
java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1954)
at 
java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:835)
at 
java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1103)
at 
java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:974)
at 
java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:800)
at java.awt.Component.dispatchEventImpl(Component.java:4760)
at java.awt.Container.dispatchEventImpl(Container.java:2297)
at java.awt.Window.dispatchEventImpl(Window.java:2746)
at java.awt.Component.dispatchEvent(Component.java:4711)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Nati

[jira] [Resolved] (NETBEANS-3344) Crash editor php (blade laravel) index=5 >= size()=5

2019-11-05 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto resolved NETBEANS-3344.

Resolution: Duplicate

Please try deactivating Angular JS Editor (Tools > Plugins)

> Crash editor php (blade laravel) index=5 >= size()=5
> 
>
> Key: NETBEANS-3344
> URL: https://issues.apache.org/jira/browse/NETBEANS-3344
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: fedora 30 x64
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, UILOG
>
>
> Hi,
> i edit the blade file (php laravel file), this part
> {code:java}
> {{--@isAdmin
>  
>   Language
>  
>  @foreach($allLanguages as $language)
>  id==$currentLanguage) 
> selected @endif>{{$language->code}}
>  @endforeach
>  
>  
>  @endisAdmin--}}{code}
> specifically, as soon as I add the first clip "{" before "{--"
> Crash
>  
>  
> {code:java}
> java.lang.IndexOutOfBoundsException: index=5 >= 
> size()=5java.lang.IndexOutOfBoundsException: index=5 >= size()=5 at 
> org.netbeans.lib.lexer.JoinTokenList.tokenList(JoinTokenList.java:170) at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.tokenList(JoinLexerInputOperation.java:190)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.fetchActiveTokenList(JoinLexerInputOperation.java:183)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.createJoinToken(JoinLexerInputOperation.java:247)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.createDefaultTokenInstance(JoinLexerInputOperation.java:212)
>  at 
> org.netbeans.lib.lexer.LexerInputOperation.createToken(LexerInputOperation.java:294)
>  at org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:80) at 
> org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:64) at 
> org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1543) at 
> org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1481) at 
> org.netbeans.lib.html.lexer.HtmlLexer.resolveValueToken(HtmlLexer.java:1464) 
> at org.netbeans.lib.html.lexer.HtmlLexer.nextToken(HtmlLexer.java:1392) at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
>  at org.netbeans.lib.lexer.JoinTokenList.init(JoinTokenList.java:666) at 
> org.netbeans.lib.lexer.JoinTokenList.create(JoinTokenList.java:74) at 
> org.netbeans.lib.lexer.TokenListList.checkCreateJoinTokenList(TokenListList.java:147)
>  at org.netbeans.lib.lexer.TokenListList.(TokenListList.java:106) at 
> org.netbeans.lib.lexer.TokenHierarchyOperation.tokenListList(TokenHierarchyOperation.java:478)
>  at 
> org.netbeans.lib.lexer.EmbeddingOperation.embeddedTokenList(EmbeddingOperation.java:174)
>  at org.netbeans.api.lexer.TokenSequence.embeddedImpl(TokenSequence.java:348) 
> at org.netbeans.api.lexer.TokenSequence.embedded(TokenSequence.java:295) at 
> org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveTheSequence(SyntaxHighlighting.java:438)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveNext(SyntaxHighlighting.java:416)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.fetchNextHighlight(DirectMergeContainer.java:600)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.updateMergeVars(DirectMergeContainer.java:337)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.nextMerge(DirectMergeContainer.java:303)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.moveNext(DirectMergeContainer.java:234)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.HighlightsReader.readUntil(HighlightsReader.java:59)
>  at 
> org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.restart(HighlightsViewFactory.java:168)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder$FactoryState.init(ViewBuilder.java:1299)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:699)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder.createReplaceRepaintViews(ViewBuilder.java:660)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewUpdates.initParagraphs(ViewUpdates.java:206)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewOp.initParagraphs(DocumentViewOp.java:634)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren.ensureParagraphsChildrenAndLayoutValid(DocumentViewChildren.java:512)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren.paint(DocumentViewChildren.java:570)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentView.paint(DocumentView.java:695)
>  at 
> org.netbeans.modules.editor.lib2.view.EditorView.paint(EditorView.java:135) 
> at javax.swing.plaf.basic.BasicTextUI$RootView.paint(BasicText

[jira] [Created] (NETBEANS-3344) Crash editor php (blade laravel) index=5 >= size()=5

2019-11-05 Thread Vincenzo Luongo (Jira)
Vincenzo Luongo created NETBEANS-3344:
-

 Summary: Crash editor php (blade laravel) index=5 >= size()=5
 Key: NETBEANS-3344
 URL: https://issues.apache.org/jira/browse/NETBEANS-3344
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.2
 Environment: fedora 30 x64
Reporter: Vincenzo Luongo


Hi,

i edit the blade file (php laravel file), this part
{code:java}
{{--@isAdmin
 
  Language
 
 @foreach($allLanguages as $language)
 id==$currentLanguage) 
selected @endif>{{$language->code}}
 @endforeach
 
 
 @endisAdmin--}}{code}
specifically, as soon as I add the first clip "{" before "{--"

Crash

 

 
{code:java}
java.lang.IndexOutOfBoundsException: index=5 >= 
size()=5java.lang.IndexOutOfBoundsException: index=5 >= size()=5 at 
org.netbeans.lib.lexer.JoinTokenList.tokenList(JoinTokenList.java:170) at 
org.netbeans.lib.lexer.JoinLexerInputOperation.tokenList(JoinLexerInputOperation.java:190)
 at 
org.netbeans.lib.lexer.JoinLexerInputOperation.fetchActiveTokenList(JoinLexerInputOperation.java:183)
 at 
org.netbeans.lib.lexer.JoinLexerInputOperation.createJoinToken(JoinLexerInputOperation.java:247)
 at 
org.netbeans.lib.lexer.JoinLexerInputOperation.createDefaultTokenInstance(JoinLexerInputOperation.java:212)
 at 
org.netbeans.lib.lexer.LexerInputOperation.createToken(LexerInputOperation.java:294)
 at org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:80) at 
org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:64) at 
org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1543) at 
org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1481) at 
org.netbeans.lib.html.lexer.HtmlLexer.resolveValueToken(HtmlLexer.java:1464) at 
org.netbeans.lib.html.lexer.HtmlLexer.nextToken(HtmlLexer.java:1392) at 
org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
 at org.netbeans.lib.lexer.JoinTokenList.init(JoinTokenList.java:666) at 
org.netbeans.lib.lexer.JoinTokenList.create(JoinTokenList.java:74) at 
org.netbeans.lib.lexer.TokenListList.checkCreateJoinTokenList(TokenListList.java:147)
 at org.netbeans.lib.lexer.TokenListList.(TokenListList.java:106) at 
org.netbeans.lib.lexer.TokenHierarchyOperation.tokenListList(TokenHierarchyOperation.java:478)
 at 
org.netbeans.lib.lexer.EmbeddingOperation.embeddedTokenList(EmbeddingOperation.java:174)
 at org.netbeans.api.lexer.TokenSequence.embeddedImpl(TokenSequence.java:348) 
at org.netbeans.api.lexer.TokenSequence.embedded(TokenSequence.java:295) at 
org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveTheSequence(SyntaxHighlighting.java:438)
 at 
org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveNext(SyntaxHighlighting.java:416)
 at 
org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.fetchNextHighlight(DirectMergeContainer.java:600)
 at 
org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.updateMergeVars(DirectMergeContainer.java:337)
 at 
org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.nextMerge(DirectMergeContainer.java:303)
 at 
org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.moveNext(DirectMergeContainer.java:234)
 at 
org.netbeans.modules.editor.lib2.highlighting.HighlightsReader.readUntil(HighlightsReader.java:59)
 at 
org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.restart(HighlightsViewFactory.java:168)
 at 
org.netbeans.modules.editor.lib2.view.ViewBuilder$FactoryState.init(ViewBuilder.java:1299)
 at 
org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:699)
 at 
org.netbeans.modules.editor.lib2.view.ViewBuilder.createReplaceRepaintViews(ViewBuilder.java:660)
 at 
org.netbeans.modules.editor.lib2.view.ViewUpdates.initParagraphs(ViewUpdates.java:206)
 at 
org.netbeans.modules.editor.lib2.view.DocumentViewOp.initParagraphs(DocumentViewOp.java:634)
 at 
org.netbeans.modules.editor.lib2.view.DocumentViewChildren.ensureParagraphsChildrenAndLayoutValid(DocumentViewChildren.java:512)
 at 
org.netbeans.modules.editor.lib2.view.DocumentViewChildren.paint(DocumentViewChildren.java:570)
 at 
org.netbeans.modules.editor.lib2.view.DocumentView.paint(DocumentView.java:695) 
at org.netbeans.modules.editor.lib2.view.EditorView.paint(EditorView.java:135) 
at javax.swing.plaf.basic.BasicTextUI$RootView.paint(BasicTextUI.java:1434) at 
javax.swing.plaf.basic.BasicTextUI.paintSafely(BasicTextUI.java:737) at 
javax.swing.plaf.basic.BasicTextUI.paint(BasicTextUI.java:881) at 
javax.swing.plaf.basic.BasicTextUI.update(BasicTextUI.java:860) at 
javax.swing.JComponent.paintComponent(JComponent.java:780) at 
javax.swing.JComponent.paint(JComponent.java:1056) at 
javax.swing.JComponent.paintChildren(JComponent.java:889) at 
javax.swing.JComponent.paint(JComponent.java:1065) at 
javax.swing.JLayeredPane.paint

[jira] [Updated] (NETBEANS-3344) Crash editor php (blade laravel) index=5 >= size()=5

2019-11-05 Thread Vincenzo Luongo (Jira)


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

Vincenzo Luongo updated NETBEANS-3344:
--
Attachment: IDELOG
UILOG

> Crash editor php (blade laravel) index=5 >= size()=5
> 
>
> Key: NETBEANS-3344
> URL: https://issues.apache.org/jira/browse/NETBEANS-3344
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: fedora 30 x64
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, UILOG
>
>
> Hi,
> i edit the blade file (php laravel file), this part
> {code:java}
> {{--@isAdmin
>  
>   Language
>  
>  @foreach($allLanguages as $language)
>  id==$currentLanguage) 
> selected @endif>{{$language->code}}
>  @endforeach
>  
>  
>  @endisAdmin--}}{code}
> specifically, as soon as I add the first clip "{" before "{--"
> Crash
>  
>  
> {code:java}
> java.lang.IndexOutOfBoundsException: index=5 >= 
> size()=5java.lang.IndexOutOfBoundsException: index=5 >= size()=5 at 
> org.netbeans.lib.lexer.JoinTokenList.tokenList(JoinTokenList.java:170) at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.tokenList(JoinLexerInputOperation.java:190)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.fetchActiveTokenList(JoinLexerInputOperation.java:183)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.createJoinToken(JoinLexerInputOperation.java:247)
>  at 
> org.netbeans.lib.lexer.JoinLexerInputOperation.createDefaultTokenInstance(JoinLexerInputOperation.java:212)
>  at 
> org.netbeans.lib.lexer.LexerInputOperation.createToken(LexerInputOperation.java:294)
>  at org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:80) at 
> org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:64) at 
> org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1543) at 
> org.netbeans.lib.html.lexer.HtmlLexer.token(HtmlLexer.java:1481) at 
> org.netbeans.lib.html.lexer.HtmlLexer.resolveValueToken(HtmlLexer.java:1464) 
> at org.netbeans.lib.html.lexer.HtmlLexer.nextToken(HtmlLexer.java:1392) at 
> org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:191)
>  at org.netbeans.lib.lexer.JoinTokenList.init(JoinTokenList.java:666) at 
> org.netbeans.lib.lexer.JoinTokenList.create(JoinTokenList.java:74) at 
> org.netbeans.lib.lexer.TokenListList.checkCreateJoinTokenList(TokenListList.java:147)
>  at org.netbeans.lib.lexer.TokenListList.(TokenListList.java:106) at 
> org.netbeans.lib.lexer.TokenHierarchyOperation.tokenListList(TokenHierarchyOperation.java:478)
>  at 
> org.netbeans.lib.lexer.EmbeddingOperation.embeddedTokenList(EmbeddingOperation.java:174)
>  at org.netbeans.api.lexer.TokenSequence.embeddedImpl(TokenSequence.java:348) 
> at org.netbeans.api.lexer.TokenSequence.embedded(TokenSequence.java:295) at 
> org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveTheSequence(SyntaxHighlighting.java:438)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.SyntaxHighlighting$HSImpl.moveNext(SyntaxHighlighting.java:416)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.fetchNextHighlight(DirectMergeContainer.java:600)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.updateMergeVars(DirectMergeContainer.java:337)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.nextMerge(DirectMergeContainer.java:303)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.moveNext(DirectMergeContainer.java:234)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.HighlightsReader.readUntil(HighlightsReader.java:59)
>  at 
> org.netbeans.modules.editor.lib2.view.HighlightsViewFactory.restart(HighlightsViewFactory.java:168)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder$FactoryState.init(ViewBuilder.java:1299)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:699)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewBuilder.createReplaceRepaintViews(ViewBuilder.java:660)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewUpdates.initParagraphs(ViewUpdates.java:206)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewOp.initParagraphs(DocumentViewOp.java:634)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren.ensureParagraphsChildrenAndLayoutValid(DocumentViewChildren.java:512)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentViewChildren.paint(DocumentViewChildren.java:570)
>  at 
> org.netbeans.modules.editor.lib2.view.DocumentView.paint(DocumentView.java:695)
>  at 
> org.netbeans.modules.editor.lib2.view.EditorView.paint(EditorView.java:135) 
> at javax.swing.plaf.basic.BasicTextUI$RootView.paint(BasicTextUI.java:1434) 
> at javax.swing.plaf.basic.Bas

[jira] [Updated] (NETBEANS-3343) After automatic upgrade from 11.1 to 11.2, background scanning Crash

2019-11-05 Thread Vincenzo Luongo (Jira)


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

Vincenzo Luongo updated NETBEANS-3343:
--
Environment: fedora 30 x64

> After automatic upgrade from 11.1 to 11.2, background scanning Crash
> 
>
> Key: NETBEANS-3343
> URL: https://issues.apache.org/jira/browse/NETBEANS-3343
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing & Indexing
>Affects Versions: 11.2
> Environment: fedora 30 x64
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, IDELOG2, UILOG, UILOG2, 
> image-2019-11-05-10-47-37-218.png
>
>
> Hi,
> after upgrade from 11.1 to 11.2, reimport old plugins (only darkula theme), 
> start background scanning project (19 project of laravel and 5 project static 
> html or php files)
> Out the crash:
> !image-2019-11-05-10-47-37-218.png!



--
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-3343) After automatic upgrade from 11.1 to 11.2, background scanning Crash

2019-11-05 Thread Vincenzo Luongo (Jira)


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

Vincenzo Luongo commented on NETBEANS-3343:
---

{code:java}
java.lang.ClassCastExceptionjava.lang.ClassCastExceptionCaused: 
org.netbeans.modules.parsing.spi.ParseException at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:186)
 at 
org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)[catch]
 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.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5419)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5038)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$InitialRootsWork.getDone(RepositoryUpdater.java:5821)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2$1.run(RepositoryUpdater.java:6099)
 at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279) at 
org.netbeans.modules.parsing.impl.RunWhenScanFinishedSupport.performScan(RunWhenScanFinishedSupport.java:83)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6095)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task$2.call(RepositoryUpdater.java:6091)
 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.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:6091)
 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at 
org.openide.util.lookup.Lookups.executeWith(Lookups.java:278) at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033){code}

> After automatic upgrade from 11.1 to 11.2, background scanning Crash
> 
>
> Key: NETBEANS-3343
> URL: https://issues.apache.org/jira/browse/NETBEANS-3343
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing & Indexing
>Affects Versions: 11.2
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, IDELOG2, UILOG, UILOG2, 
> image-2019-11-05-10-47-37-218.png
>
>
> Hi,
> after upgrade from 11.1 to 11.2, reimport old plugins (only darkula theme), 
> start background scanning project (19 pro

[jira] [Commented] (NETBEANS-3343) After automatic upgrade from 11.1 to 11.2, background scanning Crash

2019-11-05 Thread Vincenzo Luongo (Jira)


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

Vincenzo Luongo commented on NETBEANS-3343:
---

other crash background scanning, attach the logs

 

[^UILOG2]

> After automatic upgrade from 11.1 to 11.2, background scanning Crash
> 
>
> Key: NETBEANS-3343
> URL: https://issues.apache.org/jira/browse/NETBEANS-3343
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing & Indexing
>Affects Versions: 11.2
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, IDELOG2, UILOG, UILOG2, 
> image-2019-11-05-10-47-37-218.png
>
>
> Hi,
> after upgrade from 11.1 to 11.2, reimport old plugins (only darkula theme), 
> start background scanning project (19 project of laravel and 5 project static 
> html or php files)
> Out the crash:
> !image-2019-11-05-10-47-37-218.png!



--
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-3343) After automatic upgrade from 11.1 to 11.2, background scanning Crash

2019-11-05 Thread Vincenzo Luongo (Jira)


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

Vincenzo Luongo updated NETBEANS-3343:
--
Attachment: IDELOG2
UILOG2

> After automatic upgrade from 11.1 to 11.2, background scanning Crash
> 
>
> Key: NETBEANS-3343
> URL: https://issues.apache.org/jira/browse/NETBEANS-3343
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing & Indexing
>Affects Versions: 11.2
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, IDELOG2, UILOG, UILOG2, 
> image-2019-11-05-10-47-37-218.png
>
>
> Hi,
> after upgrade from 11.1 to 11.2, reimport old plugins (only darkula theme), 
> start background scanning project (19 project of laravel and 5 project static 
> html or php files)
> Out the crash:
> !image-2019-11-05-10-47-37-218.png!



--
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-3343) After automatic upgrade from 11.1 to 11.2, background scanning Crash

2019-11-05 Thread Vincenzo Luongo (Jira)


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

Vincenzo Luongo updated NETBEANS-3343:
--
Description: 
Hi,

after upgrade from 11.1 to 11.2, reimport old plugins (only darkula theme), 
start background scanning project (19 project of laravel and 5 project static 
html or php files)

Out the crash:

!image-2019-11-05-10-47-37-218.png!

  was:
Hi,

after upgrade from 11.1 to 11.2, reimport old plugins (only darkula theme), 
start background scanning project (19 project of laravel and 5 project static 
html or php files)

Out the crash:

!image-2019-11-05-10-47-03-519.png!


> After automatic upgrade from 11.1 to 11.2, background scanning Crash
> 
>
> Key: NETBEANS-3343
> URL: https://issues.apache.org/jira/browse/NETBEANS-3343
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing & Indexing
>Affects Versions: 11.2
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, UILOG, image-2019-11-05-10-47-37-218.png
>
>
> Hi,
> after upgrade from 11.1 to 11.2, reimport old plugins (only darkula theme), 
> start background scanning project (19 project of laravel and 5 project static 
> html or php files)
> Out the crash:
> !image-2019-11-05-10-47-37-218.png!



--
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-3343) After automatic upgrade from 11.1 to 11.2, background scanning Crash

2019-11-05 Thread Vincenzo Luongo (Jira)


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

Vincenzo Luongo updated NETBEANS-3343:
--
Attachment: IDELOG
UILOG

> After automatic upgrade from 11.1 to 11.2, background scanning Crash
> 
>
> Key: NETBEANS-3343
> URL: https://issues.apache.org/jira/browse/NETBEANS-3343
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing & Indexing
>Affects Versions: 11.2
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, UILOG, image-2019-11-05-10-47-37-218.png
>
>
> Hi,
> after upgrade from 11.1 to 11.2, reimport old plugins (only darkula theme), 
> start background scanning project (19 project of laravel and 5 project static 
> html or php files)
> Out the crash:
> !image-2019-11-05-10-47-37-218.png!



--
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] [Created] (NETBEANS-3343) After automatic upgrade from 11.1 to 11.2, background scanning Crash

2019-11-05 Thread Vincenzo Luongo (Jira)
Vincenzo Luongo created NETBEANS-3343:
-

 Summary: After automatic upgrade from 11.1 to 11.2, background 
scanning Crash
 Key: NETBEANS-3343
 URL: https://issues.apache.org/jira/browse/NETBEANS-3343
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Parsing & Indexing
Affects Versions: 11.2
Reporter: Vincenzo Luongo
 Attachments: IDELOG, UILOG, image-2019-11-05-10-47-37-218.png

Hi,

after upgrade from 11.1 to 11.2, reimport old plugins (only darkula theme), 
start background scanning project (19 project of laravel and 5 project static 
html or php files)

Out the crash:

!image-2019-11-05-10-47-03-519.png!



--
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-3343) After automatic upgrade from 11.1 to 11.2, background scanning Crash

2019-11-05 Thread Vincenzo Luongo (Jira)


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

Vincenzo Luongo updated NETBEANS-3343:
--
Attachment: image-2019-11-05-10-47-37-218.png

> After automatic upgrade from 11.1 to 11.2, background scanning Crash
> 
>
> Key: NETBEANS-3343
> URL: https://issues.apache.org/jira/browse/NETBEANS-3343
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing & Indexing
>Affects Versions: 11.2
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, UILOG, image-2019-11-05-10-47-37-218.png
>
>
> Hi,
> after upgrade from 11.1 to 11.2, reimport old plugins (only darkula theme), 
> start background scanning project (19 project of laravel and 5 project static 
> html or php files)
> Out the crash:
> !image-2019-11-05-10-47-03-519.png!



--
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