Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: avoid star imports via checkstyle #817

Conversation

aepfli
Copy link
Member

@aepfli aepfli commented Jun 11, 2024

Star imports are seen as a bad practice within Java, as they can lead to too tight coupling with packages and the introduction of name clashes. Hence, we should avoid them.

closes: #816

Star imports are seen as a bad practice within java,
as they can lead to a too tight coupling with packages
and introduction of name clashes, hence that we should
avoit them.

closes: open-feature#816
Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
checkstyle.xml Outdated Show resolved Hide resolved
Co-authored-by: madhead <siarhei.krukau@gmail.com>
Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
@Kavindu-Dodan Kavindu-Dodan merged commit 249225f into open-feature:main Jun 11, 2024
4 checks passed
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.

Activate Checkstyle rule to avoid star imports
7 participants