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 118895 - Exception at org.netbeans.modules.editor.indent.IndentImpl.reformat
Summary: Exception at org.netbeans.modules.editor.indent.IndentImpl.reformat
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Struts (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vitezslav Stejskal
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-15 14:50 UTC by Jiri Skrivanek
Modified: 2007-10-17 15:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 7747


Attachments
stacktrace (7.22 KB, text/plain)
2007-10-15 14:50 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2007-10-15 14:50:13 UTC
Build: NetBeans IDE Dev (Build 20071015091715)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b02
OS: Windows XP, 5.1, x86

User Comments: 
It started to happen in build 200710130000. To reproduce:

- create web application with struts support
- open new file wizard
- choose Struts|Struts ActionForm Bean
- click Next
- type package name
- click OK and exception is thrown
Comment 1 Jiri Skrivanek 2007-10-15 14:50:22 UTC
Created attachment 50948 [details]
stacktrace
Comment 2 Jiri Skrivanek 2007-10-15 16:20:07 UTC
It is also in beta2. Please, fix it for beta2 because exception appears everytime you create a struts action. I don't
know if it is problem in editor or struts.
Comment 3 Jan Becicka 2007-10-16 07:54:05 UTC
Milo, this is your log from issue 111733.
Comment 4 Vitezslav Stejskal 2007-10-16 09:34:11 UTC
I'm investigating it.
Comment 5 Vitezslav Stejskal 2007-10-16 10:42:28 UTC
Should be fixed now.

Checking in StrutsEditorUtilities.java;
/cvs/web/struts/src/org/netbeans/modules/web/struts/editor/StrutsEditorUtilities.java,v  <--  StrutsEditorUtilities.java
new revision: 1.9; previous revision: 1.8
done
Comment 6 Vitezslav Stejskal 2007-10-16 10:44:01 UTC
I'm going to merge it to beta2.
Comment 7 Vitezslav Stejskal 2007-10-16 10:44:45 UTC
fixed in trunk
Comment 8 Jiri Skrivanek 2007-10-16 14:43:00 UTC
Verified in trunk. Please, merge to beta2.
Comment 9 Vitezslav Stejskal 2007-10-16 19:18:58 UTC
Merged to release60_beta2.

Checking in StrutsEditorUtilities.java;
/cvs/web/struts/src/org/netbeans/modules/web/struts/editor/StrutsEditorUtilities.java,v  <--  StrutsEditorUtilities.java
new revision: 1.8.2.1; previous revision: 1.8
done
Comment 10 Jiri Skrivanek 2007-10-17 15:12:27 UTC
Verified in beta2.