8260578: Replace wildcard imports with specific ones#161
8260578: Replace wildcard imports with specific ones#161aghaisas wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back aghaisas! A progress list of the required criteria for merging this PR into |
|
@aghaisas This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
|
I have replaced all wildcard imports from newly added files except below 3 files. src/java.desktop/macosx/classes/sun/java2d/metal/MTLMaskFill.java I found that in above files, replacing individual static imports for constants/objects will unnecessarily bloat the source. In this case it is better to use wildcard imports. |
|
/integrate |
The new files added in Lanai code-base have wildcard imports at several places. Replace them with specific import statements.
Progress
Issue
Download
$ git fetch https://git.openjdk.java.net/lanai pull/161/head:pull/161$ git checkout pull/161