In project uima-as,
in the src/test/java,
in the method org.apache.uima.as.dd,
in the class Dd2SpringTest, there's a line:
dd2SpringInstance.setTestMode(); // prevents throwing on errorswhich Eclipse flags as an error, because there is no "setTestMode()" method in Dd2SpringInstance. The normal maven build doesn't catch this because the project "uima-as" is not a configured as a Java project, so no compile of the src/test/java classes happens. Is this expected? -Marshall
