Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8064064 | 8u45 | Attila Szegedi | P4 | Resolved | Fixed | b01 |
JDK-8055533 | 8u40 | Attila Szegedi | P4 | Resolved | Fixed | b04 |
JDK-8070301 | emb-8u47 | Attila Szegedi | P4 | Resolved | Fixed | team |
- Add final keyword everywhere possible.
- Organize imports in strictly alphabetical order, no grouping.
We have these settings in our IDEs, which apply them on saving files. That causes this kind of adjustment to crop up as noise in otherwise semantic changesets. By doing it in a single changeset, we should minimize their reappearance in subsequent semantic commits.
- Organize imports in strictly alphabetical order, no grouping.
We have these settings in our IDEs, which apply them on saving files. That causes this kind of adjustment to crop up as noise in otherwise semantic changesets. By doing it in a single changeset, we should minimize their reappearance in subsequent semantic commits.
- backported by
-
JDK-8055533 Tidy up Nashorn codebase for code standards
- Resolved
-
JDK-8064064 Tidy up Nashorn codebase for code standards
- Resolved
-
JDK-8070301 Tidy up Nashorn codebase for code standards
- Resolved