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 58183

Summary: Exception thrown while internationalizing more nodes
Product: java Reporter: Jiri Prox <jiriprox>
Component: I18NAssignee: issues@java <issues>
Status: RESOLVED WONTFIX    
Severity: blocker CC: jf4jbug
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Exception occurred in Request Processor

Description Jiri Prox 2005-04-21 16:52:38 UTC
NB4.1 (200504200735)

steps:
1) open some project (e.g. Anagram game)
2) create bundle file  (by making some internationalizing in one of the files)
3) select at least two nodes prom the project window
4) run Internationalization wizard
5) get to the page 3 and press Finish button

The exception is thrown:
Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
	at
org.netbeans.modules.form.FormEditorSupport.getEditorPane(FormEditorSupport.java:477)
	at
org.netbeans.modules.form.JavaCodeGenerator.regenerateInitComponents(JavaCodeGenerator.java:729)
Comment 1 Jiri Prox 2005-04-21 16:53:59 UTC
Created attachment 21799 [details]
Exception occurred in Request Processor
Comment 2 Ondrej Rypacek 2005-04-28 14:34:26 UTC
reproduced
Comment 3 Keiichi Oono 2005-06-23 10:23:20 UTC
add i18n-qa and l10n team's alias in cc list.
Comment 4 Tomas Stupka 2007-09-06 17:02:01 UTC
could not reporduce. seems to be fixed