GooS
Azrael
- Reaction score
- 154
Hey there, I'm using Eclipse IDE for my project and to get straight to the point.
I am at a stage where my application works, but, when making either of the following:
- Adding a comment
- Changing a minor unused/used variable
- Adding a new unused/used class member
Basically making any minor alteration and then building, the build will succeed but the aplication stops working.
The change can be anything not even remotely used by the application and it can screw everything up. Not thinking
I'm almighty I've checked, checked and rechecked my code but I can't find any errors that would cause this.
The build seemingly work at random, giving me no errors.
BUT, using clean build everytime makes it work all the time.
So, well, anyone experience similar problems, suggestions? I could keep using clean build, but the time difference
is a pain as clean compiles everything over again.
//==GooS
I am at a stage where my application works, but, when making either of the following:
- Adding a comment
- Changing a minor unused/used variable
- Adding a new unused/used class member
Basically making any minor alteration and then building, the build will succeed but the aplication stops working.
The change can be anything not even remotely used by the application and it can screw everything up. Not thinking
I'm almighty I've checked, checked and rechecked my code but I can't find any errors that would cause this.
The build seemingly work at random, giving me no errors.
BUT, using clean build everytime makes it work all the time.
So, well, anyone experience similar problems, suggestions? I could keep using clean build, but the time difference
is a pain as clean compiles everything over again.
//==GooS