It’s strange. Maybe you should clean your project. Anyway, I think its problem in your code. Try to debug (you can add breakpoint for each uncatched exception)
s
shebsa
12/13/2017, 8:23 AM
It’s not a problem in the code, It was working, then I updated the plugin and the tests started failing.
Tried cleaning and invalidating but not getting it to work again
g
gildor
12/13/2017, 8:24 AM
Try to debug
s
shebsa
12/13/2017, 8:48 AM
Seems to be a problem with an extension I have, that’s why it’s saying it’s on a line after the end of file
Thanks for the help 🙂
g
gildor
12/13/2017, 8:49 AM
Problem with an extension? Why it’s a line after the end of file?
s
shebsa
12/13/2017, 8:57 AM
I have the extension in a separate file and referenced a classLoader that didn’t exist in that file anymore so had to pass it in. As to why it points to a weird line I have no idea