Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] new RefactoringStatus()

Hello,
 
Whenever I try to do anything with a RefactoringStatus object, even
RefactoringStatus fStatus = new RefactoringStatus();
 
I get the following error.
Unhandled event loop exception
Reason:
org/eclipse/ltk/core/refactoring/RefactoringStatus
 
What I really want to do is this:
fStatus = fRefactoring.checkInitialConditions(pm);
fStatus.hasFatalError();
 
Each time the code executes fStatus.hasFatalError(), I get the above exception.
 
What am I doing wrong?
 
Thank You in Advance,
Alexis 


Do you Yahoo!?
Yahoo! Search presents - Jib Jab's 'Second Term'

Back to the top