Fixed import bug but some other issues now pop up:
authorstephey <stephey>
Fri, 20 May 2011 09:42:02 +0000 (09:42 +0000)
committerstephey <stephey>
Fri, 20 May 2011 09:42:02 +0000 (09:42 +0000)
commitb5b0cd4ffcb94c1f82aff3c265e719543c48f71d
treec70d451720f616b17398211fa0ee3bb2c2c1ef7b
parente4c02c5713ee3547fef6c7afda3360dfc02259bd
Fixed import bug but some other issues now pop up:

1) make rcrpointer now crashes at processNode in Pointer.java starting at line 439. The switch statement encounters a FlatLiteralNode and doesn't know what to do with it.
2) We fail to parse Hashtable.java in the gnu labrary when using the -jni option. The line of code it fails at is "Hashtable.this.clear();". I can't seem to find any resources telling me what having a "this" midline means, so I can't fix it myself.
Robust/src/Analysis/Pointer/Pointer.java
Robust/src/IR/ClassDescriptor.java
Robust/src/IR/Tree/BuildIR.java
Robust/src/IR/Tree/SemanticCheck.java
Robust/src/IR/TypeUtil.java