S3752 False positive when more than one method is defined

@RequestMapping(value = EndpointUrl.REGISTER_URL, method = { RequestMethod.PUT, RequestMethod.POST })

This causes a blocker issue. If I remove either PUT or POST the issue is gone. However the description states that this is only an issue if method is missing.