SDPepe/AppArt

View on GitHub
app/src/main/java/ch/epfl/sdp/appart/location/place/address/AddressFactory.java

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

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

    public static Address makeAddress(String address) {

        String filteredAddress = address.trim();
        String[] split = filteredAddress.split(",");
        Matcher streetMatcher = streetPattern.matcher(split[0].trim());

    There are no issues that match your filters.

    Category
    Status