noobyu6

Results 7 issues of noobyu6

Hi, I find that the private field metricsService at Line 36 in the file 'ninja/ninja-metrics/src/main/java/ninja/metrics/InstrumentedCache.java' on the develop branch is only assigned and used in the method InstrumentedCache. Therefore, this...

Hi, I find that the private field DEFAULT_LOG_LISTENER at Line 38 in the file 'rest-assured/rest-assured/src/main/java/io/restassured/config/FailureConfig.java ' on the master branch is only assigned and used in the method FailureConfig. Therefore,...

Hi, I find that the private field totalPages at Line 24 in the file 'shopizer/sm-shop/src/main/java/com/salesmanager/shop/store/model/paging/PaginationData.java ' on the master branch is only assigned and used in the method setTotalPages. Therefore,...

enhancement

## Required Information * [ ] AEM Version, including Service Packs, Cumulative Fix Packs, etc: _______ * [ ] ACS AEM Commons Version: __master__ * [ ] Reproducible on Latest?...

technical enhancement

**What this PR does / why we need it**: class fields can be replaced by local variables which can save memory **Which issue(s) this PR closes**: - Closes #8771 **Special...

Hi,I find that the private field factory at Line 17 in the file 'disconf/disconf-client/src/main/java/com/baidu/disconf/client/scan/inner/statically/strategy/impl/SpringScanStatic.java' on the master branch is only assigned and used in the method scan. Therefore, this field...

**Is your feature request related to a problem? Please describe.** private field can be replaced by a local variable **Describe the solution you'd like** private field can be replaced by...

enhancement