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 - Exceptions when editing Java templates
Summary: Exceptions when editing Java templates
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
: 62583 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-08-19 18:44 UTC by Jesse Glick
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file excerpt (IAE was repeated many times, but NPE just once) (2.10 KB, text/plain)
2005-08-19 18:45 UTC, Jesse Glick
Details

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