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 249416 - NullPointerException at org.netbeans.modules.cnd.repository.storage.StorageManager.getFileNameByIdx
Summary: NullPointerException at org.netbeans.modules.cnd.repository.storage.StorageMa...
Status: RESOLVED DUPLICATE of bug 243240
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-17 23:05 UTC by tbrunhoff
Modified: 2014-12-22 13:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214308


Attachments
stacktrace (1.75 KB, text/plain)
2014-12-17 23:05 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2014-12-17 23:05:45 UTC
Build: NetBeans IDE Dev (Build 201412170001)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
tbrunhoff: search usages

tbrunhoff: refactor




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.repository.storage.StorageManager.getFileNameByIdx(StorageManager.java:262)
   at org.netbeans.modules.cnd.repository.RepositoryImpl.getFileNameById(RepositoryImpl.java:291)
   at org.netbeans.modules.cnd.repository.api.Repository.getFileNameById(Repository.java:120)
   at org.netbeans.modules.cnd.apt.utils.APTSerializeUtils.getFileNameById(APTSerializeUtils.java:117)
   at org.netbeans.modules.cnd.modelimpl.repository.KeyUtilities.getFileNameById(KeyUtilities.java:192)
   at org.netbeans.modules.cnd.modelimpl.impl.services.ReferenceRepositoryImpl.findRelevantFiles(ReferenceRepositoryImpl.java:497)
Comment 1 tbrunhoff 2014-12-17 23:05:46 UTC
Created attachment 151158 [details]
stacktrace
Comment 2 Maria Tishkova 2014-12-22 13:24:39 UTC

*** This bug has been marked as a duplicate of bug 243240 ***