nextImport: for (int i = 0; i < numberOfStatements; i++) {
ImportReference importReference = referenceContext.imports[i];
IFile file = importReference.getFile();
- SourceTypeBinding typeBinding;
+ //SourceTypeBinding typeBinding;
// char[][] compoundName = importReference.tokens;
char[][] compoundName = null;
if (file != null) {
}
typeBinding.compoundName = compoundName; // compoundName;
// this.fPackage = fPackage;
- typeBinding.fileName = file.getLocation().toString()
+ typeBinding.fileName = file.getFullPath().toString()
.toCharArray();
// typeBinding.modifiers = scope.referenceContext.modifiers;
// typeBinding.sourceName = scope.referenceContext.name;