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

Update to Java 21 and Kotlin 2.0.0 #115

Merged
merged 2 commits into from
Aug 8, 2024

add missing distribution to action/setup-java

41cd26a
Select commit
Loading
Failed to load commit list.
Merged

Update to Java 21 and Kotlin 2.0.0 #115

add missing distribution to action/setup-java
41cd26a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / detekt succeeded Aug 8, 2024 in 5s

No new alerts in code changed by this pull request

Annotations

Check warning on line 70 in module/visual/swing/src/main/java/org/openbase/jul/visual/swing/engine/draw2d/AbstractResourcePanel.kt

See this annotation in the file changed.

Code scanning / detekt

The more parameters a function has the more complex it is. Long parameter lists are often used to control complex algorithms and violate the Single Responsibility Principle. Prefer functions with short parameter lists. Warning

The constructor(resource: R, placementPolygon: Polygon?, objectType: ObjectType, parentResourcePanel: PRP?, drawLayer: DrawLayer?, parentPanel: ResourceDisplayPanel, linkAsChild: Boolean) has too many parameters. The current threshold is set to 7.