79645343

Date: 2025-05-30 11:04:56
Score: 2
Natty:
Report link

Best way to fix it is added @Hidden (

import io.swagger.v3.oas.annotations.Hidden;

) annotation to ControllerAdvice:

@Hidden
@ControllerAdvice
@Slf4j
public class GlobalExceptionHandleController {
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Hidden
  • Low reputation (1):
Posted by: Elay