| Summary: | [model] NPE in HashtableOfObjectToInt.java:75 | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Aurelien Pupier <apupier> |
| Component: | Core | Assignee: | Jörg Kubitz <jkubitz-eclipse> |
| Status: | CLOSED WONTFIX | QA Contact: | Jay Arthanareeswaran <jarthana> |
| Severity: | normal | ||
| Priority: | P3 | CC: | jarthana, jkubitz-eclipse, manoj.palat |
| Version: | 4.20 | ||
| Target Milestone: | 4.24 M1 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| See Also: | https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/185058 | ||
| Whiteboard: | |||
|
Description
Aurelien Pupier
IClasspathEntry was null as returned from IClasspathContainer.getClasspathEntries() It is impossible to see which IClasspathContainer did that. I see one possible null for IClasspathEntry in javadoc.JavaDocLocations.convertContainer(). We can fix that an fail earlier. New Gerrit change created: https://git.eclipse.org/r/c/jdt/eclipse.jdt.core/+/185058 Bulk move out of 4.22. If this is going to make it to 4.22, feel free to set the target back. |