We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[STDOUT] 2017-03-03 20:36:45,727[nio-4401-exec-9] [ERROR] [c.a.c.r.RuntimeExceptionMapper 47] - Internal Server Error occurred, error time: 2017-03-03 20:36:45 [STDOUT] java.lang.NullPointerException: null [STDOUT] <----->at org.eclipse.che.plugin.java.server.rest.RefactoringService.lambda$createMoveRefactoring$0(RefactoringService.java:92) ~[che-plugin-java-ext-lang-server-5.5.0-SNAPSHOT.jar:5.5.0-SNAPSHOT [STDOUT] <----->at org.eclipse.che.plugin.java.server.rest.RefactoringService$$Lambda$169/1493005531.apply(Unknown Source) ~[na:na] [STDOUT] <----->at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[na:1.8.0_45] [STDOUT] <----->at java.util.ArrayList$Itr.forEachRemaining(ArrayList.java:891) ~[na:1.8.0_45] [STDOUT] <----->at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[na:1.8.0_45] [STDOUT] <----->at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) ~[na:1.8.0_45] [STDOUT] <----->at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:502) ~[na:1.8.0_45] [STDOUT] <----->at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:576) ~[na:1.8.0_45] [STDOUT] <----->at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:255) ~[na:1.8.0_45]
I think it somehow related to RefactoringFeatureTest checkRefactorFilesFromIde
The text was updated successfully, but these errors were encountered:
#4306 fix NPE in case of invalid java FQN
1ed6ffc
Signed-off-by: Even Vidolob <[email protected]>
#4306 fix NPE in case of invalid java FQN (#4654)
57a083c
eclipse-che#4306 fix NPE in case of invalid java FQN (eclipse-che#4654)
2fbe5a4
evidolob
skabashnyuk
No branches or pull requests
I think it somehow related to RefactoringFeatureTest checkRefactorFilesFromIde
The text was updated successfully, but these errors were encountered: