lbownik commented on code in PR #4986:
URL: https://github.com/apache/netbeans/pull/4986#discussion_r1027799361
##########
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:
what is the result of this execution if propertyName is null? can it ever be
null?
--
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