Community
Participate
Working Groups
In org.eclipse.gemini.mgmt.framework.codec.OSGiBundle class, in the body of the method isRemovalPending() starting on line 674, a NullPointerException is thrown. When the flow enters the body of the if statemen, the value of the variable removalPending remains unchanged - i.e., remains null. The method returns boolean, but the the type of removalPending is Boolean and when it is null, the return throws a NPE. The variable removalPending should be assigned a value in the body of the if statement.
Created attachment 201913 [details] Proposed fix for the NPE exception The patch contains the fix, outlined in the bug report.
Fixed with commit http://git.eclipse.org/c/gemini.management/org.eclipse.gemini.managment.git/commit/?id=226d10d20ab1809a80dab02c8abdc86276fd9841
Closing this bug.
Setting the target milestone for the first shipping