-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE M6
-
Fix Version/s: 6.1.X EE, 6.2.0 CE B1
-
Component/s: Dev Tools
-
Labels:
-
Branch Version/s:6.2.x, 6.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Some imports, like Graphics and Graphics2D, or other imports with inner classes such as java.util.Map and java.util.Map.Entry are not being sorted correctly.
The problem seems to be that the whole line of the import is being compared, including ';' and other characters that are not part of the name.