davidmigloz/go-bees

View on GitHub
app/src/main/java/com/davidmiguel/gobees/data/source/network/NetworkUtils.java

Summary

Maintainability
A
1 hr
Test Coverage

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

    static String getResponseFromHttpUrl(URL url) throws IOException {
        if (url == null) {
            return null;
        }
        // Make the call to the api

    Forbidden summary fragment.
    Open

        /**

    Checks thatJavadoc summary sentence does not contain phrases that are not recommended to use.Summaries that contain only the {@inheritDoc} tag are skipped. Check alsoviolate Javadoc that does not contain first sentence.

    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