Architecture #12558
closedEnforce stricter checks by scala compiler with Xlint flags
Description
We don't use scala compiler to its full power. In fact, we don't even use it for simple things like unused imports.
In #11955, we did an ad hoc compilation with the interesting flags, but it is not persistent and we need to enforce them in Maven pom to be sure to not drift from the clean state.
https://tpolecat.github.io/2017/04/25/scalac-flags.html gives an overview of all the interesting flags. We won't use them all right now, because our code base it not ready :)
We will also need to be able to selectively silent some warning, in particular in the case of deprecationWarning for things that can't be replaced (easely or at all, like Thread.stop). For that, we will use the silencer plugin: https://github.com/ghik/silencer
This change will span modification on all scala projects, this ticket handle modifications in `parent-pom` one.
Updated by François ARMAND over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder-parent-pom/pull/53
Updated by François ARMAND over 6 years ago
We also update some libraries that help with false positives with these compiler flags.
Updated by François ARMAND over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset parent-pom|43fd97fb504bfb5db8dcaa8f1557915db1a77769.
Updated by Nicolas CHARLES over 6 years ago
- Has duplicate Architecture #2619: Add a style checking tool for Scala added
Updated by Vincent MEMBRÉ over 6 years ago
- Category changed from Web - Maintenance to Architecture - Internal libs
Updated by Vincent MEMBRÉ over 6 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.3.2 which was released today.
- 4.3.2: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/