Details
-
Type:
Task
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 9-repo-jigsaw
-
Component/s: core-libs
-
Labels:
-
Subcomponent:
Description
Automatic should have sensible, version-free names. As things stand then the module name derived for a JAR file named "guava19.jar" is "guava19". This issue tracks a re-examination of the derivation to see whether it would make sense to drop any trailing group of dots and digits (as in "(\\.|\\d)*$" ). Any changes in this areas will require coordination with javac, tests, etc.