Actions
Bug #7072
closedRemove scala compiler warning about comparing values of type Null
Status:
Released
Priority:
1 (highest)
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 above appears in compilation. It is due to some dead code, so it should just be removed so that we have a clean build.
Updated by François ARMAND over 9 years ago
- Subject changed from warning: comparing values of types Null and Null using `==' will always yield true to warning: comparing values of types Null and Null using == will always yield true
Updated by François ARMAND over 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/908
Updated by François ARMAND over 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder|340b9a7031c233fc78594e07549725ff6b1f0a5e.
Updated by Nicolas CHARLES over 9 years ago
Applied in changeset rudder|100730e6ccc84959e6e2b6d93fdbc2160eeea2cb.
Updated by Vincent MEMBRÉ over 9 years ago
- Subject changed from warning: comparing values of types Null and Null using == will always yield true to Remove scala compiler warning about comparing values of type Null
Updated by François ARMAND over 9 years ago
- Status changed from Pending release to Released
Actions