Bug 124494

Summary: NPE in CompilationParticipantResult#recordNewProblems
Product: [Eclipse Project] JDT Reporter: Dirk Baeumer <dirk_baeumer>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M5   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Dirk Baeumer CLA 2006-01-19 10:42:12 EST
Line 
	System.arraycopy(problems, 0, merged, length1, length2);

should be

	System.arraycopy(newProblems, 0, merged, length1, length2);
Comment 1 Kent Johnson CLA 2006-01-19 13:07:02 EST
Was fixed yesterday.
Comment 2 David Audel CLA 2006-02-14 06:53:57 EST
Verified for 3.2 M5 using build I20060214-0010