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 249860 - Calling IndexingSupport.createDocument(null)
Summary: Calling IndexingSupport.createDocument(null)
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 8.1
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks: 249526
  Show dependency tree
 
Reported: 2015-01-16 12:35 UTC by Tomas Zezula
Modified: 2015-01-30 04:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2015-01-16 12:35:39 UTC
Calling IndexingSupport.createDocument(null)
stack trace:

java.lang.NullPointerException: The fo parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.openide.filesystems.FileUtil.isParentOf(FileUtil.java:1425)
   at org.netbeans.modules.parsing.spi.indexing.support.IndexingSupport.createDocument(IndexingSupport.java:134)
   at org.netbeans.modules.html.angular.index.AngularJsIndexer$SaveToIndex.run(AngularJsIndexer.java:362)
Comment 1 Roman Svitanic 2015-01-29 15:27:35 UTC
Changeset: 4c7e0ca00211
Author:    Roman Svitanic <rsvitanic@netbeans.org>
Date:      2015-01-29 16:27
Message:   #249860: Calling IndexingSupport.createDocument(null)
Comment 2 Quality Engineering 2015-01-30 04:20:49 UTC
Integrated into 'main-silver', will be available in build *201501300002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4c7e0ca00211
User: Roman Svitanic <rsvitanic@netbeans.org>
Log: #249860: Calling IndexingSupport.createDocument(null)
Task #249860 - Calling IndexingSupport.createDocument(null)