Skip to content
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

Add unsafe signatures for ResourceBundle #89

Closed
hakanai opened this issue Dec 6, 2015 · 2 comments
Closed

Add unsafe signatures for ResourceBundle #89

hakanai opened this issue Dec 6, 2015 · 2 comments
Assignees
Milestone

Comments

@hakanai
Copy link

hakanai commented Dec 6, 2015

These two methods use the default locale and for some reason are missing from the list:

java.util.ResourceBundle#getBundle(java.lang.String)
java.util.ResourceBundle#getBundle(java.lang.String, java.util.ResourceBundle$Control)

Maybe they were omitted deliberately? But I would like to at least see a comment saying why. :)

@uschindler
Copy link
Member

Hi @trejkaz,
I will check those out. They are an oversight, for sure. The unsafe signatures is manual work and there may be many others that are missing!

@uschindler uschindler added this to the 2.1 milestone Dec 8, 2015
@uschindler uschindler self-assigned this Dec 8, 2015
@uschindler
Copy link
Member

Thanks, I committed the 2 new signatures to the JDK 1.6+ signatures file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants