Compiling JavaTest, we get the following message about the "hidden" method
class$. Both the Script class, and one of its subtypes, RegressionScript,
use class literals. If we remove the class literal from RegressionScript,
the message goes away. The use of the class literal is legal:
Class[] argTypes = {String[].class};
I've tried to make a simple test case but failed. Sorry. JavaTest source
code is available on request (its in /usr/sqe/workspaces/sqe-tools-jt20int)
regtest/RegressionScript.java:55: Note: Method java.lang.Class class$(java.lang.String) in class javasoft.sqe.javatest.regtest.RegressionScript does not override the corresponding method in class javasoft.sqe.javatest.Script, which is private to a different package.
public class RegressionScript extends Script
^