SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.8.6

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
10 2 0 0

Files

Class Bugs
io.github.rose.gateway.filter.ApiLoggingFilter 2

io.github.rose.gateway.filter.ApiLoggingFilter

Bug Category Details Line Priority
Possible null pointer dereference in io.github.rose.gateway.filter.ApiLoggingFilter.filter(ServerWebExchange, GatewayFilterChain) due to return value of called method STYLE NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE 47 Medium
Possible null pointer dereference in io.github.rose.gateway.filter.ApiLoggingFilter.lambda$filter$0(ServerWebExchange) due to return value of called method STYLE NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE 64 Low