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 - NullPointerException at org.vaadin.netbeans.editor.analyzer.ThemeFix.getThemeFolder
Summary: NullPointerException at org.vaadin.netbeans.editor.analyzer.ThemeFix.getTheme...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: vaadin-addons
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-22 20:37 UTC by javydreamercsw
Modified: 2017-08-01 21:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212877


Attachments
stacktrace (3.38 KB, text/plain)
2017-06-22 20:37 UTC, javydreamercsw
Details
stacktrace (3.38 KB, text/plain)
2017-08-01 21:07 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
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)