mbien opened a new pull request #3844:
URL: https://github.com/apache/netbeans/pull/3844


   project wide refactoring using this [jackpot 
inspection](https://github.com/mbien/jackpot-inspections/blob/master/UseStandardCharsets.hint)
   
   `Charset`s defined in `StandardCharsets` are always supported by the 
runtime, which means:
    - less handling of the checked`UnsupportedEncodingException`
    - potentially slightly better performance in some cases since no lookup is 
needed
   
   static imports are only used in a handful of classes with many occurrences 
of the fields.
   
   Each commit contains at least one cluster so that reviewers don't have to 
review everything (please mention what you reviewed).
   
   going to squash everything before merge.


-- 
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: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

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

Reply via email to