Community
Participate
Working Groups
org.eclipse.ua.tests.help.util.LoadServletUtil.setTimeout(URLConnection, int) uses reflection to invoke two methods which were introduced in Java 5. Since this bundle now has a minimum execution environment of J2SE-1.5 this can be replaced with calls to the methods directly.
Fixed in master, the commit message is: Bug 358676 - [Test] Remove unnecessary reflection code in org.eclipse.ua.tests
There were two more similar cases which have been committed with the message Bug 358676 ( Part 2 of fix ) - [Test] Remove unnecessary reflection code in org.eclipse.ua.tests