Skip to content
New issue

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

NPE in RefactoringService #4306

Closed
skabashnyuk opened this issue Mar 3, 2017 · 0 comments
Closed

NPE in RefactoringService #4306

skabashnyuk opened this issue Mar 3, 2017 · 0 comments
Assignees
Labels
kind/bug Outline of a bug - must adhere to the bug report template. sprint/current

Comments

@skabashnyuk
Copy link
Contributor

[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

@bmicklea bmicklea added the kind/bug Outline of a bug - must adhere to the bug report template. label Mar 6, 2017
@vparfonov vparfonov assigned evidolob and unassigned skabashnyuk Mar 30, 2017
evidolob pushed a commit that referenced this issue Mar 31, 2017
evidolob pushed a commit that referenced this issue Mar 31, 2017
JPinkney pushed a commit to JPinkney/che that referenced this issue Aug 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template. sprint/current
Projects
None yet
Development

No branches or pull requests

4 participants