New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8276179 PrismFontFile.isInstalledFont is dead code and should be removed #658
8276179 PrismFontFile.isInstalledFont is dead code and should be removed #658
Conversation
removing dead code
|
A quick look suggests that this is, in fact, unused. I would like Phil to review it, though. |
I've also seen many places in the font code, which just catch Exceptions without handling them, nor logging them. Should I also make a PR for this problem? |
I'm quite confident the build will be a good test of whether it is unused so fine by me. |
You can file a new bug if you like. As long as we don't start getting noise from exceptions that don't matter, it seems a good idea to log them when they happen. |
@FlorianKirmaier except for the above problem with the title of this PR, it is ready to be integrated. Once you update this PR's title, Skara will mark it as ready. |
@FlorianKirmaier This change now passes all automated pre-integration checks. 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 7 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@prrace, @kevinrushforth) but any other Committer may sponsor as well.
|
/integrate |
@FlorianKirmaier |
/sponsor |
Going to push as commit cde72c8.
Your commit was automatically rebased without conflicts. |
@kevinrushforth @FlorianKirmaier Pushed as commit cde72c8. |
removing dead code.
When looking into the font code, I've noticed that this code is no longer used, so I thought I should make a PR with a minor cleanup.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jfx pull/658/head:pull/658
$ git checkout pull/658
Update a local copy of the PR:
$ git checkout pull/658
$ git pull https://git.openjdk.java.net/jfx pull/658/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 658
View PR using the GUI difftool:
$ git pr show -t 658
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jfx/pull/658.diff