Results 1 to 2 of 2
- 01-26-2013, 11:16 AM #1
Member
- Join Date
- Dec 2010
- Posts
- 3
- Rep Power
- 0
[SOLVED] Showing non-existing errors after crash
Hi everyone,
Today when I was writing some code the computer froze (because of Chrome, like always) and I restarted it. When I opened eclipse again, it said I the code has tens of errors. However all of them were wrong. The errors were actually related to before my last saving. For example I had a class member like this:
then I changed "length" to "count":Java Code:public int length;
when I changed it, the editor showed a number of error pertaining to other classes which used the "length" member. I updated all to "count" and saved all the files. Eventually the laptop crashed and so on.Java Code:public int count;
When I opened eclipse, I got this error for the code below: length cannot be resolved or is not a field. It still thinks there is "length" in the code.
This is just one example. There are like 20 of these errors for each file!Java Code:s.count++;
What can I do to get rid of this issue?Last edited by dauphin; 01-26-2013 at 12:30 PM. Reason: solved
- 01-26-2013, 12:29 PM #2
Member
- Join Date
- Dec 2010
- Posts
- 3
- Rep Power
- 0
Similar Threads
-
JVM crash.
By werner291 in forum New To JavaReplies: 4Last Post: 12-31-2011, 05:31 PM -
A JVM Crash.
By mbb in forum New To JavaReplies: 0Last Post: 06-10-2011, 11:25 AM -
First Java Program-Compile Errors (errors are posted)-simple GUI
By cc11rocks in forum AWT / SwingReplies: 4Last Post: 01-04-2011, 12:36 AM -
JVM crash
By darsh in forum Enterprise JavaBeans (EJB)Replies: 0Last Post: 10-15-2010, 09:55 AM -
AWT JVM Crash
By Java_Zak in forum AWT / SwingReplies: 0Last Post: 07-29-2010, 10:13 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks