Skip to content

Wildcard in import statements #2

@iamatinkerer

Description

@iamatinkerer

In many files, the import statements use wildcard to import all the classes in the packages

E.g. https://github.com/Microsoft/mssql-jdbc/blob/master/src/main/java/com/microsoft/sqlserver/jdbc/KerbAuthentication.java
import java.util.*;

It is a good practice to specify the specific classes in these imports.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions