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 270935

Summary: NullPointerException at org.vaadin.netbeans.editor.analyzer.ThemeFix.getThemeFolder
Product: third-party Reporter: javydreamercsw <javydreamercsw>
Component: -- Other --Assignee: vaadin-addons
Status: NEW ---    
Severity: normal CC: javydreamercsw
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 212877
Attachments: stacktrace
stacktrace

Description javydreamercsw 2017-06-22 20:37:43 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 7

User Comments:
GUEST: building vaadin app

javydreamercsw: Switched to another application.

GUEST: I don't know




Stacktrace: 
java.lang.NullPointerException
   at org.vaadin.netbeans.editor.analyzer.ThemeFix.getThemeFolder(ThemeFix.java:311)
   at org.vaadin.netbeans.editor.analyzer.ThemeAnalyzer.analyze(ThemeAnalyzer.java:97)
   at org.vaadin.netbeans.editor.hints.Theme.checkThemeAnnotation(Theme.java:39)
   at sun.reflect.GeneratedMethodAccessor148.invoke(GeneratedMethodAccessor148.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
Comment 1 javydreamercsw 2017-06-22 20:37:45 UTC
Created attachment 164602 [details]
stacktrace
Comment 2 Svata Dedic 2017-06-23 09:55:14 UTC
Source is third-party plugin from the Plugin Portal; forwarding to maintainer.
Comment 3 javydreamercsw 2017-08-01 21:07:54 UTC
Created attachment 164879 [details]
stacktrace

Modifying code while running on Web Server (Compile on save)