Feavy/pokemon-discord-poc

View on GitHub
processor/src/main/java/fr/reminy/pokemon_discord/annotation/command/CommandProcessor.java

Summary

Maintainability
A
0 mins
Test Coverage

Method process has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

    @Override
    public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) {
        Set<? extends Element> elements1 = roundEnv.getElementsAnnotatedWith(Register.class);
        if(elements1.isEmpty()) {
            return true;

    There are no issues that match your filters.

    Category
    Status