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 212438 - NullPointerException at org.netbeans.modules.extbrowser.plugins.firefox.FFManagerAccessor$FFExtensionManager.getInstallRdfDocument
Summary: NullPointerException at org.netbeans.modules.extbrowser.plugins.firefox.FFMan...
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-13 21:27 UTC by Petr Jiricka
Modified: 2012-09-03 12:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187916


Attachments
stacktrace (4.44 KB, text/plain)
2012-05-13 21:27 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2012-05-13 21:27:31 UTC
Build: NetBeans IDE Dev (Build EaselCSS-168-on-20120511)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b21
OS: Mac OS X

User Comments:
pjiricka: Running a HTML page in firefox.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.extbrowser.plugins.firefox.FFManagerAccessor$FFExtensionManager.getInstallRdfDocument(FFManagerAccessor.java:421)
   at org.netbeans.modules.extbrowser.plugins.firefox.FFManagerAccessor$FFExtensionManager.getVersion(FFManagerAccessor.java:361)
   at org.netbeans.modules.extbrowser.plugins.firefox.FFManagerAccessor$FFExtensionManager.getCurrentPluginVersion(FFManagerAccessor.java:282)
   at org.netbeans.modules.extbrowser.plugins.ExtensionManagerAccessor$AbstractBrowserExtensionManager.isUpdateRequired(ExtensionManagerAccessor.java:65)
   at org.netbeans.modules.extbrowser.plugins.firefox.FFManagerAccessor$FFExtensionManager.isInstalled(FFManagerAccessor.java:160)
   at org.netbeans.modules.extbrowser.plugins.ExtensionManager.isInstalled(ExtensionManager.java:73)
Comment 1 Petr Jiricka 2012-05-13 21:27:35 UTC
Created attachment 119392 [details]
stacktrace
Comment 2 David Konecny 2012-05-13 23:34:22 UTC
e015e030ec45 - I commented out FF manager.
Comment 3 Quality Engineering 2012-09-03 12:56:17 UTC
Integrated into 'main-golden', will be available in build *201209031048* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e015e030ec45
User: David Konecny <dkonecny@netbeans.org>
Log: #212438 - NullPointerException at org.netbeans.modules.extbrowser.plugins.firefox.FFManagerAccessor - commenting out FF support