Bug 124494 - NPE in CompilationParticipantResult#recordNewProblems
Summary: NPE in CompilationParticipantResult#recordNewProblems
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M5   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-19 10:42 EST by Dirk Baeumer CLA
Modified: 2006-02-14 06:53 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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