nlpub/watset-java

View on GitHub
src/main/java/org/nlpub/watset/cli/WatsetGetter.java

Summary

Maintainability
A
0 mins
Test Coverage

'.' should be on a new line.
Open

        return Watset.<V, E>builder().

Line is longer than 100 characters (found 167).
Open

    default Watset<V, E> getWatset(ClusteringAlgorithmBuilder<V, E, ?> local, ClusteringAlgorithmBuilder<Sense<V>, DefaultWeightedEdge, ?> global, Graph<V, E> graph) {

Checks for long lines.

Rationale: Long lines are hard to read in printouts or if developershave limited screen space for the source code, e.g. if the IDEdisplays additional information like project tree, class hierarchy,etc.

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

'.' should be on a new line.
Open

                setGlobal(global).

'.' should be on a new line.
Open

                setLocal(local).

There are no issues that match your filters.

Category
Status