Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 178381

Summary: Null monitor sent to a Job
Product: [Eclipse Project] Platform Reporter: Tod Creasey <Tod_Creasey>
Component: RuntimeAssignee: 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:

Description Tod Creasey CLA 2007-03-20 15:05:03 EDT
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
Comment 1 John Arthorne CLA 2007-03-21 13:50:00 EDT

*** This bug has been marked as a duplicate of bug 170890 ***