| Summary: | Test failures in HEAD | ||
|---|---|---|---|
| Product: | [Eclipse Project] PDE | Reporter: | DJ Houghton <dj.houghton> |
| Component: | Build | Assignee: | pde-build-inbox <pde-build-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | aniefer, darin.eclipse |
| Version: | 3.7 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
DJ Houghton
Test failures are caused by the compiler problem bug 325755. The stack trace causing all the failures is java.lang.NullPointerException at org.eclipse.osgi.framework.internal.core.FilterImpl$Parser.<init>(FilterImpl.java:1373) at org.eclipse.osgi.framework.internal.core.FilterImpl.newInstance(FilterImpl.java:142) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.createFilter(BundleContextImpl.java:915) at org.eclipse.pde.internal.build.BundleHelper.createFilter(BundleHelper.java:123) at org.eclipse.pde.internal.build.BundleHelper.getFilter(BundleHelper.java:165) This is not posssible, BundleHelper#getFilter line 165 has a null check. *** This bug has been marked as a duplicate of bug 325755 *** |