You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...).
The text was updated successfully, but these errors were encountered:
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...).
The text was updated successfully, but these errors were encountered: