lbownik commented on code in PR #4986:
URL: https://github.com/apache/netbeans/pull/4986#discussion_r1031360206


##########
ide/css.editor/src/org/netbeans/modules/css/editor/module/main/BrowserSupportModule.java:
##########
@@ -66,7 +66,12 @@ public Collection<String> getPropertyNames(FileObject file) {
 
     @Override
     public PropertyDefinition getPropertyDefinition(String propertyName) {
-        return parser.getVendorSpecificProperties().get(propertyName);
+        PropertyDefinition pd = 
parser.getVendorSpecificProperties().get(propertyName);

Review Comment:
   ok - good 
    just saw a lack of null check and though there might be some potential 
NullPointer there.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to