This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 45866

Summary: NPE from Parameter.ParamIterator.<init> common in commit validation
Product: java Reporter: Jesse Glick <jglick>
Component: ClassfileAssignee: _ tball <tball>
Status: RESOLVED FIXED    
Severity: blocker CC: jskrivanek
Priority: P1 Keywords: REGRESSION, TEST
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Comment 1 Jesse Glick 2004-07-04 18:06:32 UTC
Presumably to blame:

PatchSet 130 
Date: 2004/07/03 20:08:11
Author: tball
Branch: HEAD
Tag: (none) 
Log:
Implemented method parameter loading.

Members: 
	src/org/netbeans/modules/classfile/Code.java:1.7->1.8 
	src/org/netbeans/modules/classfile/Field.java:1.10->1.11 
	src/org/netbeans/modules/classfile/Parameter.java:1.2->1.3 
Comment 2 _ tball 2004-07-05 19:24:11 UTC
Fixed NPE when building parameter list for abstract or native method.
Comment 3 zikmund 2004-07-07 10:51:28 UTC
*** Issue 45890 has been marked as a duplicate of this issue. ***
Comment 4 Pavel Flaska 2004-07-07 14:12:05 UTC
*** Issue 45892 has been marked as a duplicate of this issue. ***