[
https://jira.codehaus.org/browse/MECLIPSE-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MECLIPSE-610.
-----------------------------------
Resolution: Won't Fix
Please refer to
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
if you're wondering why this issue was closed out.
> <ajdtVersion>2.0.1</ajdtVersion> breaks silently
> ------------------------------------------------
>
> Key: MECLIPSE-610
> URL: https://jira.codehaus.org/browse/MECLIPSE-610
> Project: Maven Eclipse Plugin
> Issue Type: Bug
> Components: AJDT support
> Affects Versions: 2.7, 2.8
> Reporter: Urs Keller
>
> 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
> {
> ajdtVersionFloat = Float.parseFloat( ajdtVersion );
> }
> catch ( NumberFormatException e )
> {
> ajdtVersionFloat = 0.0f;
> }
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)