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

Summary: NullPointerException at org.netbeans.modules.projectapi.nb.NbProjectInformationProvider.getProjectInformation
Product: projects Reporter: abdo_host
Component: Generic InfrastructureAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal CC: SaikoJosh
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222296
Attachments: stacktrace

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