}
public String toString() {
- return descMethodOrTask.getSymbol()+
- descMethodOrTask.getNum()+
- getAliasString();
+ if( descMethodOrTask instanceof TaskDescriptor ) {
+ return descMethodOrTask.getSymbol()+
+ descMethodOrTask.getNum()+
+ getAliasString();
+ } else {
+ MethodDescriptor md = (MethodDescriptor) descMethodOrTask;
+ return md.getClassMethodName();
+ }
}
}
// If there is a change detected, add any methods/tasks
// that depend on this one to the "to visit" set.
- //System.out.println("Analyzing " + mc);
+ System.out.println("Analyzing " + mc);
Descriptor d = mc.getDescriptor();
FlatMethod fm;
BUILDSCRIPT=~/research/Robust/src/buildscript
-BSFLAGS= -recover -ownership -ownaliasfile aliases.txt #-enable-assertions #-ownwritedots final #-flatirtasks
+BSFLAGS= -recover -ownership -ownaliasfile aliases.txt -enable-assertions -ownwritedots final #-flatirtasks
AD1= -ownallocdepth 1
AD3= -ownallocdepth 3
AD5= -ownallocdepth 5