matthiasblaesing commented on code in PR #4979:
URL: https://github.com/apache/netbeans/pull/4979#discussion_r1028316296


##########
ide/css.editor/src/org/netbeans/modules/css/editor/csl/CssCompletion.java:
##########
@@ -109,7 +109,7 @@ public class CssCompletion implements CodeCompletionHandler 
{
     @Override
     public CodeCompletionResult complete(CodeCompletionContext context) {
 
-        final List<CompletionProposal> completionProposals = new ArrayList<>();
+        List<CompletionProposal> completionProposals = new ArrayList<>();
 
         CssParserResult info = (CssParserResult) context.getParserResult();

Review Comment:
   a) When debugging it can be helpful to have the variable as local
   b) This was not modified in this PR, so won't be touched as no improvment 
will be the result.



-- 
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