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 206525 - NullPointerException: iconBase attribute not specified
Summary: NullPointerException: iconBase attribute not specified
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
: 206512 206562 (view as bug list)
Depends on: 204072
Blocks: 204174
  Show dependency tree
 
Reported: 2011-12-19 10:51 UTC by gtg
Modified: 2011-12-31 15:43 UTC (History)
13 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183876


Attachments
stacktrace (3.51 KB, text/plain)
2011-12-19 10:51 UTC, gtg
Details
stacktrace (3.53 KB, text/plain)
2011-12-20 14:36 UTC, Tomas Mysik
Details
stacktrace (3.51 KB, text/plain)
2011-12-20 21:18 UTC, maxymshg
Details
stacktrace (3.51 KB, text/plain)
2011-12-21 06:55 UTC, rozwell
Details
stacktrace (3.53 KB, text/plain)
2011-12-21 11:07 UTC, Martin Fousek
Details
stacktrace (3.53 KB, text/plain)
2011-12-21 11:55 UTC, Vladimir Voskresensky
Details
stacktrace (3.51 KB, text/plain)
2011-12-22 16:07 UTC, paolosca
Details
stacktrace (3.53 KB, text/plain)
2011-12-27 10:24 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gtg 2011-12-19 10:51:50 UTC
Build: NetBeans IDE Dev (Build 201112150600)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

Stacktrace: 
java.lang.NullPointerException: iconBase attribute not specified
   at org.netbeans.core.spi.multiview.MultiViewFactory$MapMVD.get(MultiViewFactory.java:379)
   at org.netbeans.core.spi.multiview.MultiViewFactory$MapMVD.getIcon(MultiViewFactory.java:400)
   at org.netbeans.core.multiview.MultiViewPeer.showCurrentElement(MultiViewPeer.java:359)
   at org.netbeans.core.multiview.MultiViewPeer.showCurrentElement(MultiViewPeer.java:343)
   at org.netbeans.core.multiview.MultiViewPeer$SelectionListener.selectionChanged(MultiViewPeer.java:741)
   at org.netbeans.core.multiview.MultiViewModel.fireSelectionChanged(MultiViewModel.java:246)
Comment 1 gtg 2011-12-19 10:51:53 UTC
Created attachment 114294 [details]
stacktrace
Comment 2 Tomas Stupka 2011-12-19 12:49:35 UTC
*** Bug 206512 has been marked as a duplicate of this bug. ***
Comment 3 Ondrej Brejla 2011-12-20 13:04:47 UTC
*** Bug 206562 has been marked as a duplicate of this bug. ***
Comment 4 Tomas Mysik 2011-12-20 14:36:59 UTC
Created attachment 114358 [details]
stacktrace

switched to History tab
Comment 5 Exceptions Reporter 2011-12-20 14:37:06 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=183876
Comment 6 maxymshg 2011-12-20 21:18:59 UTC
Created attachment 114373 [details]
stacktrace

I've tried to use History look on java class
Comment 7 rozwell 2011-12-21 06:55:00 UTC
Created attachment 114384 [details]
stacktrace
Comment 8 Martin Fousek 2011-12-21 11:07:00 UTC
Created attachment 114391 [details]
stacktrace
Comment 9 Vladimir Voskresensky 2011-12-21 11:55:00 UTC
Created attachment 114393 [details]
stacktrace

click on History mode
Comment 10 paolosca 2011-12-22 16:07:26 UTC
Created attachment 114410 [details]
stacktrace

Clicked on the history button in the sql editor
Comment 11 Exceptions Reporter 2011-12-22 16:07:34 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=183876
Comment 12 Vladimir Voskresensky 2011-12-27 10:24:05 UTC
Created attachment 114474 [details]
stacktrace

switch to History mode
Comment 13 Maksim Khramov 2011-12-30 07:38:59 UTC
I performed search for some string in my web project. And some results found in faces-config.xml file. Once I click in Search Results window on file name I see this exception and editor opened in History mode...On click directly on search result I see source code.
Comment 14 Jesse Glick 2011-12-30 18:35:51 UTC
Caused by LocalHistoryTopComponent's iconBase="". After fix of bug #204174, the iconBase attribute is omitted from the map.
Comment 15 Jesse Glick 2011-12-30 18:36:23 UTC
core-main #970c0c6572f3
Comment 16 Quality Engineering 2011-12-31 15:43:05 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/a92d790164b9
User: Jesse Glick <jglick@netbeans.org>
Log: Diagnostics for #206525.