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 59436 - Exception thrown between 2nd and 3rd steps of i18n wizard
Summary: Exception thrown between 2nd and 3rd steps of i18n wizard
Status: VERIFIED DUPLICATE of bug 116766
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-31 16:07 UTC by Jiri Prox
Modified: 2008-09-05 16:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (4.27 KB, text/plain)
2005-05-31 16:07 UTC, Jiri Prox
Details
Exception (1.54 KB, text/plain)
2005-05-31 16:07 UTC, Jiri Prox
Details
exception thrown in NetBeans 6.0 (M6) (4.78 KB, text/plain)
2007-01-17 15:45 UTC, Marian Petras
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2005-05-31 16:07:01 UTC
NB 4.1 (200505031930) - instrumented
JDK 1.5.0_03

Exception thrown sometimes when comming from 2nd page to the 3rd of the i18n
wizards (both, i18n wizard and i18n test wizard)

steps:
1) open wizard
2) get to the 3step (the advanced wizards are turned off)
3) press back
4) click somewhere in the table
5) click next
6) repeat steps 3)-5) several times

after short time one of two exception is thrown:
java.lang.ArrayIndexOutOfBoundsException: 0
	at javax.swing.ArrayTable.getKeys(ArrayTable.java:265)
	at javax.swing.InputMap.keys(InputMap.java:142)

Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
	at java.util.Hashtable.get(Hashtable.java:336)

I reproduced it several times in 3 to 5 repeats
Comment 1 Jiri Prox 2005-05-31 16:07:18 UTC
Created attachment 22393 [details]
Exception
Comment 2 Jiri Prox 2005-05-31 16:07:34 UTC
Created attachment 22394 [details]
Exception
Comment 3 Marian Petras 2005-06-06 15:28:29 UTC
I am not able to reproduce the buggy behaviour.

I asked the reporter to show the bug and he was not able to reproduce it either.
I am marking it as WORKSFORME.
Comment 4 Jiri Prox 2006-03-22 11:46:00 UTC
verified
Comment 5 Jiri Vagner 2007-01-05 09:05:37 UTC
NB 6 Dev (200701041900)
JRE 1.6.0-b105

I'm able to reproduce this bug

New project -> Java Aplication
New -> JFrame Form
New -> Property file

On new JForm file left mouse click and...
Tools -> Internati. -> Internati. Wizzard
Next button -> Next button -> Back button
Comment 6 Marian Petras 2007-01-17 15:43:52 UTC
I am not able to reproduce the first exception but I can reproduce an exception
similar to the second one reported by jiriprox.
Comment 7 Marian Petras 2007-01-17 15:45:34 UTC
Created attachment 37455 [details]
exception thrown in NetBeans 6.0 (M6)
Comment 8 Marian Petras 2007-01-17 15:50:38 UTC
Steps to reproduce:

1) Create a new project (e.g. Java Application)
2) Create a new JFrame class in the application
3) Create a new Properties file in the application
4) To the JFrame, add some JLabel and set some text to it,
   but do not save the .java file!
5) In the Projects window, invoke context menu on the .java file and select
   Tools -> Internationalization -> Internationalization Wizard and then:
   Next button -> Next button -> Back button

--
NetBeans IDE Dev (Build 200701151900)
1.6.0; Java HotSpot(TM) 64-Bit Server VM 1.6.0-b105
Windows 2003 version 5.2 running on amd64 (dual-processor)
en_US (nb); Cp1252
Comment 9 Jiri Vagner 2007-01-18 08:16:06 UTC
Now, after few days with the same version of NB and JRE on WinXP, im not able to
reproduce my steps. :(
Comment 10 Tomas Pavek 2008-03-25 19:20:48 UTC
Some newer reports in issue 116766.

*** This issue has been marked as a duplicate of 116766 ***
Comment 11 Jiri Prox 2008-09-05 16:36:12 UTC
verified