<i18n dev> RFR: 8267521: Post JEP 411 refactoring: maximum covering > 50K
    Weijun Wang 
    weijun at openjdk.java.net
       
    Fri May 21 01:58:47 UTC 2021
    
    
  
The code change refactors classes that have a `SuppressWarnings("removal")` annotation that covers more than 50KB of code. The big annotation is often quite faraway from the actual deprecated API usage it is suppressing, and with the annotation covering too big a portion it's easy to call other deprecated methods without being noticed.
-------------
Depends on: https://git.openjdk.java.net/jdk/pull/4073
Commit messages:
 - 8267521: Post JEP 411 refactoring: maximum covering > 50K
Changes: https://git.openjdk.java.net/jdk/pull/4138/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4138&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8267521
  Stats: 226 lines in 18 files changed: 142 ins; 29 del; 55 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4138.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4138/head:pull/4138
PR: https://git.openjdk.java.net/jdk/pull/4138
    
    
More information about the i18n-dev
mailing list