Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.7, 2.8
-
Fix Version/s: None
-
Component/s: AJDT support
-
Labels:None
Description
The version is handled as a float. A configuration with 2.0.1 will break it, but there is no warning what so ever.
org.apache.maven.plugin.eclipse.EclipsePlugin.createEclipseWriterConfig(IdeDependency[]): Line 1238:
float ajdtVersionFloat;
try
catch ( NumberFormatException e )
{ ajdtVersionFloat = 0.0f; }