bug: jdk5 inspections coming up even with lang level 1.4

'm getting jdk5 inspection warnings with lang level set to 1.4, using the java 1.5 jdk. I think that this is incorrect behaviour.

build #5734

Message was edited by:
Andre Mermegas

0
6 comments
Avatar
Permanently deleted user

No, this is not a bug. The user may want to develop with 1.5 language features, but run with jdk 1.4 (using e.g. Retroweaver). This used to be the case with idea for quite a while.

0

well shouldnt the opposite hold true? what if i want to compile/run with jdk5 but only want 1.4 language features in a particular module.

0
Avatar
Permanently deleted user

Oops, seems I got you wrong. Inspections for 1.5 language features should not trigger in lang level 1.4 of course. What particular inspections do you see that you feel are wrong?

0

raw use of parameterized class

0
Avatar
Permanently deleted user

Aha, I see, this is certainly a bug. Could you please file a request to JIRA?

0

Please sign in to leave a comment.