Actions
Bug #729
closedWarnings at rudder-web compilation
Status:
Released
Priority:
3
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
[WARNING] /var/lib/hudson/jobs/Rudder/workspace/rudder-web/src/main/scala/com/normation/rudder/web/model/PolicyEditor.scala:61: warning: match is not exhaustive! [INFO] missing combination Full [INFO] [INFO] f.toForm match { [INFO] ^ [WARNING] /var/lib/hudson/jobs/Rudder/workspace/rudder-web/src/main/scala/com/normation/rudder/web/snippet/SearchServers.scala:188: warning: match is not exhaustive! [INFO] missing combination AllTarget [INFO] missing combination AllTargetExceptPolicyServers [INFO] missing combination PolicyServerTarget [INFO] [INFO] dependencies: Seq[PiCr] <- sequence(targets.values.flatten.filter(x => x.isInstanceOf[GroupTarget]).toSeq) { case entry : GroupTarget=> [INFO] ^ [WARNING] two warnings found
Updated by Jonathan CLARKE almost 14 years ago
- Priority changed from N/A to 5 (lowest)
Updated by Jonathan CLARKE almost 14 years ago
- Target version changed from 6 to 8
Updated by Jonathan CLARKE over 13 years ago
- Category changed from 13 to Architecture - Code maintenance
Updated by François ARMAND about 13 years ago
- Target version set to 18
That important because it may be a case of no handle error, but it is not a showstopper for the final - especially if we know that the 2.4 is 8 weeks ahead only.
Updated by Nicolas PERRON about 13 years ago
- Subject changed from Warnings à la compilation de rudder-web to Warnings at rudder-web compilation
Updated by François ARMAND about 13 years ago
- Target version changed from 18 to 2.4.0~alpha1
Updated by François ARMAND about 13 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
- Priority changed from 5 (lowest) to 3
This is important: it is saying that there is an hidden bug waiting to hit us.
Updated by François ARMAND about 13 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset 44a072385bbe3fd312691c411ab5eb6bc4e4c943.
Updated by Nicolas CHARLES almost 13 years ago
- Status changed from Pending technical review to Released
This looks valid
Actions