coding-blocks/DigitalOceanApp

View on GitHub
app/src/main/java/in/tosc/digitaloceanapp/interfaces/OnDropletNameChange.java

Summary

Maintainability
A
0 mins
Test Coverage

Wrong lexicographical order for 'in.tosc.doandroidlib.objects.Droplet' import. Should be before 'java.util.List'.
Open

import in.tosc.doandroidlib.objects.Droplet;

Checks that the groups of import declarations appear in the order specifiedby the user. If there is an import but its group is not specified in theconfiguration such an import should be placed at the end of the import list.

This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

Extra separation in import group before 'in.tosc.doandroidlib.objects.Droplet'
Open

import in.tosc.doandroidlib.objects.Droplet;

Checks that the groups of import declarations appear in the order specifiedby the user. If there is an import but its group is not specified in theconfiguration such an import should be placed at the end of the import list.

This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

There are no issues that match your filters.

Category
Status