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 97453 - MRE when disabling Welcome Screen module
Summary: MRE when disabling Welcome Screen module
Status: RESOLVED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 5.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: RANDOM
Depends on: 110899
Blocks:
  Show dependency tree
 
Reported: 2007-03-08 09:20 UTC by Petr Chytil
Modified: 2007-08-24 11:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full stacktrace (12.43 KB, text/plain)
2007-03-08 09:20 UTC, Petr Chytil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Chytil 2007-03-08 09:20:04 UTC
NetBeans IDE 5.5.1 (Build 200703070600)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Linux version 2.6.17-11-generic running on i386
en_US (nb); UTF-8

This is not always reproducible. It happens when you disable/enable Welcome
Screen module in Module Manager and combine it with using welcome screen itself.

java.util.MissingResourceException: No such bundle
org.netbeans.modules.welcome.resources.Bundle
	at org.openide.util.NbBundle.getBundle(NbBundle.java:423)
	at org.openide.util.NbBundle.getBundle(NbBundle.java:356)
Comment 1 Petr Chytil 2007-03-08 09:20:28 UTC
Created attachment 39293 [details]
full stacktrace
Comment 2 Stanislav Aubrecht 2007-08-24 11:23:05 UTC
this should no long happen in the new welcome screen because the faulty piece of code has been removed, see #110899