feenkcom/jdt2famix

Enum values of stubs set in annotations parameter are not in model

Opened this issue · 0 comments

E.g:

public class GlobalControllerExceptionHandler {
    @ResponseStatus(HttpStatus.BAD_REQUEST)
    public String handleException(final Exception ex) {
        return ex.getMessage();
    }

HttpStatusdo not contains the enum value BAD_REQUEST