Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Comments

Close side panel

passed all tests#17

Open
alxdv97 wants to merge 1 commit intojava-online-course:masterjava-online-course/java-collections-template:masterfrom
alxdv97:featurealxdv97/java-collections-template:featureCopy head branch name to clipboard
Open

passed all tests#17
alxdv97 wants to merge 1 commit intojava-online-course:masterjava-online-course/java-collections-template:masterfrom
alxdv97:featurealxdv97/java-collections-template:featureCopy head branch name to clipboard

Conversation

@alxdv97
Copy link

@alxdv97 alxdv97 commented Jun 21, 2020

Passed all tests

import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.*;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

our static analysis engine detects that your pull request includes a change from an explicit import to a wildcard import. According to the best practice (http://www.javadude.com/articles/importondemandisevil.html), import star (import on demand) is a bad practice, wildcard import can sometimes cause name conflicts and ambiguities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.