> The previous programmer was most certainly using eclipse so thanks for
> the explanation.
> To me it seems to be a quite dangerous feature in eclipse.
It is sometimes convenient to run a program even though it contains some
compile errors. For example, a client is coming over, and you have to
perform a demo, but one of your coworkers was in the middle of modifying
some part of the application, and hasn't finished his changes. As long as
you don't actually cause the code with errors to execute, the application
appears to run just fine.
- Oliver