Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [eclipse-dev] M8 fatal error

>"Disallow identifiers called 'assert'" to "ignore".

This have to be set to "error". I've your set source compatibility to
"1.4" then you can't use "assert" in your code for somthing else because
it is a reserved word in Java >= 1.4.

>since I have tons of asserts in all my code. Any workaround?

If these are true 1.4 asserts then your fine. If not, don't set your
compatibility to 1.4.

Cu, Gunnar


Back to the top