Super weird build problem in eclipse

Former Member
Former Member
All of a sudden my project started failing to build. I managed to get it to build again by commenting out a few lines. I check the lines and they are fine. Now get this...

My code won't build if I delete an empty line. This is only one example of the odd things it's doing.
Lines that wont work if I uncomment, will work if I copy without the comment and paste.

????????????????????????????????????
  • Former Member
    Former Member over 8 years ago
    Whew, worked it out.

    I have some global constants. They were in 1 file. I split the files. 1 of the files required enough lines without active code after the last using clause to account for the constants in the other file.

    Twilight zone.