[
https://issues.apache.org/jira/browse/MNG-6631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17069835#comment-17069835
]
Hudson commented on MNG-6631:
-----------------------------
Build failed in Jenkins: Maven TLP » maven-studies » maven-metrics #4
See
https://builds.apache.org/job/maven-box/job/maven-studies/job/maven-metrics/4/
> DefaultArtifactVersion.parseVersion is inefficient
> --------------------------------------------------
>
> Key: MNG-6631
> URL: https://issues.apache.org/jira/browse/MNG-6631
> Project: Maven
> Issue Type: Bug
> Components: core
> Affects Versions: 3.6.0
> Reporter: Stefan Oehme
> Assignee: Herve Boutemy
> Priority: Major
> Fix For: 3.6.2
>
>
> I'm currently optimizing a very large (2000+ submodule) project.
> DefaultArtifactVersion.parseVersion is one of the CPU/memory hotspots,
> because it uses exceptions for control flow. Using if-statements instead
> would be much faster.
> See [https://github.com/apache/maven/pull/242]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)