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 255507 - NullPointerException at org.netbeans.modules.css.refactoring.CssActionsImplementationProvider$5.run
Summary: NullPointerException at org.netbeans.modules.css.refactoring.CssActionsImplem...
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.0.2
Hardware: PC Windows 8.1 x64
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-23 11:27 UTC by gameshas
Modified: 2015-09-23 11:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217861


Attachments
stacktrace (4.66 KB, text/plain)
2015-09-23 11:27 UTC, gameshas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gameshas 2015-09-23 11:27:48 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 8.1

User Comments:
GUEST: opening a 50mb text file

gameshas: was trying to unde an action and pressed ctrl+z




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.css.refactoring.CssActionsImplementationProvider$5.run(CssActionsImplementationProvider.java:208)
   at org.openide.util.Mutex.doEvent(Mutex.java:1356)
   at org.openide.util.Mutex.readAccess(Mutex.java:355)
   at org.netbeans.modules.css.refactoring.CssActionsImplementationProvider.isRefactorableEditorElement(CssActionsImplementationProvider.java:198)
   at org.netbeans.modules.css.refactoring.CssActionsImplementationProvider.canFindUsages(CssActionsImplementationProvider.java:152)
   at org.netbeans.modules.refactoring.api.impl.ActionsImplementationFactory.canFindUsages(ActionsImplementationFactory.java:100)
Comment 1 gameshas 2015-09-23 11:27:50 UTC
Created attachment 156377 [details]
stacktrace