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

Got NPE while collecting data #163

Open
yiming-tang-cs opened this issue Jan 17, 2018 · 3 comments
Open

Got NPE while collecting data #163

yiming-tang-cs opened this issue Jan 17, 2018 · 3 comments
Assignees

Comments

@yiming-tang-cs
Copy link
Contributor

yiming-tang-cs commented Jan 17, 2018

The NPEs I received are all same to the one below:

!ENTRY org.eclipse.jdt.ui 4 10001 2018-01-17 17:46:41.557
!MESSAGE Internal Error
!STACK 0
java.lang.NullPointerException
	at edu.cuny.hunter.streamrefactoring.core.analysis.StreamAnalyzer.visit(StreamAnalyzer.java:180)
	at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:231)
	at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2796)
	at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2844)
	at org.eclipse.jdt.core.dom.ExpressionStatement.accept0(ExpressionStatement.java:145)
	at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2796)
	at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2867)
	at org.eclipse.jdt.core.dom.Block.accept0(Block.java:137)
	at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2796)
	at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2844)
	at org.eclipse.jdt.core.dom.WhileStatement.accept0(WhileStatement.java:167)
	at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2796)
	at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2867)

Spring

spring-context: NPE
spring-oxm: NPE
spring-test: NPE
spring-tx: NPE
spring-web: NPE

Step 1: Import – Existing gradle project – Choose root directory and working sets – Choose gradle wrapper and build scans - Finish

Step 2: after I got NPE, I run gradlew clean compileJava on command lines.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':spring-aop:compileJava'.
> Compilation failed; see the compiler error output for details.

Something wrong in eclipse metadata files.

eclipse-collections

jmh-tests: NPE

Step 1: Import – Exisiting Maven projects – Choose root directory - Finish
Step 2: I can run mvn clean install successfully on command lines

JavaODBAdapter

adapter: NPE
client: NPE

Step 1: Import – Exisiting Maven projects – Choose root directory - Finish
Step 2: I can run mvn clean install successfully on command lines

ZKoss

zktest: NPE

Step 1: Import – Existing gradle project – Choose root directory and working sets – Choose gradle

Step 2:
Compile failed on command lines.
gradlew clean compileJava


FAILURE: Build failed with an exception.

* What went wrong:
Task 'clean' not found in root project 'ZKoss'.

* Try:
Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 4.268 secs
@khatchad
Copy link
Member

Separate issues with stack traces please.

@yiming-tang-cs yiming-tang-cs changed the title Issues for collecting data Got NPE while collecting data Jan 17, 2018
@khatchad
Copy link
Member

@saledouble says that all the stack traces are the same for all these problems.

@khatchad khatchad assigned khatchad and unassigned yiming-tang-cs Jan 18, 2018
@khatchad
Copy link
Member

khatchad commented Jan 18, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants