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

JBIDE-14298 new extetnsion point to replace previous downloadruntimes #97

Closed
wants to merge 3 commits into from

Conversation

robstryker
Copy link
Member

No description provided.

*
* @param map
*/
public void loadDownloadableRuntimesFromProviders(Map<String, DownloadRuntime> map) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you considered making it package or protected -visible, and make your tests use the same package?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I intend to make the method private once the full transition is done. At this point, we cannot test through the proper method because the proper method still loads data through 1) the old extension point, and 2) the download xml file on the publicly available website. The proper API is RuntimeExtensionManager.getDownloadRuntimes(), but, as mentioned, it currently is not clean.

Once all transitions and migrations are completed, though, I intend to revert the method to private and have the tests use the proper method for testing.

@fbricon
Copy link
Member

fbricon commented May 2, 2013

patch is approved if Rob answers the questions.

@fbricon
Copy link
Member

fbricon commented May 2, 2013

... and don't forget to squash your commits

@robstryker
Copy link
Member Author

merged in to master

@robstryker robstryker closed this May 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants