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 250188 - AbstractMethodError: org.openide.filesystems.FileSystem.getActions()[Lorg/openide/util/actions/SystemAction;
Summary: AbstractMethodError: org.openide.filesystems.FileSystem.getActions()[Lorg/ope...
Status: RESOLVED WONTFIX
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: ent38
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-03 18:16 UTC by rogerio.leite
Modified: 2015-03-22 23:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210922


Attachments
stacktrace (3.34 KB, text/plain)
2015-02-03 18:16 UTC, rogerio.leite
Details
unexpected exception (3.38 KB, text/plain)
2015-03-22 23:51 UTC, ghaniaffan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rogerio.leite 2015-02-03 18:16:27 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) Client VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows XP

User Comments:
GUEST: I was right clicking on a source package to create a new class file

GUEST: I cannot right click on packages or files in the projects pane. The context menu does not appear

GUEST: RightClick on package

GUEST: Right click on css file

GUEST: download update

GUEST: Delete txt file

GUEST: It happens when I try to perform a righ click. Thi may be due the recent installation of the plugin TikiOne for the code coverage.

GUEST: I install Jacoco plugin.
Then my enviroment doesn't use right mouse click.
why?

GUEST: The right click event is not working for in the files at the projects tab.

GUEST: right mouse button doesn't work in Project explorer

GUEST: PHP Project remote synchronize

rogerio.leite: Install TikiOne JaCoCo
Restart IDE
Try use JaCoCo and get the exception

GUEST: problem apparead when i had installed FtpSiteDeployer

GUEST: error when right click on any of the file tabs

GUEST: Nothing happens after "right-click" on package name (Projects window)

GUEST: it not running the program.

GUEST: right clicked on file, no pop appeared

GUEST: I downloaded the Tiki JaCoCoverage plugin to do some simple coverage testing for a introduction to SoftQA class. After I installed the plugin and restarted the IDE I could not right click on any entry in the "Projects" tree except for the main project headings themselves. I then disabled the plugin to hopefully be able to regain the functionality and when I right-clicked this exception was produced. I have yet to uninstall the plugin, I will try to uninstall and hopefully the problem will be fixed. Otherwise I guess my only option is to reinstall and re-setup all my projects :(. If another exception is still reported after uninstalling the plugin I will add the tag "SPECIALTIKITAG" to the message body so that both of these error reports can be linked, not sure how to link them otherwise. (send and email: kevindckr@gmail.com if anything comes up to help me)




Stacktrace: 
java.lang.AbstractMethodError: org.openide.filesystems.FileSystem.getActions()[Lorg/openide/util/actions/SystemAction;
   at org.openide.filesystems.FileSystem.getActions(FileSystem.java:489)
   at org.openide.actions.FileSystemAction.createMenu(FileSystemAction.java:152)
   at org.openide.actions.FileSystemAction$Menu.<init>(FileSystemAction.java:269)
   at org.openide.actions.FileSystemAction$DelegateAction.getPopupPresenter(FileSystemAction.java:358)
   at org.openide.util.Utilities.actionsToPopup(Utilities.java:2842)
   at org.openide.util.Utilities.actionsToPopup(Utilities.java:2928)
Comment 1 rogerio.leite 2015-02-03 18:16:31 UTC
Created attachment 151798 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-02-06 14:51:44 UTC
The reports are related to TikiOne JaCoCoverage plugin.
Reassigning to plugin owner. Ent38, can you please evaluate this bug?
Thank you.
Comment 3 ent38 2015-02-06 14:57:02 UTC
Hi,

can you reproduce this bug with NetBeans 8.0.2 and the latest stable version of your JDK?
Thx.
Comment 4 rogerio.leite 2015-02-06 16:15:34 UTC
Hello ent38,

I was update the netbeans to version 8.0.2, this bug not occurred

Tks
Comment 5 ent38 2015-02-06 16:23:55 UTC
Good news, thx for the report.
Closing then.

If the bug occurs again, do not hesitate to reopen this issue; also, you'll can try to : 
- clear NetBeans cache (${DEFAULT_CACHEDIR_ROOT}/8.0.2/)
- backup NetBeans configuration (save the ${DEFAULT_USERDIR_ROOT}/8.0.2/ folder or go to Tools|Options and use the "Export..." button to export preferences to a zip file) and clear it

Regards,
Comment 6 ghaniaffan 2015-03-22 23:51:30 UTC
Created attachment 152777 [details]
unexpected exception