Bug #13028
closedCompilation warnings in master
Description
These warning must be corrected:
rudder-project/rudder/rudder-rest/src/test/scala/com/normation/rudder/web/rest/SystemApiTest.scala
Warning:(457, 20) local val action in value <local SystemApiTests> is never used
implicit val action = "getDirectivesZipArchive"
Warning:(458, 20) local val prettify in value <local SystemApiTests> is never used
implicit val prettify = false
Warning:(478, 20) local val action in value <local SystemApiTests> is never used
implicit val action = "getGroupsZipArchive"
Warning:(479, 20) local val prettify in value <local SystemApiTests> is never used
implicit val prettify = false
Warning:(491, 20) local val action in value <local SystemApiTests> is never used
implicit val action = "getRulesZipArchive"
Warning:(492, 20) local val prettify in value <local SystemApiTests> is never used
implicit val prettify = false
Warning:(504, 20) local val action in value <local SystemApiTests> is never used
implicit val action = "getFullZipArchive"
Warning:(505, 20) local val prettify in value <local SystemApiTests> is never used
implicit val prettify = false
Warning:(436, 95) match may not be exhaustive.
It would fail on the following inputs: Empty, Failure(_, _, _), Full((x: net.liftweb.http.LiftResponse forSome x not in net.liftweb.http.InMemoryResponse)), ParamFailure()
val response: InMemoryResponse = RestTestSetUp.rudderApi.getLiftRestApi().apply(req).apply() match {
Updated by Pierre HAY over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Pierre HAY to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/2003
Updated by Pierre HAY over 6 years ago
- Pull Request changed from https://github.com/Normation/rudder/pull/2003 to https://github.com/Normation/rudder/pull/2005
Updated by Anonymous over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|2eff4d76f5ef68e7a3b6077883a7a778f46f6473.
Updated by Vincent MEMBRÉ about 6 years ago
- Status changed from Pending release to Released
Changelog