| Summary: | Null monitor sent to a Job | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Tod Creasey <Tod_Creasey> |
| Component: | Runtime | Assignee: | platform-runtime-inbox <platform-runtime-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.3 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
*** This bug has been marked as a duplicate of bug 170890 *** |
I20070320 I got the following message during an update !ENTRY org.eclipse.core.jobs 4 2 2007-03-20 13:52:36.546 !MESSAGE An internal error occurred during: "Progress message refresh". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.progress.UIJob.run(UIJob.java:76) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) line 76 reads public final IStatus run(final IProgressMonitor monitor) { if (monitor.isCanceled()) { so have been passed a null monitor