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 209674 - NullPointerException at org.netbeans.lib.editor.util.swing.DocumentUtilities.getDocumentVersion
Summary: NullPointerException at org.netbeans.lib.editor.util.swing.DocumentUtilities....
Status: RESOLVED DUPLICATE of bug 209756
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-16 15:50 UTC by lhochet
Modified: 2012-03-20 15:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185951


Attachments
stacktrace (1.51 KB, text/plain)
2012-03-16 15:50 UTC, lhochet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lhochet 2012-03-16 15:50:49 UTC
Build: NetBeans IDE Dev (Build 201203090400)
VM: Java HotSpot(TM) Client VM, 23.0-b16, Java(TM) SE Runtime Environment, 1.7.0_04-ea-b15
OS: Windows 7

User Comments:
lhochet: switching between project groups




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.editor.util.swing.DocumentUtilities.getDocumentVersion(DocumentUtilities.java:892)
   at org.netbeans.modules.java.hints.providers.spi.PositionRefresherHelper$DocumentVersion.<init>(PositionRefresherHelper.java:90)
   at org.netbeans.modules.java.hints.spiimpl.hints.HintsTask$SuggestionsDocumentVersion.<init>(HintsTask.java:248)
   at org.netbeans.modules.java.hints.spiimpl.hints.HintsTask$SuggestionsPositionRefresherHelper.setVersion(HintsTask.java:237)
   at org.netbeans.modules.java.hints.spiimpl.hints.HintsTask$SuggestionsPositionRefresherHelper.access$000(HintsTask.java:218)
   at org.netbeans.modules.java.hints.spiimpl.hints.HintsTask.run(HintsTask.java:122)
Comment 1 lhochet 2012-03-16 15:50:51 UTC
Created attachment 116809 [details]
stacktrace
Comment 2 Milutin Kristofic 2012-03-20 15:24:13 UTC

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