jdk 1.4 check doesn't catch Integer.valueOf(int) which is java 5
-----------------------------------------------------------------
Key: MCOMPILER-76
URL: http://jira.codehaus.org/browse/MCOMPILER-76
Project: Maven 2.x Compiler Plugin
Issue Type: Bug
Affects Versions: 2.0.2
Environment: windows vista, jdk 1.5.10_12,
Reporter: russell gordon
Priority: Minor
When building with the following option in the pom :
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
</plugin>
Using jdk 1.5.0_12. The check does not catch all java 5 code - specifically
Integer.valueOf(int).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira