gojekfarm/beast

View on GitHub
src/main/java/com/gojek/beast/converter/RowMapper.java

Summary

Maintainability
A
1 hr
Test Coverage

Method getMappings has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private Map<String, Object> getMappings(DynamicMessage message, ColumnMapping columnMapping) {
        if (message == null || columnMapping == null || columnMapping.isEmpty()) {
            return new HashMap<>();
        }
        if (message.getUnknownFields().asMap().size() > 0) {
Severity: Minor
Found in src/main/java/com/gojek/beast/converter/RowMapper.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status