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 271271 - NoClassDefFoundError: com/welovecoding/nbeditorconfig/listener/ProjectOpenCloseListener
Summary: NoClassDefFoundError: com/welovecoding/nbeditorconfig/listener/ProjectOpenClo...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-11 18:26 UTC by hfabiiano
Modified: 2017-08-11 18:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227991


Attachments
stacktrace (2.43 KB, text/plain)
2017-08-11 18:26 UTC, hfabiiano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hfabiiano 2017-08-11 18:26:21 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
GUEST: NoClassDefFoundError: com/welovecoding/nbeditorconfig/listener/ProjectOpenCloseListener

GUEST: installed new plugin EditorConfig.

GUEST: something happened.

hfabiiano: Depois de  instalar o editorconfig(Plug-ins > Obtidos por download) ao reiniciar a IDE os projetos em abertos foram fechados.

GUEST: this plugin does not work. i guess it should be reported to the plugin developers

GUEST: My Project Window is not displaying!

GUEST: Error silent show

GUEST: Not able to open projects after installing editorconfig plugin




Stacktrace: 
java.lang.NoClassDefFoundError: com/welovecoding/nbeditorconfig/listener/ProjectOpenCloseListener
   at com.welovecoding.nbeditorconfig.listener.ProjectHookLookup.createAdditionalLookup(ProjectHookLookup.java:53)
   at org.netbeans.spi.project.support.DelegatingLookupImpl.doDelegate(DelegatingLookupImpl.java:139)
   at org.netbeans.spi.project.support.DelegatingLookupImpl.<init>(DelegatingLookupImpl.java:91)
   at org.netbeans.spi.project.support.LookupProviderSupport.createCompositeLookup(LookupProviderSupport.java:95)
   at org.netbeans.modules.php.project.PhpProject.createLookup(PhpProject.java:781)
   at org.netbeans.modules.php.project.PhpProject.<init>(PhpProject.java:306)
Comment 1 hfabiiano 2017-08-11 18:26:24 UTC
Created attachment 164932 [details]
stacktrace