super(testProjectPath);
}
+ @Override
public void reportFileWrite(String outputfile, int filetype) {
super.reportFileWrite(outputfile, filetype);
writeCount++;
// System.out.println("Written " + outputfile + " " + filetype);
}
-
+ @Override
public void reportFileRemove(String outputfile, int filetype) {
super.reportFileRemove(outputfile, filetype);
removeCount++;
* as much data as necessary to satisfy the caller. The latter approach could be much faster - especially if the matching
* process typically looks for a method in the declaring type.
*/
- public void testOptimizedMemberLookup() {
+ public void xtestOptimizedMemberLookup() {
String p = "oml";
initialiseProject(p);
build(p);