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 62688

Summary: Exceptions when editing Java templates
Product: java Reporter: Jesse Glick <jglick>
Component: UnsupportedAssignee: Martin Matula <mmatula>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Log file excerpt (IAE was repeated many times, but NPE just once)

Description Jesse Glick 2005-08-19 18:44:21 UTC
Opened Java Class and Java Interface in the editor from Template Manager. Dev
build, Mustang, Linux. Java Class had previously been edited to use __NAME__ and
__PACKAGE__ but Java Interface was previously unmodified from the layer version.
Comment 1 Jesse Glick 2005-08-19 18:45:05 UTC
Created attachment 24089 [details]
Log file excerpt (IAE was repeated many times, but NPE just once)
Comment 2 Martin Matula 2005-08-19 20:09:53 UTC
I'll fix this.
Comment 3 Martin Matula 2005-08-19 20:13:12 UTC
Fixed.

Checking in
javacore/src/org/netbeans/modules/javacore/parser/ECRequestDescImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/parser/ECRequestDescImpl.java,v
 <--  ECRequestDescImpl.java
new revision: 1.15; previous revision: 1.14
done
src/org/netbeans/modules/java/JavaEditor.java
Checking in src/org/netbeans/modules/java/JavaEditor.java;
/cvs/java/src/org/netbeans/modules/java/JavaEditor.java,v  <--  JavaEditor.java
new revision: 1.199; previous revision: 1.198
done
Comment 4 Jesse Glick 2005-08-19 21:35:35 UTC
That was fast. :-)
Comment 5 Martin Matula 2005-08-23 16:49:02 UTC
*** Issue 62583 has been marked as a duplicate of this issue. ***