Hi all,
testing the voting candidate, I noticed, that the JS scanning can run
into a ConcurrentModificationException. The issue will cause an
exception to be raised when scanning a construct like this:
export class test {
field1 = "Value1";
method1() {
}
}
I did not catch this earlier as I'm running with a private plugin that
excludes node_modules folder from JS scanning and did insufficient
testing when integrating the fix, that enabled accessing members from
"export class" constructs.
A fix is here:
https://github.com/apache/netbeans/pull/5983
It applies the pattern that is used in other places, where the property
copy code is invoked.
For me this is not a big problem as described above, but people using
plain JS in the IDE might face bigger problems. At least the message
log gets flooded and of of course you'll get annoying exception
bubbles.
Sorry about that.
Matthias
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists