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 258787 - NoSuchMethodError: org.netbeans.modules.web.common.api.CssPreprocessors.createProjectProblemsProvider(Lorg/netbeans/api/project/Project;)Lorg/netbeans/spi/project/ui/ProjectProblemsProvider;
Summary: NoSuchMethodError: org.netbeans.modules.web.common.api.CssPreprocessors.creat...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-12 10:42 UTC by cezariusz
Modified: 2016-04-12 10:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223002


Attachments
stacktrace (3.88 KB, text/plain)
2016-04-12 10:42 UTC, cezariusz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2016-04-12 10:42:10 UTC
Build: NetBeans IDE Dev (Build 201604120001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 8.1

User Comments:
GUEST: error

cezariusz: Starting after upgrade.

cezariusz: Starting after upgrade.

cezariusz: Starting after upgrade.




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.web.common.api.CssPreprocessors.createProjectProblemsProvider(Lorg/netbeans/api/project/Project;)Lorg/netbeans/spi/project/ui/ProjectProblemsProvider;
   at org.netbeans.modules.web.project.WebProject.createLookup(WebProject.java:599)
   at org.netbeans.modules.web.project.WebProject.<init>(WebProject.java:451)
   at org.netbeans.modules.web.project.WebProjectType.createProject(WebProjectType.java:86)
   at sun.reflect.GeneratedMethodAccessor58.invoke(GeneratedMethodAccessor58.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:497)
Comment 1 cezariusz 2016-04-12 10:42:11 UTC
Created attachment 159226 [details]
stacktrace