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 - Exception thrown while internationalizing more nodes
Summary: Exception thrown while internationalizing more nodes
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-21 16:52 UTC by Jiri Prox
Modified: 2007-09-06 17:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception occurred in Request Processor (2.14 KB, text/plain)
2005-04-21 16:53 UTC, Jiri Prox
Details

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