| Summary: | NPE in CachedManifest. | ||
|---|---|---|---|
| Product: | [Eclipse Project] Equinox | Reporter: | Gary Karasiuk <karasiuk> |
| Component: | Framework | Assignee: | equinox.framework-inbox <equinox.framework-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | tjwatson |
| Version: | 3.4.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Gary Karasiuk
Here is the method that is failing:
public Enumeration keys() {
//TODO: getManifest may return null
return getManifest().keys();
}
it looks like this was a problem waiting to happen.
*** This bug has been marked as a duplicate of bug 304213 *** |