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 270824 - NullPointerException at org.netbeans.modules.projectapi.nb.NbProjectInformationProvider.getProjectInformation
Summary: NullPointerException at org.netbeans.modules.projectapi.nb.NbProjectInformati...
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: 2017-06-07 09:22 UTC by abdo_host
Modified: 2017-06-07 09:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222296


Attachments
stacktrace (1.08 KB, text/plain)
2017-06-07 09:22 UTC, abdo_host
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abdo_host 2017-06-07 09:22:24 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) Client VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 8.1

User Comments:
saikojosh: Pasted the following meta tag into a HTML file:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

abdo_host: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.projectapi.nb.NbProjectInformationProvider.getProjectInformation(NbProjectInformationProvider.java:75)
   at org.netbeans.api.project.ProjectUtils.getInformation(ProjectUtils.java:96)
   at com.github.mdolk.ng.netbeans.codecompletion.NgDocCache.getNgDocs(NgDocCache.java:57)
   at com.github.mdolk.ng.netbeans.codecompletion.NgHtmlCompletionProvider.getNgDocs(NgHtmlCompletionProvider.java:83)
   at com.github.mdolk.ng.netbeans.codecompletion.NgHtmlCompletionProvider.access$000(NgHtmlCompletionProvider.java:21)
   at com.github.mdolk.ng.netbeans.codecompletion.NgHtmlCompletionProvider$1.query(NgHtmlCompletionProvider.java:39)
Comment 1 abdo_host 2017-06-07 09:22:27 UTC
Created attachment 164481 [details]
stacktrace