[EVL] Validation always fails due to a NullPointerException... [message #667453] |
Thu, 28 April 2011 15:47  |
Eclipse User |
|
|
|
Originally posted by: st.hennig.gmail.com
Hello!
After updating Epsilon to version 0.9.0 recently, my model validations
always fails due to a NullPointerException. In the class
org.eclipse.epsilon.evl.EvlModule at line 135, as far as I know, the
statement is doing something with the Quickfixes. The surrounding
if-conditional has been commented out:
//if (context.hasFixes() && fixer != null) {
fixer.fix(this);
//}
Thererfore, as I do not make use of Quickfixes, this causes a
NullPointerException.
I checked out this plugin from SVN; removing the comments makes
everything working as expected.
Cheers,
Stefan
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02917 seconds