Menu

[r230]: / trunk / checkstyle_result / index.html  Maximize  Restore  History

Download this file

99 lines (91 with data), 2.8 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<title>PHPCheckstyle Results</title>
<link href="global.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="banner">
<a href="http://code.google.com/p/phpcheckstyle/" target="_blank">
<img src="Logo_phpcheckstyle.png"/>
<span class='title'>&nbsp;PHPCheckstyle</span>
</a>
</div>
<br/>
<h1 align="center">Summary</h1>
<table class="dataTable" align="center">
<tr>
<td class="tableHead" align="center">Number of Files Tested</td>
<td class="tableCell" align="center"><span class="emphasis">1</span></td>
</tr>
<tr>
<td class="tableHead" align="center">Number of Files With Errors</td>
<td class="tableCell" align="center"><span class="emphasis">1</span></td>
</tr>
<tr>
<td class="tableHead" align="center">Total Number of Errors</td>
<td class="tableCell" align="center"><span class="emphasis">3</span></td>
</tr>
</table>
<br/>
<h1 align="center">Files With Errors</h1>
<table class="dataTable" align="center">
<thead>
<tr>
<th class="tableHead">
Filename
</th>
<th class="tableHead">
Number of Errors
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableCell">
<a href="#./test/issue56.php" align="center">./test/issue56.php</a>
</td>
<td class="tableCell" align="center">3</td>
</tr> </tbody>
</table>
<br/>
<h1 align="center">Detail</h1><h2 id="./test/issue56.php">./test/issue56.php</h2>
<table class="dataTable" align="center">
<thead>
<tr>
<th class="tableHead">
Line #
</th>
<th class="tableHead">
Error Message
</th>
<th class="tableHead" style="width:8em">
Level
</th>
</tr>
</thead>
<tbody><tr>
<td class="tableCellBold" align="center">3</td>
<td class="tableCell"><span title="Rule : needBraces">The statement if must contain its code within a {} block.</span></td>
<td class="tableCell" align="center">warning</td>
</tr><tr>
<td class="tableCellBold" align="center">5</td>
<td class="tableCell"><span title="Rule : needBraces">The statement if must contain its code within a {} block.</span></td>
<td class="tableCell" align="center">warning</td>
</tr><tr>
<td class="tableCellBold" align="center">5</td>
<td class="tableCell"><span title="Rule : checkUnusedVariables">Undeclared or unused variable : $toto.</span></td>
<td class="tableCell" align="center">warning</td>
</tr></tbody>
</table>
<br/>
<div class='footer'>
<table align="center">
<tr>
<td class="copyright">
<a href="http://code.google.com/p/phpcheckstyle/">PHPCheckstyle Home</a>
</td>
</tr>
</table>
</div>
</body>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.