Actions
Bug #7356
closedCorrect a warning in rudder compilation
Status:
Released
Priority:
2
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The warning is real and may lead to a runtime error:
is is likely due to an implementation restriction: an annotation argument cannot refer to a member of the annotated class (SI-7014).
[WARNING] /home/fanf/java/workspaces/rudder-project/rudder/rudder-web/src/main/scala/com/normation/rudder/appconfig/ConfigService.scala:225: warning: match may not be exhaustive.
[WARNING] It would fail on the following input: Empty
[WARNING] toInt(get("agent_run_interval")) match {
[WARNING] ^
Updated by François ARMAND about 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/947
Updated by François ARMAND about 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder|e05226ce6392583eea8a60d4e924457b4a0ccbda.
Updated by Vincent MEMBRÉ about 9 years ago
Applied in changeset rudder|de2624f1fde17d0b2248b3d5c0ec9ac0fb6291a5.
Updated by Vincent MEMBRÉ almost 9 years ago
- Status changed from Pending release to Released
Actions