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 270708

Summary: NoClassDefFoundError: com/welovecoding/nbeditorconfig/listener/ProjectOpenCloseListener
Product: projects Reporter: tigredonorte
Component: Generic InfrastructureAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228364
Attachments: stacktrace

Description tigredonorte 2017-05-22 13:10:37 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 10

User Comments:
tigredonorte: i can't open my projects before install https://github.com/welovecoding/editorconfig-netbeans/releases/tag/v0.10.1

GUEST: After installing a plugin and opting to restart netbeans now, when netbeans finished loading the projects in my project tab had disappeared. Clicking any of the tabs to see the files I had opened closed them immediately. I tried to open the project from the file menu under recent and did not see the project. Navigating to Open Project, I can select the folder but the project is not opening.

GUEST: Opening a project

GUEST: I get this error when opening a file in a project that I am having trouble creating in netbeans. I had been working in a particular project last week and this week I cannot open any files in that directory. When I try creating new project a project.xml file is made within nbproject, but no files from that project can be opened and the create new menu flashes (not actually readable because the error message disappears and is only visible if I click it repeatedly as fast as I can...) an error.




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.web.clientproject.ClientSideProject.createLookup(ClientSideProject.java:585)
   at org.netbeans.modules.web.clientproject.ClientSideProject.<init>(ClientSideProject.java:231)
Comment 1 tigredonorte 2017-05-22 13:10:40 UTC
Created attachment 164376 [details]
stacktrace