Shemplo/Neerc-chat-client

View on GitHub
src/main/java/ru/shemplo/chat/neerc/gfx/panes/MessageCell.java

Summary

Maintainability
A
1 hr
Test Coverage

Method updateItem has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    protected void updateItem (MessageEntity item, boolean empty) {
        super.updateItem (item, empty || item == null);
        if (empty || item == null) { 
            setGraphic (null);
Severity: Minor
Found in src/main/java/ru/shemplo/chat/neerc/gfx/panes/MessageCell.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status