I have set
Java compiler compliance level for my source code to Java 5 in Eclipse 3.1.1, and I use lot of assert's in our code. The code compiles fine with Eclipse, but somehow is showing errors "used assert as identifier" in the editor. How can I fix it?