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 201997 - [71cat] NullPointerException at org.netbeans.modules.css.editor.module.BrowserSpecificDefinitionParser$ProxyProperty.getValueGrammar
Summary: [71cat] NullPointerException at org.netbeans.modules.css.editor.module.Browse...
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-12 09:37 UTC by schkovich
Modified: 2011-09-14 06:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181097


Attachments
stacktrace (4.67 KB, text/plain)
2011-09-12 09:37 UTC, schkovich
Details
stacktrace (4.67 KB, text/plain)
2011-09-13 07:30 UTC, Selpi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schkovich 2011-09-12 09:37:41 UTC
Build: NetBeans IDE Dev (Build 201109110600)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
schkovich: exception was thrown during svn update or scanning project after svn update




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.css.editor.module.BrowserSpecificDefinitionParser$ProxyProperty.getValueGrammar(BrowserSpecificDefinitionParser.java:166)
   at org.netbeans.modules.css.editor.properties.parser.PropertyModel.values(PropertyModel.java:67)
   at org.netbeans.modules.css.editor.properties.parser.PropertyValue.<init>(PropertyValue.java:95)
   at org.netbeans.modules.css.editor.csl.CssAnalyser$1.visit(CssAnalyser.java:120)
   at org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:111)
   at org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:115)
Comment 1 schkovich 2011-09-12 09:37:45 UTC
Created attachment 110654 [details]
stacktrace
Comment 2 Selpi 2011-09-13 07:30:00 UTC
Created attachment 110688 [details]
stacktrace

Opened a php projectwith a distrib of ZendFramework-1.11.9 in it.

Project scan caused exception.
Comment 3 Marek Fukala 2011-09-13 13:49:18 UTC
fixed in web-main#7d9b5116a4e3
Comment 4 Quality Engineering 2011-09-14 06:24:51 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/7d9b5116a4e3
User: Marek Fukala <mfukala@netbeans.org>
Log: #201997 - [71cat] NullPointerException at org.netbeans.modules.css.editor.module.BrowserSpecificDefinitionParser$ProxyProperty.getValueGrammar