Re: Java Syntax checking problem/bug

2018-11-29 Thread mr rupplin
Great question - hate the bugs. From: Emilian Bold Sent: Thursday, November 29, 2018 3:49 PM To: users@netbeans.apache.org Subject: Re: Java Syntax checking problem/bug Interesting. Can you provide a short(er) java file where this bug reproduces? It might be a nb

Re: Java Syntax checking problem/bug

2018-11-29 Thread Emilian Bold
Interesting. Can you provide a short(er) java file where this bug reproduces? It might be a nb-javac parser bug or something in the classes built on top of that. Does it happen if you change the variable names (x1, x2, y1, y2, etc)? If it's for the same variable name then maybe some hash collisio

Java Syntax checking problem/bug

2018-11-29 Thread Joseph Huber
Hello! Please see the screenshots below (hopefully they come through on the mailing list). I am working with Netbeans 8.2 in Windows 10. The variable "x1" is not defined, but Netbeans stops showing the hint identifying it as a problem after it encounters a particular statement. "x1" is itali