java line error discrepancies....
Posted: Sun Feb 02, 2003 11:05 pm
For some strange reason with 4.5 and 4.6 I'm still getting a problem with certain java files I write from scratch. I will (on purpose) mispell a variable and for the compilation error I'll get, for example:
C:\Documents and Settings\Gareth\Desktop\434\question2\A1Q1.java:59: cannot resolve symbol
symbol : variable scurrentLine
location: class A1Q1
scurrentLine=in.readLine();
^
1 error
Tool completed with exit code 1
Now when I look at this line it is actually on line 30, not 59. Anybody else get this or......?
C:\Documents and Settings\Gareth\Desktop\434\question2\A1Q1.java:59: cannot resolve symbol
symbol : variable scurrentLine
location: class A1Q1
scurrentLine=in.readLine();
^
1 error
Tool completed with exit code 1
Now when I look at this line it is actually on line 30, not 59. Anybody else get this or......?