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

abundance of unnecessary CSH classes in subpackage_test #1

Closed
andrlos opened this issue Mar 30, 2021 · 1 comment
Closed

abundance of unnecessary CSH classes in subpackage_test #1

andrlos opened this issue Mar 30, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@andrlos
Copy link
Collaborator

andrlos commented Mar 30, 2021

The test consists of many classes representing individual openjdk versions (openjdk7, openjdk8, openjdk9 etc). There are many versions that are already obsolete right now and the script is therefore unnecessarily long. The task is to remove the extra classes. However, beware, as almost every class is ancestor to another class, and the overall functionality must be retained. Also remove only ojdk classes. Don't touch anything IBM, ITW or Oracle related as even I am not sure what is still relevant over there :D .
The versions we want to keep are: ojdk8, ojdk11 and ojdkLatest. Along with all their respective variants (OpenJdk8Debug, OpenJdk11armv7hl etc...).

@andrlos andrlos added the good first issue Good for newcomers label Mar 30, 2021
@andrlos
Copy link
Collaborator Author

andrlos commented Apr 4, 2021

a2fbcd8

@andrlos andrlos closed this as completed Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant