Community
Participate
Working Groups
Build Identifier: M20090211-1700 Hi, I get the NPE from the TabbedPropertySheetPage refresh API. Here is the code. <code> public void refresh() { currentTab.refresh(); } </code> If the currentTab is null NPE is thrown. I saw in the refreshTitleBar() method currentTab NPE check is done. Could we have the same check done in the refresh method also? Thanks and Regards, Saurav Reproducible: Always
Saurav, Did you ever hit the NPE?
(In reply to comment #1) > Saurav, > Did you ever hit the NPE? Hi Prakash, The problem was from our framework. Closing the Bug from my side. Thanks and Regards, Saurav