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 103108 - Cannot Open Bundle.properties file
Summary: Cannot Open Bundle.properties file
Status: CLOSED DUPLICATE of bug 103104
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-02 10:48 UTC by Marian Mirilovic
Modified: 2007-05-15 12:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NullPointerException stack trace (4.06 KB, text/plain)
2007-05-02 10:49 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2007-05-02 10:48:49 UTC
NB Dev BigIDE (200705020000), JDK 1.5.0_12

Our performance test are testing opening simple Bundle.properties file :
- run IDE
- open project with such file
- select file & push "Open" from popup menu 
-> NullPointerException rises (see attachment) and file isn't opened

It works in M9 & edit action works as well.
Comment 1 Marian Mirilovic 2007-05-02 10:49:43 UTC
Created attachment 42035 [details]
NullPointerException stack trace
Comment 2 Marian Petras 2007-05-03 10:08:25 UTC
Confirmed, accepted.

--
NetBeans IDE Dev (Build 070503)
1.5.0_11; Java HotSpot(TM) Client VM 1.5.0_11-b03
Linux version 2.6.14-1.1656_FC4 running on i386
en_US (nb); UTF-8
Comment 3 Marian Petras 2007-05-03 15:05:29 UTC
This was caused by a recent modification of file

   properties/syntax/src/org/netbeans/modules/properties/syntax/
                                              PropertiesSettingsInitializer.java

Reassigned to the author of the modification.
Comment 4 Vitezslav Stejskal 2007-05-03 23:56:00 UTC
Already reported. I am working on it.

*** This issue has been marked as a duplicate of 103104 ***
Comment 5 Marian Mirilovic 2007-05-04 06:16:53 UTC
v/c