[MINOR: missing test for 'code.deprecated'.
mascot@x9c.fr**20110712031649
Ignore-this: b8516adcb75564a1ef0ef9ed39f48bb0
] adddir ./tests/code_deprecated
addfile ./tests/code_deprecated/a.annot
hunk ./tests/code_deprecated/a.annot 1
+"a.ml" 1 0 4 "a.ml" 1 0 5
+type(
+ int list
+)
+ident(
+ def l "a.ml" 3 21 21 --
+)
+"a.ml" 1 0 10 "a.ml" 1 0 11
+type(
+ int
+)
+"a.ml" 1 0 13 "a.ml" 1 0 14
+type(
+ int
+)
+"a.ml" 1 0 16 "a.ml" 1 0 17
+type(
+ int
+)
+"a.ml" 1 0 8 "a.ml" 1 0 19
+type(
+ int list
+)
+"a.ml" 3 21 25 "a.ml" 3 21 27
+type(
+ int list
+)
+ident(
+ def l' "a.ml" 3 21 46 --
+)
+"a.ml" 3 21 30 "a.ml" 3 21 39
+type(
+ (int -> int -> bool) -> int list -> int list
+)
+ident(
+ ext_ref Sort.list
+)
+"a.ml" 3 21 40 "a.ml" 3 21 44
+type(
+ int -> int -> bool
+)
+ident(
+ ext_ref Pervasives.( <= )
+)
+"a.ml" 3 21 45 "a.ml" 3 21 46
+type(
+ int list
+)
+ident(
+ int_ref l "a.ml" 1 0 4 "a.ml" 1 0 5
+)
+"a.ml" 3 21 30 "a.ml" 3 21 46
+call(
+ stack
+)
+type(
+ int list
+)
addfile ./tests/code_deprecated/a.ml
hunk ./tests/code_deprecated/a.ml 1
+let l = [ 1; 2; 3 ]
+
+let l' = Sort.list (<=) l
addfile ./tests/code_deprecated/checkstyle.reference
hunk ./tests/code_deprecated/checkstyle.reference 1
+
+
+
| + Summary: 0 warning, 1 error, and 0 info + | +|||||
| + a.ml + | +|||||
|
+ |
+ + + code + + | ++ + deprecated + + | ++ line 3 + | ++ column 10 + | ++ element Sort.list is deprecated + | +
+ Generated by + + Mascot + 1.0-beta + +
+ + + addfile ./tests/code_deprecated/ignore addfile ./tests/code_deprecated/reference hunk ./tests/code_deprecated/reference 1 +loading configuration files... +configuring checks... +analyzing dependencies... +running checks... +reporting to "checkstyle.result" with output "checkstyle"... +reporting to "csv.result" with output "csv"... +reporting to "html.result" with output "html"... +reporting to "summary.result" with output "summary"... +reporting to "text.result" with output "text"... +reporting to "xml.result" with output "xml"... addfile ./tests/code_deprecated/summary.reference hunk ./tests/code_deprecated/summary.reference 1 +Warnings: 0 +Errors: 1 +Infos: 0 addfile ./tests/code_deprecated/text.reference hunk ./tests/code_deprecated/text.reference 1 +File "a.ml", line 3, column 10, error: element Sort.list is deprecated addfile ./tests/code_deprecated/xml.reference hunk ./tests/code_deprecated/xml.reference 1 + +