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 269076 - 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: 2016-11-22 14:20 UTC by gt.hu
Modified: 2017-04-25 03:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227261


Attachments
stacktrace (2.59 KB, text/plain)
2016-11-22 14:20 UTC, gt.hu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gt.hu 2016-11-22 14:20:42 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: OpenJDK 64-Bit Server VM, 25.101-b13, OpenJDK Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
gt.hu: I'm trying to create new project from existing sources. It does create the project xml file, but won't open. It won't when I try to open with "open project" as well. Maybe it's because the project directory is in a directory symlinked to a different filesystem? Don't know.




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 gt.hu 2016-11-22 14:20:44 UTC
Created attachment 162982 [details]
stacktrace
Comment 2 Exceptions Reporter 2017-04-25 03:34:13 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=227261