| Summary: | Many errors caused by org.eclipse.e4.ui.workbench.renderers.swt | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Aleksander Nowak <nowak.aleksander78> |
| Component: | UI | Assignee: | Stephan Herrmann <stephan.herrmann> |
| Status: | CLOSED NOT_ECLIPSE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | stephan.herrmann |
| Version: | 4.9 | ||
| Target Milestone: | 4.12 M3 | ||
| Hardware: | PC | ||
| OS: | Windows 10 | ||
| Whiteboard: | |||
|
Description
Aleksander Nowak
First, this obviously is not a JDT/UI bug :) Also org.eclipse.e4.ui.workbench.renderers.swt cannot be blamed, it simply invokes a registered extension. The root cause is this: Caused by: java.lang.NullPointerException: root cannot be null at com.vectrace.MercurialEclipse.team.cache.HgRootStatus.<init>(HgRootStatus.java:76) at com.vectrace.MercurialEclipse.team.cache.MercurialStatusCache$HgRootStatuses.get(MercurialStatusCache.java:414) Closing as NOT_ECLIPSE, because com.vectrace.MercurialEclipse is not maintained at eclipse.org. Please report the issue to them. |