funkygao/cp-ddd-framework

View on GitHub
dddplus-visualization/src/main/java/io/github/dddplus/ast/parser/KeyRuleAnnotationParser.java

Summary

Maintainability
A
1 hr
Test Coverage

Method parse has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public KeyRuleEntry parse(AnnotationExpr keyRule) {
        KeyRuleEntry entry = new KeyRuleEntry();
        entry.setClassName(this.className);
        entry.setMethodName(this.methodName);
        entry.setRealMethodName(this.methodName);

    There are no issues that match your filters.

    Category
    Status