-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: client-libs
-
b169
-
generic
-
generic
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8180245 | 10 | Sergey Bylokhov | P4 | Resolved | Fixed | b08 |
There is a few typos in java.desktop module, and strange fomatting which were caused by the different patches and space<->tab converting
- Typos in AbstractMultiResolutionImage.java(incorrect tag) and java/awt/package-info.java("con tainer"instead of "container")
- The code formatting in "module-info.java", it seems that different iterations of modules refresh patches used a different line wrapping and code shifting(4 or 5 spaces)
- In java sound there are a few places where we replace tabs to spaces and this caused strange alignment of constants
- Typos in AbstractMultiResolutionImage.java(incorrect tag) and java/awt/package-info.java("con tainer"instead of "container")
- The code formatting in "module-info.java", it seems that different iterations of modules refresh patches used a different line wrapping and code shifting(4 or 5 spaces)
- In java sound there are a few places where we replace tabs to spaces and this caused strange alignment of constants
- backported by
-
JDK-8180245 Uncommon formatting and typos in java.desktop module
-
- Resolved
-