runeblog 0.1.48 → 0.1.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/blog +2 -1
- data/lib/helpers-blog.rb +1 -0
- data/lib/post.rb +1 -1
- data/lib/repl.rb +2 -2
- data/lib/runeblog.rb +9 -3
- data/lib/runeblog_version.rb +1 -1
- metadata +1 -2
- data/lib/reek.html +0 -2463
data/lib/reek.html
DELETED
@@ -1,2463 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset='UTF-8' />
|
5
|
-
<title>Reek Output</title>
|
6
|
-
<style>
|
7
|
-
* {
|
8
|
-
-webkit-box-sizing: border-box;
|
9
|
-
-moz-box-sizing: border-box;
|
10
|
-
box-sizing: border-box;
|
11
|
-
}
|
12
|
-
body {
|
13
|
-
background-color: #e8eef2;
|
14
|
-
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
15
|
-
margin: 0;
|
16
|
-
}
|
17
|
-
#header {
|
18
|
-
background-color: #fafbfc;
|
19
|
-
border-bottom: 1px solid #cfdbe2;
|
20
|
-
margin-bottom: 20px;
|
21
|
-
padding: 20px;
|
22
|
-
color: #444444;
|
23
|
-
}
|
24
|
-
h1 {
|
25
|
-
margin: 0;
|
26
|
-
}
|
27
|
-
.total-warnings {
|
28
|
-
color: #f47f7f;
|
29
|
-
}
|
30
|
-
#reek-smells {
|
31
|
-
padding: 20px;
|
32
|
-
width: 100%;
|
33
|
-
}
|
34
|
-
.box {
|
35
|
-
margin-bottom: 20px;
|
36
|
-
background-color: #ffffff;
|
37
|
-
border: 1px solid transparent;
|
38
|
-
border-radius: 4px;
|
39
|
-
border-color: #cfdbe2;
|
40
|
-
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
41
|
-
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
42
|
-
border-top-width: 3px;
|
43
|
-
}
|
44
|
-
.smell-list {
|
45
|
-
margin-bottom: 0px;
|
46
|
-
padding-left: 0px;
|
47
|
-
}
|
48
|
-
.list-item:first-child {
|
49
|
-
border-top-width: 0;
|
50
|
-
}
|
51
|
-
.list-item {
|
52
|
-
border-width: 1px 0;
|
53
|
-
border-radius: 0;
|
54
|
-
position: relative;
|
55
|
-
display: block;
|
56
|
-
padding: 10px 15px;
|
57
|
-
margin-bottom: -1px;
|
58
|
-
background-color: #ffffff;
|
59
|
-
border: 1px solid #f1f2f3;
|
60
|
-
}
|
61
|
-
.list-item > .content:first-child {
|
62
|
-
margin-top: 0px;
|
63
|
-
}
|
64
|
-
.list-item > .content {
|
65
|
-
overflow: hidden;
|
66
|
-
}
|
67
|
-
.list-item > .content > .heading {
|
68
|
-
margin: 0 0 5px 0;
|
69
|
-
}
|
70
|
-
.list-item > .content > small {
|
71
|
-
float: right;
|
72
|
-
color: #909fa7;
|
73
|
-
font-size: 0.8rem;
|
74
|
-
}
|
75
|
-
.list-item > .content > p {
|
76
|
-
margin: 0;
|
77
|
-
color: #656565;
|
78
|
-
}
|
79
|
-
</style>
|
80
|
-
</head>
|
81
|
-
<body>
|
82
|
-
<div id="header">
|
83
|
-
<h1>Reek Output - <span class="total-warnings">237 total warnings</span></h1>
|
84
|
-
</div>
|
85
|
-
<div id="reek-smells">
|
86
|
-
<div class="box">
|
87
|
-
<div class="smell-list">
|
88
|
-
|
89
|
-
<div class="list-item">
|
90
|
-
<div class="content">
|
91
|
-
<div class="heading"><strong>RuneBlog::Default</strong> has no descriptive comment (IrresponsibleModule)</div>
|
92
|
-
<small class="text-muted pull-right">Line [1]</small>
|
93
|
-
<p>
|
94
|
-
<small>default.rb</small>
|
95
|
-
</p>
|
96
|
-
</div>
|
97
|
-
</div>
|
98
|
-
|
99
|
-
<div class="list-item">
|
100
|
-
<div class="content">
|
101
|
-
<div class="heading"><strong>RuneBlog::Default#RuneBlog.post_template</strong> has 9 parameters (LongParameterList)</div>
|
102
|
-
<small class="text-muted pull-right">Line [58]</small>
|
103
|
-
<p>
|
104
|
-
<small>default.rb</small>
|
105
|
-
</p>
|
106
|
-
</div>
|
107
|
-
</div>
|
108
|
-
|
109
|
-
<div class="list-item">
|
110
|
-
<div class="content">
|
111
|
-
<div class="heading"><strong>RuneBlog::Default#RuneBlog.teaser_template</strong> has 6 parameters (LongParameterList)</div>
|
112
|
-
<small class="text-muted pull-right">Line [83]</small>
|
113
|
-
<p>
|
114
|
-
<small>default.rb</small>
|
115
|
-
</p>
|
116
|
-
</div>
|
117
|
-
</div>
|
118
|
-
|
119
|
-
<div class="list-item">
|
120
|
-
<div class="content">
|
121
|
-
<div class="heading"><strong>RuneBlog::Default#RuneBlog.teaser_template</strong> has unused parameter 'view' (UnusedParameters)</div>
|
122
|
-
<small class="text-muted pull-right">Line [83]</small>
|
123
|
-
<p>
|
124
|
-
<small>default.rb</small>
|
125
|
-
</p>
|
126
|
-
</div>
|
127
|
-
</div>
|
128
|
-
|
129
|
-
<div class="list-item">
|
130
|
-
<div class="content">
|
131
|
-
<div class="heading"><strong>check_meta</strong> calls 'meta.title' 3 times (DuplicateMethodCall)</div>
|
132
|
-
<small class="text-muted pull-right">Line [37, 38, 38]</small>
|
133
|
-
<p>
|
134
|
-
<small>global.rb</small>
|
135
|
-
</p>
|
136
|
-
</div>
|
137
|
-
</div>
|
138
|
-
|
139
|
-
<div class="list-item">
|
140
|
-
<div class="content">
|
141
|
-
<div class="heading"><strong>check_meta</strong> refers to 'meta' more than self (maybe move it to another class?) (FeatureEnvy)</div>
|
142
|
-
<small class="text-muted pull-right">Line [36, 37, 38, 38, 39]</small>
|
143
|
-
<p>
|
144
|
-
<small>global.rb</small>
|
145
|
-
</p>
|
146
|
-
</div>
|
147
|
-
</div>
|
148
|
-
|
149
|
-
<div class="list-item">
|
150
|
-
<div class="content">
|
151
|
-
<div class="heading"><strong>check_meta</strong> refers to 'str' more than self (maybe move it to another class?) (FeatureEnvy)</div>
|
152
|
-
<small class="text-muted pull-right">Line [36, 37, 38, 39, 40]</small>
|
153
|
-
<p>
|
154
|
-
<small>global.rb</small>
|
155
|
-
</p>
|
156
|
-
</div>
|
157
|
-
</div>
|
158
|
-
|
159
|
-
<div class="list-item">
|
160
|
-
<div class="content">
|
161
|
-
<div class="heading"><strong>RuneBlog::Default</strong> has no descriptive comment (IrresponsibleModule)</div>
|
162
|
-
<small class="text-muted pull-right">Line [7]</small>
|
163
|
-
<p>
|
164
|
-
<small>global.rb</small>
|
165
|
-
</p>
|
166
|
-
</div>
|
167
|
-
</div>
|
168
|
-
|
169
|
-
<div class="list-item">
|
170
|
-
<div class="content">
|
171
|
-
<div class="heading"><strong>RuneBlog::Helpers</strong> has no descriptive comment (IrresponsibleModule)</div>
|
172
|
-
<small class="text-muted pull-right">Line [4]</small>
|
173
|
-
<p>
|
174
|
-
<small>global.rb</small>
|
175
|
-
</p>
|
176
|
-
</div>
|
177
|
-
</div>
|
178
|
-
|
179
|
-
<div class="list-item">
|
180
|
-
<div class="content">
|
181
|
-
<div class="heading"><strong>RuneBlog::Post</strong> has no descriptive comment (IrresponsibleModule)</div>
|
182
|
-
<small class="text-muted pull-right">Line [16]</small>
|
183
|
-
<p>
|
184
|
-
<small>global.rb</small>
|
185
|
-
</p>
|
186
|
-
</div>
|
187
|
-
</div>
|
188
|
-
|
189
|
-
<div class="list-item">
|
190
|
-
<div class="content">
|
191
|
-
<div class="heading"><strong>RuneBlog::Publishing</strong> has no descriptive comment (IrresponsibleModule)</div>
|
192
|
-
<small class="text-muted pull-right">Line [13]</small>
|
193
|
-
<p>
|
194
|
-
<small>global.rb</small>
|
195
|
-
</p>
|
196
|
-
</div>
|
197
|
-
</div>
|
198
|
-
|
199
|
-
<div class="list-item">
|
200
|
-
<div class="content">
|
201
|
-
<div class="heading"><strong>RuneBlog::View</strong> has no descriptive comment (IrresponsibleModule)</div>
|
202
|
-
<small class="text-muted pull-right">Line [10]</small>
|
203
|
-
<p>
|
204
|
-
<small>global.rb</small>
|
205
|
-
</p>
|
206
|
-
</div>
|
207
|
-
</div>
|
208
|
-
|
209
|
-
<div class="list-item">
|
210
|
-
<div class="content">
|
211
|
-
<div class="heading"><strong>make_exception</strong> contains iterators nested 2 deep (NestedIterators)</div>
|
212
|
-
<small class="text-muted pull-right">Line [25]</small>
|
213
|
-
<p>
|
214
|
-
<small>global.rb</small>
|
215
|
-
</p>
|
216
|
-
</div>
|
217
|
-
</div>
|
218
|
-
|
219
|
-
<div class="list-item">
|
220
|
-
<div class="content">
|
221
|
-
<div class="heading"><strong>check_meta</strong> has approx 7 statements (TooManyStatements)</div>
|
222
|
-
<small class="text-muted pull-right">Line [34]</small>
|
223
|
-
<p>
|
224
|
-
<small>global.rb</small>
|
225
|
-
</p>
|
226
|
-
</div>
|
227
|
-
</div>
|
228
|
-
|
229
|
-
<div class="list-item">
|
230
|
-
<div class="content">
|
231
|
-
<div class="heading"><strong>make_exception</strong> has approx 7 statements (TooManyStatements)</div>
|
232
|
-
<small class="text-muted pull-right">Line [20]</small>
|
233
|
-
<p>
|
234
|
-
<small>global.rb</small>
|
235
|
-
</p>
|
236
|
-
</div>
|
237
|
-
</div>
|
238
|
-
|
239
|
-
<div class="list-item">
|
240
|
-
<div class="content">
|
241
|
-
<div class="heading"><strong>make_exception</strong> has the variable name 'i' (UncommunicativeVariableName)</div>
|
242
|
-
<small class="text-muted pull-right">Line [25]</small>
|
243
|
-
<p>
|
244
|
-
<small>global.rb</small>
|
245
|
-
</p>
|
246
|
-
</div>
|
247
|
-
</div>
|
248
|
-
|
249
|
-
<div class="list-item">
|
250
|
-
<div class="content">
|
251
|
-
<div class="heading"><strong>prefix</strong> doesn't depend on instance state (maybe move it to another class?) (UtilityFunction)</div>
|
252
|
-
<small class="text-muted pull-right">Line [30]</small>
|
253
|
-
<p>
|
254
|
-
<small>global.rb</small>
|
255
|
-
</p>
|
256
|
-
</div>
|
257
|
-
</div>
|
258
|
-
|
259
|
-
<div class="list-item">
|
260
|
-
<div class="content">
|
261
|
-
<div class="heading"><strong>RuneBlog::Helpers#read_config</strong> calls 'syms.empty?' 2 times (DuplicateMethodCall)</div>
|
262
|
-
<small class="text-muted pull-right">Line [15, 17]</small>
|
263
|
-
<p>
|
264
|
-
<small>helpers-blog.rb</small>
|
265
|
-
</p>
|
266
|
-
</div>
|
267
|
-
</div>
|
268
|
-
|
269
|
-
<div class="list-item">
|
270
|
-
<div class="content">
|
271
|
-
<div class="heading"><strong>RuneBlog::Helpers#new_dotfile</strong> refers to 'x' more than self (maybe move it to another class?) (FeatureEnvy)</div>
|
272
|
-
<small class="text-muted pull-right">Line [51, 51, 51]</small>
|
273
|
-
<p>
|
274
|
-
<small>helpers-blog.rb</small>
|
275
|
-
</p>
|
276
|
-
</div>
|
277
|
-
</div>
|
278
|
-
|
279
|
-
<div class="list-item">
|
280
|
-
<div class="content">
|
281
|
-
<div class="heading"><strong>RuneBlog::Helpers</strong> has no descriptive comment (IrresponsibleModule)</div>
|
282
|
-
<small class="text-muted pull-right">Line [3]</small>
|
283
|
-
<p>
|
284
|
-
<small>helpers-blog.rb</small>
|
285
|
-
</p>
|
286
|
-
</div>
|
287
|
-
</div>
|
288
|
-
|
289
|
-
<div class="list-item">
|
290
|
-
<div class="content">
|
291
|
-
<div class="heading"><strong>RuneBlog::Helpers#write_config</strong> contains iterators nested 2 deep (NestedIterators)</div>
|
292
|
-
<small class="text-muted pull-right">Line [33]</small>
|
293
|
-
<p>
|
294
|
-
<small>helpers-blog.rb</small>
|
295
|
-
</p>
|
296
|
-
</div>
|
297
|
-
</div>
|
298
|
-
|
299
|
-
<div class="list-item">
|
300
|
-
<div class="content">
|
301
|
-
<div class="heading"><strong>RuneBlog::Helpers#find_src_slugs</strong> has approx 11 statements (TooManyStatements)</div>
|
302
|
-
<small class="text-muted pull-right">Line [68]</small>
|
303
|
-
<p>
|
304
|
-
<small>helpers-blog.rb</small>
|
305
|
-
</p>
|
306
|
-
</div>
|
307
|
-
</div>
|
308
|
-
|
309
|
-
<div class="list-item">
|
310
|
-
<div class="content">
|
311
|
-
<div class="heading"><strong>RuneBlog::Helpers#read_config</strong> has approx 19 statements (TooManyStatements)</div>
|
312
|
-
<small class="text-muted pull-right">Line [5]</small>
|
313
|
-
<p>
|
314
|
-
<small>helpers-blog.rb</small>
|
315
|
-
</p>
|
316
|
-
</div>
|
317
|
-
</div>
|
318
|
-
|
319
|
-
<div class="list-item">
|
320
|
-
<div class="content">
|
321
|
-
<div class="heading"><strong>RuneBlog::Helpers#find_src_slugs</strong> has the variable name 'f' (UncommunicativeVariableName)</div>
|
322
|
-
<small class="text-muted pull-right">Line [75, 76]</small>
|
323
|
-
<p>
|
324
|
-
<small>helpers-blog.rb</small>
|
325
|
-
</p>
|
326
|
-
</div>
|
327
|
-
</div>
|
328
|
-
|
329
|
-
<div class="list-item">
|
330
|
-
<div class="content">
|
331
|
-
<div class="heading"><strong>RuneBlog::Helpers#new_dotfile</strong> has the variable name 'x' (UncommunicativeVariableName)</div>
|
332
|
-
<small class="text-muted pull-right">Line [50]</small>
|
333
|
-
<p>
|
334
|
-
<small>helpers-blog.rb</small>
|
335
|
-
</p>
|
336
|
-
</div>
|
337
|
-
</div>
|
338
|
-
|
339
|
-
<div class="list-item">
|
340
|
-
<div class="content">
|
341
|
-
<div class="heading"><strong>RuneBlog::Helpers#subdirs</strong> has the variable name 'x' (UncommunicativeVariableName)</div>
|
342
|
-
<small class="text-muted pull-right">Line [64]</small>
|
343
|
-
<p>
|
344
|
-
<small>helpers-blog.rb</small>
|
345
|
-
</p>
|
346
|
-
</div>
|
347
|
-
</div>
|
348
|
-
|
349
|
-
<div class="list-item">
|
350
|
-
<div class="content">
|
351
|
-
<div class="heading"><strong>RuneBlog::Helpers#write_config</strong> has the variable name 'f' (UncommunicativeVariableName)</div>
|
352
|
-
<small class="text-muted pull-right">Line [32]</small>
|
353
|
-
<p>
|
354
|
-
<small>helpers-blog.rb</small>
|
355
|
-
</p>
|
356
|
-
</div>
|
357
|
-
</div>
|
358
|
-
|
359
|
-
<div class="list-item">
|
360
|
-
<div class="content">
|
361
|
-
<div class="heading"><strong>RuneBlog::Helpers#dump</strong> doesn't depend on instance state (maybe move it to another class?) (UtilityFunction)</div>
|
362
|
-
<small class="text-muted pull-right">Line [99]</small>
|
363
|
-
<p>
|
364
|
-
<small>helpers-blog.rb</small>
|
365
|
-
</p>
|
366
|
-
</div>
|
367
|
-
</div>
|
368
|
-
|
369
|
-
<div class="list-item">
|
370
|
-
<div class="content">
|
371
|
-
<div class="heading"><strong>RuneBlog::Helpers#write_config</strong> doesn't depend on instance state (maybe move it to another class?) (UtilityFunction)</div>
|
372
|
-
<small class="text-muted pull-right">Line [30]</small>
|
373
|
-
<p>
|
374
|
-
<small>helpers-blog.rb</small>
|
375
|
-
</p>
|
376
|
-
</div>
|
377
|
-
</div>
|
378
|
-
|
379
|
-
<div class="list-item">
|
380
|
-
<div class="content">
|
381
|
-
<div class="heading"><strong>dump</strong> doesn't depend on instance state (maybe move it to another class?) (UtilityFunction)</div>
|
382
|
-
<small class="text-muted pull-right">Line [105]</small>
|
383
|
-
<p>
|
384
|
-
<small>helpers-blog.rb</small>
|
385
|
-
</p>
|
386
|
-
</div>
|
387
|
-
</div>
|
388
|
-
|
389
|
-
<div class="list-item">
|
390
|
-
<div class="content">
|
391
|
-
<div class="heading"><strong>RuneBlog::REPL#ask_publishing_info</strong> calls '@blog.view' 2 times (DuplicateMethodCall)</div>
|
392
|
-
<small class="text-muted pull-right">Line [197, 199]</small>
|
393
|
-
<p>
|
394
|
-
<small>helpers-repl.rb</small>
|
395
|
-
</p>
|
396
|
-
</div>
|
397
|
-
</div>
|
398
|
-
|
399
|
-
<div class="list-item">
|
400
|
-
<div class="content">
|
401
|
-
<div class="heading"><strong>RuneBlog::REPL#find_asset</strong> calls 'view.dir' 2 times (DuplicateMethodCall)</div>
|
402
|
-
<small class="text-muted pull-right">Line [221, 222]</small>
|
403
|
-
<p>
|
404
|
-
<small>helpers-repl.rb</small>
|
405
|
-
</p>
|
406
|
-
</div>
|
407
|
-
</div>
|
408
|
-
|
409
|
-
<div class="list-item">
|
410
|
-
<div class="content">
|
411
|
-
<div class="heading"><strong>RuneBlog::REPL#find_asset</strong> calls 'views.each' 2 times (DuplicateMethodCall)</div>
|
412
|
-
<small class="text-muted pull-right">Line [221, 222]</small>
|
413
|
-
<p>
|
414
|
-
<small>helpers-repl.rb</small>
|
415
|
-
</p>
|
416
|
-
</div>
|
417
|
-
</div>
|
418
|
-
|
419
|
-
<div class="list-item">
|
420
|
-
<div class="content">
|
421
|
-
<div class="heading"><strong>RuneBlog::REPL</strong> has no descriptive comment (IrresponsibleModule)</div>
|
422
|
-
<small class="text-muted pull-right">Line [10]</small>
|
423
|
-
<p>
|
424
|
-
<small>helpers-repl.rb</small>
|
425
|
-
</p>
|
426
|
-
</div>
|
427
|
-
</div>
|
428
|
-
|
429
|
-
<div class="list-item">
|
430
|
-
<div class="content">
|
431
|
-
<div class="heading"><strong>RuneBlog::REPL#check_empty</strong> performs a nil-check (NilCheck)</div>
|
432
|
-
<small class="text-muted pull-right">Line [150]</small>
|
433
|
-
<p>
|
434
|
-
<small>helpers-repl.rb</small>
|
435
|
-
</p>
|
436
|
-
</div>
|
437
|
-
</div>
|
438
|
-
|
439
|
-
<div class="list-item">
|
440
|
-
<div class="content">
|
441
|
-
<div class="heading"><strong>RuneBlog::REPL#ask_publishing_info</strong> has approx 11 statements (TooManyStatements)</div>
|
442
|
-
<small class="text-muted pull-right">Line [195]</small>
|
443
|
-
<p>
|
444
|
-
<small>helpers-repl.rb</small>
|
445
|
-
</p>
|
446
|
-
</div>
|
447
|
-
</div>
|
448
|
-
|
449
|
-
<div class="list-item">
|
450
|
-
<div class="content">
|
451
|
-
<div class="heading"><strong>RuneBlog::REPL#find_asset</strong> has approx 11 statements (TooManyStatements)</div>
|
452
|
-
<small class="text-muted pull-right">Line [214]</small>
|
453
|
-
<p>
|
454
|
-
<small>helpers-repl.rb</small>
|
455
|
-
</p>
|
456
|
-
</div>
|
457
|
-
</div>
|
458
|
-
|
459
|
-
<div class="list-item">
|
460
|
-
<div class="content">
|
461
|
-
<div class="heading"><strong>RuneBlog::REPL#import</strong> has approx 15 statements (TooManyStatements)</div>
|
462
|
-
<small class="text-muted pull-right">Line [176]</small>
|
463
|
-
<p>
|
464
|
-
<small>helpers-repl.rb</small>
|
465
|
-
</p>
|
466
|
-
</div>
|
467
|
-
</div>
|
468
|
-
|
469
|
-
<div class="list-item">
|
470
|
-
<div class="content">
|
471
|
-
<div class="heading"><strong>RuneBlog::REPL#self.choose_method</strong> has approx 13 statements (TooManyStatements)</div>
|
472
|
-
<small class="text-muted pull-right">Line [83]</small>
|
473
|
-
<p>
|
474
|
-
<small>helpers-repl.rb</small>
|
475
|
-
</p>
|
476
|
-
</div>
|
477
|
-
</div>
|
478
|
-
|
479
|
-
<div class="list-item">
|
480
|
-
<div class="content">
|
481
|
-
<div class="heading"><strong>RuneBlog::REPL#output_newline</strong> has the parameter name 'n' (UncommunicativeParameterName)</div>
|
482
|
-
<small class="text-muted pull-right">Line [143]</small>
|
483
|
-
<p>
|
484
|
-
<small>helpers-repl.rb</small>
|
485
|
-
</p>
|
486
|
-
</div>
|
487
|
-
</div>
|
488
|
-
|
489
|
-
<div class="list-item">
|
490
|
-
<div class="content">
|
491
|
-
<div class="heading"><strong>RuneBlog::REPL#ask_publishing_info</strong> has the variable name 'x' (UncommunicativeVariableName)</div>
|
492
|
-
<small class="text-muted pull-right">Line [205]</small>
|
493
|
-
<p>
|
494
|
-
<small>helpers-repl.rb</small>
|
495
|
-
</p>
|
496
|
-
</div>
|
497
|
-
</div>
|
498
|
-
|
499
|
-
<div class="list-item">
|
500
|
-
<div class="content">
|
501
|
-
<div class="heading"><strong>RuneBlog::REPL#self.choose_method</strong> has the variable name 'm' (UncommunicativeVariableName)</div>
|
502
|
-
<small class="text-muted pull-right">Line [88]</small>
|
503
|
-
<p>
|
504
|
-
<small>helpers-repl.rb</small>
|
505
|
-
</p>
|
506
|
-
</div>
|
507
|
-
</div>
|
508
|
-
|
509
|
-
<div class="list-item">
|
510
|
-
<div class="content">
|
511
|
-
<div class="heading"><strong>RuneBlog::REPL#flush_output</strong> has unused parameter 'initial' (UnusedParameters)</div>
|
512
|
-
<small class="text-muted pull-right">Line [122]</small>
|
513
|
-
<p>
|
514
|
-
<small>helpers-repl.rb</small>
|
515
|
-
</p>
|
516
|
-
</div>
|
517
|
-
</div>
|
518
|
-
|
519
|
-
<div class="list-item">
|
520
|
-
<div class="content">
|
521
|
-
<div class="heading"><strong>RuneBlog::REPL#yesno</strong> has unused parameter 'meth' (UnusedParameters)</div>
|
522
|
-
<small class="text-muted pull-right">Line [112]</small>
|
523
|
-
<p>
|
524
|
-
<small>helpers-repl.rb</small>
|
525
|
-
</p>
|
526
|
-
</div>
|
527
|
-
</div>
|
528
|
-
|
529
|
-
<div class="list-item">
|
530
|
-
<div class="content">
|
531
|
-
<div class="heading"><strong>RuneBlog::REPL#colored_slug</strong> doesn't depend on instance state (maybe move it to another class?) (UtilityFunction)</div>
|
532
|
-
<small class="text-muted pull-right">Line [172]</small>
|
533
|
-
<p>
|
534
|
-
<small>helpers-repl.rb</small>
|
535
|
-
</p>
|
536
|
-
</div>
|
537
|
-
</div>
|
538
|
-
|
539
|
-
<div class="list-item">
|
540
|
-
<div class="content">
|
541
|
-
<div class="heading"><strong>RuneBlog::Post#create_draft</strong> calls '@meta.slug' 3 times (DuplicateMethodCall)</div>
|
542
|
-
<small class="text-muted pull-right">Line [104, 104, 105]</small>
|
543
|
-
<p>
|
544
|
-
<small>post.rb</small>
|
545
|
-
</p>
|
546
|
-
</div>
|
547
|
-
</div>
|
548
|
-
|
549
|
-
<div class="list-item">
|
550
|
-
<div class="content">
|
551
|
-
<div class="heading"><strong>RuneBlog::Post#self.load</strong> calls 'RuneBlog.blog' 2 times (DuplicateMethodCall)</div>
|
552
|
-
<small class="text-muted pull-right">Line [19, 21]</small>
|
553
|
-
<p>
|
554
|
-
<small>post.rb</small>
|
555
|
-
</p>
|
556
|
-
</div>
|
557
|
-
</div>
|
558
|
-
|
559
|
-
<div class="list-item">
|
560
|
-
<div class="content">
|
561
|
-
<div class="heading"><strong>RuneBlog::Post#self.load</strong> calls 'meta.date' 2 times (DuplicateMethodCall)</div>
|
562
|
-
<small class="text-muted pull-right">Line [29, 32]</small>
|
563
|
-
<p>
|
564
|
-
<small>post.rb</small>
|
565
|
-
</p>
|
566
|
-
</div>
|
567
|
-
</div>
|
568
|
-
|
569
|
-
<div class="list-item">
|
570
|
-
<div class="content">
|
571
|
-
<div class="heading"><strong>RuneBlog::Post#self.load</strong> calls 'meta.tags' 2 times (DuplicateMethodCall)</div>
|
572
|
-
<small class="text-muted pull-right">Line [31, 34]</small>
|
573
|
-
<p>
|
574
|
-
<small>post.rb</small>
|
575
|
-
</p>
|
576
|
-
</div>
|
577
|
-
</div>
|
578
|
-
|
579
|
-
<div class="list-item">
|
580
|
-
<div class="content">
|
581
|
-
<div class="heading"><strong>RuneBlog::Post#self.load</strong> calls 'meta.views' 2 times (DuplicateMethodCall)</div>
|
582
|
-
<small class="text-muted pull-right">Line [30, 33]</small>
|
583
|
-
<p>
|
584
|
-
<small>post.rb</small>
|
585
|
-
</p>
|
586
|
-
</div>
|
587
|
-
</div>
|
588
|
-
|
589
|
-
<div class="list-item">
|
590
|
-
<div class="content">
|
591
|
-
<div class="heading"><strong>RuneBlog::Post#new_metadata</strong> refers to 'meta' more than self (maybe move it to another class?) (FeatureEnvy)</div>
|
592
|
-
<small class="text-muted pull-right">Line [87, 88, 89, 90, 91, 91, 92, 93]</small>
|
593
|
-
<p>
|
594
|
-
<small>post.rb</small>
|
595
|
-
</p>
|
596
|
-
</div>
|
597
|
-
</div>
|
598
|
-
|
599
|
-
<div class="list-item">
|
600
|
-
<div class="content">
|
601
|
-
<div class="heading"><strong>RuneBlog::Post#write_metadata</strong> refers to 'hash' more than self (maybe move it to another class?) (FeatureEnvy)</div>
|
602
|
-
<small class="text-muted pull-right">Line [54, 55, 56, 57, 59, 59, 60, 60, 65]</small>
|
603
|
-
<p>
|
604
|
-
<small>post.rb</small>
|
605
|
-
</p>
|
606
|
-
</div>
|
607
|
-
</div>
|
608
|
-
|
609
|
-
<div class="list-item">
|
610
|
-
<div class="content">
|
611
|
-
<div class="heading"><strong>RuneBlog::Post</strong> assumes too much for instance variable '@draft' (InstanceVariableAssumption)</div>
|
612
|
-
<small class="text-muted pull-right">Line [6]</small>
|
613
|
-
<p>
|
614
|
-
<small>post.rb</small>
|
615
|
-
</p>
|
616
|
-
</div>
|
617
|
-
</div>
|
618
|
-
|
619
|
-
<div class="list-item">
|
620
|
-
<div class="content">
|
621
|
-
<div class="heading"><strong>RuneBlog::Post</strong> assumes too much for instance variable '@meta' (InstanceVariableAssumption)</div>
|
622
|
-
<small class="text-muted pull-right">Line [6]</small>
|
623
|
-
<p>
|
624
|
-
<small>post.rb</small>
|
625
|
-
</p>
|
626
|
-
</div>
|
627
|
-
</div>
|
628
|
-
|
629
|
-
<div class="list-item">
|
630
|
-
<div class="content">
|
631
|
-
<div class="heading"><strong>RuneBlog::Post</strong> has no descriptive comment (IrresponsibleModule)</div>
|
632
|
-
<small class="text-muted pull-right">Line [6]</small>
|
633
|
-
<p>
|
634
|
-
<small>post.rb</small>
|
635
|
-
</p>
|
636
|
-
</div>
|
637
|
-
</div>
|
638
|
-
|
639
|
-
<div class="list-item">
|
640
|
-
<div class="content">
|
641
|
-
<div class="heading"><strong>RuneBlog::Post#build</strong> performs a nil-check (NilCheck)</div>
|
642
|
-
<small class="text-muted pull-right">Line [126]</small>
|
643
|
-
<p>
|
644
|
-
<small>post.rb</small>
|
645
|
-
</p>
|
646
|
-
</div>
|
647
|
-
</div>
|
648
|
-
|
649
|
-
<div class="list-item">
|
650
|
-
<div class="content">
|
651
|
-
<div class="heading"><strong>RuneBlog::Post#self.load</strong> performs a nil-check (NilCheck)</div>
|
652
|
-
<small class="text-muted pull-right">Line [19]</small>
|
653
|
-
<p>
|
654
|
-
<small>post.rb</small>
|
655
|
-
</p>
|
656
|
-
</div>
|
657
|
-
</div>
|
658
|
-
|
659
|
-
<div class="list-item">
|
660
|
-
<div class="content">
|
661
|
-
<div class="heading"><strong>RuneBlog::Post#build</strong> has approx 21 statements (TooManyStatements)</div>
|
662
|
-
<small class="text-muted pull-right">Line [119]</small>
|
663
|
-
<p>
|
664
|
-
<small>post.rb</small>
|
665
|
-
</p>
|
666
|
-
</div>
|
667
|
-
</div>
|
668
|
-
|
669
|
-
<div class="list-item">
|
670
|
-
<div class="content">
|
671
|
-
<div class="heading"><strong>RuneBlog::Post#create_draft</strong> has approx 6 statements (TooManyStatements)</div>
|
672
|
-
<small class="text-muted pull-right">Line [98]</small>
|
673
|
-
<p>
|
674
|
-
<small>post.rb</small>
|
675
|
-
</p>
|
676
|
-
</div>
|
677
|
-
</div>
|
678
|
-
|
679
|
-
<div class="list-item">
|
680
|
-
<div class="content">
|
681
|
-
<div class="heading"><strong>RuneBlog::Post#edit</strong> has approx 6 statements (TooManyStatements)</div>
|
682
|
-
<small class="text-muted pull-right">Line [110]</small>
|
683
|
-
<p>
|
684
|
-
<small>post.rb</small>
|
685
|
-
</p>
|
686
|
-
</div>
|
687
|
-
</div>
|
688
|
-
|
689
|
-
<div class="list-item">
|
690
|
-
<div class="content">
|
691
|
-
<div class="heading"><strong>RuneBlog::Post#new_metadata</strong> has approx 11 statements (TooManyStatements)</div>
|
692
|
-
<small class="text-muted pull-right">Line [84]</small>
|
693
|
-
<p>
|
694
|
-
<small>post.rb</small>
|
695
|
-
</p>
|
696
|
-
</div>
|
697
|
-
</div>
|
698
|
-
|
699
|
-
<div class="list-item">
|
700
|
-
<div class="content">
|
701
|
-
<div class="heading"><strong>RuneBlog::Post#self.create</strong> has approx 6 statements (TooManyStatements)</div>
|
702
|
-
<small class="text-muted pull-right">Line [73]</small>
|
703
|
-
<p>
|
704
|
-
<small>post.rb</small>
|
705
|
-
</p>
|
706
|
-
</div>
|
707
|
-
</div>
|
708
|
-
|
709
|
-
<div class="list-item">
|
710
|
-
<div class="content">
|
711
|
-
<div class="heading"><strong>RuneBlog::Post#self.load</strong> has approx 14 statements (TooManyStatements)</div>
|
712
|
-
<small class="text-muted pull-right">Line [18]</small>
|
713
|
-
<p>
|
714
|
-
<small>post.rb</small>
|
715
|
-
</p>
|
716
|
-
</div>
|
717
|
-
</div>
|
718
|
-
|
719
|
-
<div class="list-item">
|
720
|
-
<div class="content">
|
721
|
-
<div class="heading"><strong>RuneBlog::Post#write_metadata</strong> has approx 15 statements (TooManyStatements)</div>
|
722
|
-
<small class="text-muted pull-right">Line [48]</small>
|
723
|
-
<p>
|
724
|
-
<small>post.rb</small>
|
725
|
-
</p>
|
726
|
-
</div>
|
727
|
-
</div>
|
728
|
-
|
729
|
-
<div class="list-item">
|
730
|
-
<div class="content">
|
731
|
-
<div class="heading"><strong>RuneBlog::Post#write_metadata</strong> has the variable name 'f2' (UncommunicativeVariableName)</div>
|
732
|
-
<small class="text-muted pull-right">Line [64]</small>
|
733
|
-
<p>
|
734
|
-
<small>post.rb</small>
|
735
|
-
</p>
|
736
|
-
</div>
|
737
|
-
</div>
|
738
|
-
|
739
|
-
<div class="list-item">
|
740
|
-
<div class="content">
|
741
|
-
<div class="heading"><strong>RuneBlog::Post#write_metadata</strong> has the variable name 'fname2' (UncommunicativeVariableName)</div>
|
742
|
-
<small class="text-muted pull-right">Line [51]</small>
|
743
|
-
<p>
|
744
|
-
<small>post.rb</small>
|
745
|
-
</p>
|
746
|
-
</div>
|
747
|
-
</div>
|
748
|
-
|
749
|
-
<div class="list-item">
|
750
|
-
<div class="content">
|
751
|
-
<div class="heading"><strong>RuneBlog::Publishing#initialize</strong> calls 'params[0]' 2 times (DuplicateMethodCall)</div>
|
752
|
-
<small class="text-muted pull-right">Line [13, 14]</small>
|
753
|
-
<p>
|
754
|
-
<small>publish.rb</small>
|
755
|
-
</p>
|
756
|
-
</div>
|
757
|
-
</div>
|
758
|
-
|
759
|
-
<div class="list-item">
|
760
|
-
<div class="content">
|
761
|
-
<div class="heading"><strong>RuneBlog::Publishing#publish</strong> calls '@blog.view' 2 times (DuplicateMethodCall)</div>
|
762
|
-
<small class="text-muted pull-right">Line [41, 57]</small>
|
763
|
-
<p>
|
764
|
-
<small>publish.rb</small>
|
765
|
-
</p>
|
766
|
-
</div>
|
767
|
-
</div>
|
768
|
-
|
769
|
-
<div class="list-item">
|
770
|
-
<div class="content">
|
771
|
-
<div class="heading"><strong>RuneBlog::Publishing#publish</strong> calls 'system!(cmd)' 2 times (DuplicateMethodCall)</div>
|
772
|
-
<small class="text-muted pull-right">Line [50, 54]</small>
|
773
|
-
<p>
|
774
|
-
<small>publish.rb</small>
|
775
|
-
</p>
|
776
|
-
</div>
|
777
|
-
</div>
|
778
|
-
|
779
|
-
<div class="list-item">
|
780
|
-
<div class="content">
|
781
|
-
<div class="heading"><strong>RuneBlog::Publishing</strong> has no descriptive comment (IrresponsibleModule)</div>
|
782
|
-
<small class="text-muted pull-right">Line [4]</small>
|
783
|
-
<p>
|
784
|
-
<small>publish.rb</small>
|
785
|
-
</p>
|
786
|
-
</div>
|
787
|
-
</div>
|
788
|
-
|
789
|
-
<div class="list-item">
|
790
|
-
<div class="content">
|
791
|
-
<div class="heading"><strong>RuneBlog::Publishing</strong> has missing safe method 'system!' (MissingSafeMethod)</div>
|
792
|
-
<small class="text-muted pull-right">Line [32]</small>
|
793
|
-
<p>
|
794
|
-
<small>publish.rb</small>
|
795
|
-
</p>
|
796
|
-
</div>
|
797
|
-
</div>
|
798
|
-
|
799
|
-
<div class="list-item">
|
800
|
-
<div class="content">
|
801
|
-
<div class="heading"><strong>RuneBlog::Publishing</strong> has at least 6 instance variables (TooManyInstanceVariables)</div>
|
802
|
-
<small class="text-muted pull-right">Line [4]</small>
|
803
|
-
<p>
|
804
|
-
<small>publish.rb</small>
|
805
|
-
</p>
|
806
|
-
</div>
|
807
|
-
</div>
|
808
|
-
|
809
|
-
<div class="list-item">
|
810
|
-
<div class="content">
|
811
|
-
<div class="heading"><strong>RuneBlog::Publishing#publish</strong> has approx 16 statements (TooManyStatements)</div>
|
812
|
-
<small class="text-muted pull-right">Line [39]</small>
|
813
|
-
<p>
|
814
|
-
<small>publish.rb</small>
|
815
|
-
</p>
|
816
|
-
</div>
|
817
|
-
</div>
|
818
|
-
|
819
|
-
<div class="list-item">
|
820
|
-
<div class="content">
|
821
|
-
<div class="heading"><strong>RuneBlog::Publishing#remote_permissions?</strong> has approx 7 statements (TooManyStatements)</div>
|
822
|
-
<small class="text-muted pull-right">Line [68]</small>
|
823
|
-
<p>
|
824
|
-
<small>publish.rb</small>
|
825
|
-
</p>
|
826
|
-
</div>
|
827
|
-
</div>
|
828
|
-
|
829
|
-
<div class="list-item">
|
830
|
-
<div class="content">
|
831
|
-
<div class="heading"><strong>RuneBlog::Publishing#remote_permissions?</strong> has the variable name 'try1' (UncommunicativeVariableName)</div>
|
832
|
-
<small class="text-muted pull-right">Line [71]</small>
|
833
|
-
<p>
|
834
|
-
<small>publish.rb</small>
|
835
|
-
</p>
|
836
|
-
</div>
|
837
|
-
</div>
|
838
|
-
|
839
|
-
<div class="list-item">
|
840
|
-
<div class="content">
|
841
|
-
<div class="heading"><strong>RuneBlog::Publishing#remote_permissions?</strong> has the variable name 'try2' (UncommunicativeVariableName)</div>
|
842
|
-
<small class="text-muted pull-right">Line [73]</small>
|
843
|
-
<p>
|
844
|
-
<small>publish.rb</small>
|
845
|
-
</p>
|
846
|
-
</div>
|
847
|
-
</div>
|
848
|
-
|
849
|
-
<div class="list-item">
|
850
|
-
<div class="content">
|
851
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_INVALID</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
852
|
-
<small class="text-muted pull-right">Line [328]</small>
|
853
|
-
<p>
|
854
|
-
<small>repl.rb</small>
|
855
|
-
</p>
|
856
|
-
</div>
|
857
|
-
</div>
|
858
|
-
|
859
|
-
<div class="list-item">
|
860
|
-
<div class="content">
|
861
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_browse</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
862
|
-
<small class="text-muted pull-right">Line [74]</small>
|
863
|
-
<p>
|
864
|
-
<small>repl.rb</small>
|
865
|
-
</p>
|
866
|
-
</div>
|
867
|
-
</div>
|
868
|
-
|
869
|
-
<div class="list-item">
|
870
|
-
<div class="content">
|
871
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_change_view</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
872
|
-
<small class="text-muted pull-right">Line [148]</small>
|
873
|
-
<p>
|
874
|
-
<small>repl.rb</small>
|
875
|
-
</p>
|
876
|
-
</div>
|
877
|
-
</div>
|
878
|
-
|
879
|
-
<div class="list-item">
|
880
|
-
<div class="content">
|
881
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_clear</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
882
|
-
<small class="text-muted pull-right">Line [25]</small>
|
883
|
-
<p>
|
884
|
-
<small>repl.rb</small>
|
885
|
-
</p>
|
886
|
-
</div>
|
887
|
-
</div>
|
888
|
-
|
889
|
-
<div class="list-item">
|
890
|
-
<div class="content">
|
891
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_config</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
892
|
-
<small class="text-muted pull-right">Line [39]</small>
|
893
|
-
<p>
|
894
|
-
<small>repl.rb</small>
|
895
|
-
</p>
|
896
|
-
</div>
|
897
|
-
</div>
|
898
|
-
|
899
|
-
<div class="list-item">
|
900
|
-
<div class="content">
|
901
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_customize</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
902
|
-
<small class="text-muted pull-right">Line [50]</small>
|
903
|
-
<p>
|
904
|
-
<small>repl.rb</small>
|
905
|
-
</p>
|
906
|
-
</div>
|
907
|
-
</div>
|
908
|
-
|
909
|
-
<div class="list-item">
|
910
|
-
<div class="content">
|
911
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_edit_post</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
912
|
-
<small class="text-muted pull-right">Line [217]</small>
|
913
|
-
<p>
|
914
|
-
<small>repl.rb</small>
|
915
|
-
</p>
|
916
|
-
</div>
|
917
|
-
</div>
|
918
|
-
|
919
|
-
<div class="list-item">
|
920
|
-
<div class="content">
|
921
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_help</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
922
|
-
<small class="text-muted pull-right">Line [336]</small>
|
923
|
-
<p>
|
924
|
-
<small>repl.rb</small>
|
925
|
-
</p>
|
926
|
-
</div>
|
927
|
-
</div>
|
928
|
-
|
929
|
-
<div class="list-item">
|
930
|
-
<div class="content">
|
931
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_import</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
932
|
-
<small class="text-muted pull-right">Line [68]</small>
|
933
|
-
<p>
|
934
|
-
<small>repl.rb</small>
|
935
|
-
</p>
|
936
|
-
</div>
|
937
|
-
</div>
|
938
|
-
|
939
|
-
<div class="list-item">
|
940
|
-
<div class="content">
|
941
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_kill</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
942
|
-
<small class="text-muted pull-right">Line [191]</small>
|
943
|
-
<p>
|
944
|
-
<small>repl.rb</small>
|
945
|
-
</p>
|
946
|
-
</div>
|
947
|
-
</div>
|
948
|
-
|
949
|
-
<div class="list-item">
|
950
|
-
<div class="content">
|
951
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_list_assets</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
952
|
-
<small class="text-muted pull-right">Line [302]</small>
|
953
|
-
<p>
|
954
|
-
<small>repl.rb</small>
|
955
|
-
</p>
|
956
|
-
</div>
|
957
|
-
</div>
|
958
|
-
|
959
|
-
<div class="list-item">
|
960
|
-
<div class="content">
|
961
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_list_drafts</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
962
|
-
<small class="text-muted pull-right">Line [281]</small>
|
963
|
-
<p>
|
964
|
-
<small>repl.rb</small>
|
965
|
-
</p>
|
966
|
-
</div>
|
967
|
-
</div>
|
968
|
-
|
969
|
-
<div class="list-item">
|
970
|
-
<div class="content">
|
971
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_list_posts</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
972
|
-
<small class="text-muted pull-right">Line [258]</small>
|
973
|
-
<p>
|
974
|
-
<small>repl.rb</small>
|
975
|
-
</p>
|
976
|
-
</div>
|
977
|
-
</div>
|
978
|
-
|
979
|
-
<div class="list-item">
|
980
|
-
<div class="content">
|
981
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_list_views</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
982
|
-
<small class="text-muted pull-right">Line [244]</small>
|
983
|
-
<p>
|
984
|
-
<small>repl.rb</small>
|
985
|
-
</p>
|
986
|
-
</div>
|
987
|
-
</div>
|
988
|
-
|
989
|
-
<div class="list-item">
|
990
|
-
<div class="content">
|
991
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_new_post</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
992
|
-
<small class="text-muted pull-right">Line [179]</small>
|
993
|
-
<p>
|
994
|
-
<small>repl.rb</small>
|
995
|
-
</p>
|
996
|
-
</div>
|
997
|
-
</div>
|
998
|
-
|
999
|
-
<div class="list-item">
|
1000
|
-
<div class="content">
|
1001
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_new_view</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
1002
|
-
<small class="text-muted pull-right">Line [170]</small>
|
1003
|
-
<p>
|
1004
|
-
<small>repl.rb</small>
|
1005
|
-
</p>
|
1006
|
-
</div>
|
1007
|
-
</div>
|
1008
|
-
|
1009
|
-
<div class="list-item">
|
1010
|
-
<div class="content">
|
1011
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_preview</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
1012
|
-
<small class="text-muted pull-right">Line [88]</small>
|
1013
|
-
<p>
|
1014
|
-
<small>repl.rb</small>
|
1015
|
-
</p>
|
1016
|
-
</div>
|
1017
|
-
</div>
|
1018
|
-
|
1019
|
-
<div class="list-item">
|
1020
|
-
<div class="content">
|
1021
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_publish</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
1022
|
-
<small class="text-muted pull-right">Line [97]</small>
|
1023
|
-
<p>
|
1024
|
-
<small>repl.rb</small>
|
1025
|
-
</p>
|
1026
|
-
</div>
|
1027
|
-
</div>
|
1028
|
-
|
1029
|
-
<div class="list-item">
|
1030
|
-
<div class="content">
|
1031
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_quit</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
1032
|
-
<small class="text-muted pull-right">Line [17]</small>
|
1033
|
-
<p>
|
1034
|
-
<small>repl.rb</small>
|
1035
|
-
</p>
|
1036
|
-
</div>
|
1037
|
-
</div>
|
1038
|
-
|
1039
|
-
<div class="list-item">
|
1040
|
-
<div class="content">
|
1041
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_rebuild</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
1042
|
-
<small class="text-muted pull-right">Line [130]</small>
|
1043
|
-
<p>
|
1044
|
-
<small>repl.rb</small>
|
1045
|
-
</p>
|
1046
|
-
</div>
|
1047
|
-
</div>
|
1048
|
-
|
1049
|
-
<div class="list-item">
|
1050
|
-
<div class="content">
|
1051
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_relink</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
1052
|
-
<small class="text-muted pull-right">Line [141]</small>
|
1053
|
-
<p>
|
1054
|
-
<small>repl.rb</small>
|
1055
|
-
</p>
|
1056
|
-
</div>
|
1057
|
-
</div>
|
1058
|
-
|
1059
|
-
<div class="list-item">
|
1060
|
-
<div class="content">
|
1061
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_remove_post</strong> has boolean parameter 'safe' (BooleanParameter)</div>
|
1062
|
-
<small class="text-muted pull-right">Line [205]</small>
|
1063
|
-
<p>
|
1064
|
-
<small>repl.rb</small>
|
1065
|
-
</p>
|
1066
|
-
</div>
|
1067
|
-
</div>
|
1068
|
-
|
1069
|
-
<div class="list-item">
|
1070
|
-
<div class="content">
|
1071
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_remove_post</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
1072
|
-
<small class="text-muted pull-right">Line [205]</small>
|
1073
|
-
<p>
|
1074
|
-
<small>repl.rb</small>
|
1075
|
-
</p>
|
1076
|
-
</div>
|
1077
|
-
</div>
|
1078
|
-
|
1079
|
-
<div class="list-item">
|
1080
|
-
<div class="content">
|
1081
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_ssh</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
1082
|
-
<small class="text-muted pull-right">Line [323]</small>
|
1083
|
-
<p>
|
1084
|
-
<small>repl.rb</small>
|
1085
|
-
</p>
|
1086
|
-
</div>
|
1087
|
-
</div>
|
1088
|
-
|
1089
|
-
<div class="list-item">
|
1090
|
-
<div class="content">
|
1091
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_tags</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
1092
|
-
<small class="text-muted pull-right">Line [63]</small>
|
1093
|
-
<p>
|
1094
|
-
<small>repl.rb</small>
|
1095
|
-
</p>
|
1096
|
-
</div>
|
1097
|
-
</div>
|
1098
|
-
|
1099
|
-
<div class="list-item">
|
1100
|
-
<div class="content">
|
1101
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_version</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
1102
|
-
<small class="text-muted pull-right">Line [31]</small>
|
1103
|
-
<p>
|
1104
|
-
<small>repl.rb</small>
|
1105
|
-
</p>
|
1106
|
-
</div>
|
1107
|
-
</div>
|
1108
|
-
|
1109
|
-
<div class="list-item">
|
1110
|
-
<div class="content">
|
1111
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_change_view</strong> is controlled by argument 'testing' (ControlParameter)</div>
|
1112
|
-
<small class="text-muted pull-right">Line [155, 158, 164]</small>
|
1113
|
-
<p>
|
1114
|
-
<small>repl.rb</small>
|
1115
|
-
</p>
|
1116
|
-
</div>
|
1117
|
-
</div>
|
1118
|
-
|
1119
|
-
<div class="list-item">
|
1120
|
-
<div class="content">
|
1121
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_edit_post</strong> is controlled by argument 'testing' (ControlParameter)</div>
|
1122
|
-
<small class="text-muted pull-right">Line [228, 234]</small>
|
1123
|
-
<p>
|
1124
|
-
<small>repl.rb</small>
|
1125
|
-
</p>
|
1126
|
-
</div>
|
1127
|
-
</div>
|
1128
|
-
|
1129
|
-
<div class="list-item">
|
1130
|
-
<div class="content">
|
1131
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_help</strong> is controlled by argument 'testing' (ControlParameter)</div>
|
1132
|
-
<small class="text-muted pull-right">Line [380, 386]</small>
|
1133
|
-
<p>
|
1134
|
-
<small>repl.rb</small>
|
1135
|
-
</p>
|
1136
|
-
</div>
|
1137
|
-
</div>
|
1138
|
-
|
1139
|
-
<div class="list-item">
|
1140
|
-
<div class="content">
|
1141
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_list_assets</strong> is controlled by argument 'testing' (ControlParameter)</div>
|
1142
|
-
<small class="text-muted pull-right">Line [309, 312, 316, 319]</small>
|
1143
|
-
<p>
|
1144
|
-
<small>repl.rb</small>
|
1145
|
-
</p>
|
1146
|
-
</div>
|
1147
|
-
</div>
|
1148
|
-
|
1149
|
-
<div class="list-item">
|
1150
|
-
<div class="content">
|
1151
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_list_drafts</strong> is controlled by argument 'testing' (ControlParameter)</div>
|
1152
|
-
<small class="text-muted pull-right">Line [287, 290, 295, 298]</small>
|
1153
|
-
<p>
|
1154
|
-
<small>repl.rb</small>
|
1155
|
-
</p>
|
1156
|
-
</div>
|
1157
|
-
</div>
|
1158
|
-
|
1159
|
-
<div class="list-item">
|
1160
|
-
<div class="content">
|
1161
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_list_posts</strong> is controlled by argument 'testing' (ControlParameter)</div>
|
1162
|
-
<small class="text-muted pull-right">Line [264, 265, 268, 274, 277]</small>
|
1163
|
-
<p>
|
1164
|
-
<small>repl.rb</small>
|
1165
|
-
</p>
|
1166
|
-
</div>
|
1167
|
-
</div>
|
1168
|
-
|
1169
|
-
<div class="list-item">
|
1170
|
-
<div class="content">
|
1171
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_list_views</strong> is controlled by argument 'testing' (ControlParameter)</div>
|
1172
|
-
<small class="text-muted pull-right">Line [247, 252, 254]</small>
|
1173
|
-
<p>
|
1174
|
-
<small>repl.rb</small>
|
1175
|
-
</p>
|
1176
|
-
</div>
|
1177
|
-
</div>
|
1178
|
-
|
1179
|
-
<div class="list-item">
|
1180
|
-
<div class="content">
|
1181
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_rebuild</strong> is controlled by argument 'testing' (ControlParameter)</div>
|
1182
|
-
<small class="text-muted pull-right">Line [134]</small>
|
1183
|
-
<p>
|
1184
|
-
<small>repl.rb</small>
|
1185
|
-
</p>
|
1186
|
-
</div>
|
1187
|
-
</div>
|
1188
|
-
|
1189
|
-
<div class="list-item">
|
1190
|
-
<div class="content">
|
1191
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_version</strong> is controlled by argument 'testing' (ControlParameter)</div>
|
1192
|
-
<small class="text-muted pull-right">Line [35]</small>
|
1193
|
-
<p>
|
1194
|
-
<small>repl.rb</small>
|
1195
|
-
</p>
|
1196
|
-
</div>
|
1197
|
-
</div>
|
1198
|
-
|
1199
|
-
<div class="list-item">
|
1200
|
-
<div class="content">
|
1201
|
-
<div class="heading"><strong>RuneBlog::REPL</strong> takes parameters ['arg', 'testing'] to 25 methods (DataClump)</div>
|
1202
|
-
<small class="text-muted pull-right">Line [17, 25, 31, 39, 50, 63, 68, 74, 88, 97, 130, 141, 148, 170, 179, 191, 205, 217, 244, 258, 281, 302, 323, 328, 336]</small>
|
1203
|
-
<p>
|
1204
|
-
<small>repl.rb</small>
|
1205
|
-
</p>
|
1206
|
-
</div>
|
1207
|
-
</div>
|
1208
|
-
|
1209
|
-
<div class="list-item">
|
1210
|
-
<div class="content">
|
1211
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_change_view</strong> calls '@blog.view' 3 times (DuplicateMethodCall)</div>
|
1212
|
-
<small class="text-muted pull-right">Line [153, 154, 163]</small>
|
1213
|
-
<p>
|
1214
|
-
<small>repl.rb</small>
|
1215
|
-
</p>
|
1216
|
-
</div>
|
1217
|
-
</div>
|
1218
|
-
|
1219
|
-
<div class="list-item">
|
1220
|
-
<div class="content">
|
1221
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_change_view</strong> calls '@blog.view.name' 3 times (DuplicateMethodCall)</div>
|
1222
|
-
<small class="text-muted pull-right">Line [153, 154, 163]</small>
|
1223
|
-
<p>
|
1224
|
-
<small>repl.rb</small>
|
1225
|
-
</p>
|
1226
|
-
</div>
|
1227
|
-
</div>
|
1228
|
-
|
1229
|
-
<div class="list-item">
|
1230
|
-
<div class="content">
|
1231
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_clear</strong> calls 'STDSCR.cwin' 2 times (DuplicateMethodCall)</div>
|
1232
|
-
<small class="text-muted pull-right">Line [27, 28]</small>
|
1233
|
-
<p>
|
1234
|
-
<small>repl.rb</small>
|
1235
|
-
</p>
|
1236
|
-
</div>
|
1237
|
-
</div>
|
1238
|
-
|
1239
|
-
<div class="list-item">
|
1240
|
-
<div class="content">
|
1241
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_customize</strong> calls '@blog.view' 2 times (DuplicateMethodCall)</div>
|
1242
|
-
<small class="text-muted pull-right">Line [52, 53]</small>
|
1243
|
-
<p>
|
1244
|
-
<small>repl.rb</small>
|
1245
|
-
</p>
|
1246
|
-
</div>
|
1247
|
-
</div>
|
1248
|
-
|
1249
|
-
<div class="list-item">
|
1250
|
-
<div class="content">
|
1251
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_edit_post</strong> calls '@blog.root' 2 times (DuplicateMethodCall)</div>
|
1252
|
-
<small class="text-muted pull-right">Line [222, 239]</small>
|
1253
|
-
<p>
|
1254
|
-
<small>repl.rb</small>
|
1255
|
-
</p>
|
1256
|
-
</div>
|
1257
|
-
</div>
|
1258
|
-
|
1259
|
-
<div class="list-item">
|
1260
|
-
<div class="content">
|
1261
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_edit_post</strong> calls 'output msg' 2 times (DuplicateMethodCall)</div>
|
1262
|
-
<small class="text-muted pull-right">Line [227, 233]</small>
|
1263
|
-
<p>
|
1264
|
-
<small>repl.rb</small>
|
1265
|
-
</p>
|
1266
|
-
</div>
|
1267
|
-
</div>
|
1268
|
-
|
1269
|
-
<div class="list-item">
|
1270
|
-
<div class="content">
|
1271
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_edit_post</strong> calls 'puts msg' 2 times (DuplicateMethodCall)</div>
|
1272
|
-
<small class="text-muted pull-right">Line [228, 234]</small>
|
1273
|
-
<p>
|
1274
|
-
<small>repl.rb</small>
|
1275
|
-
</p>
|
1276
|
-
</div>
|
1277
|
-
</div>
|
1278
|
-
|
1279
|
-
<div class="list-item">
|
1280
|
-
<div class="content">
|
1281
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_list_drafts</strong> calls 'draft.sub(/.lt3$/, "")' 2 times (DuplicateMethodCall)</div>
|
1282
|
-
<small class="text-muted pull-right">Line [292, 293]</small>
|
1283
|
-
<p>
|
1284
|
-
<small>repl.rb</small>
|
1285
|
-
</p>
|
1286
|
-
</div>
|
1287
|
-
</div>
|
1288
|
-
|
1289
|
-
<div class="list-item">
|
1290
|
-
<div class="content">
|
1291
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_new_view</strong> calls '@blog.view' 3 times (DuplicateMethodCall)</div>
|
1292
|
-
<small class="text-muted pull-right">Line [174, 175, 175]</small>
|
1293
|
-
<p>
|
1294
|
-
<small>repl.rb</small>
|
1295
|
-
</p>
|
1296
|
-
</div>
|
1297
|
-
</div>
|
1298
|
-
|
1299
|
-
<div class="list-item">
|
1300
|
-
<div class="content">
|
1301
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_publish</strong> calls '@blog.view' 6 times (DuplicateMethodCall)</div>
|
1302
|
-
<small class="text-muted pull-right">Line [101, 102, 103, 107, 118, 121]</small>
|
1303
|
-
<p>
|
1304
|
-
<small>repl.rb</small>
|
1305
|
-
</p>
|
1306
|
-
</div>
|
1307
|
-
</div>
|
1308
|
-
|
1309
|
-
<div class="list-item">
|
1310
|
-
<div class="content">
|
1311
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_publish</strong> calls '@blog.view.name' 2 times (DuplicateMethodCall)</div>
|
1312
|
-
<small class="text-muted pull-right">Line [102, 103]</small>
|
1313
|
-
<p>
|
1314
|
-
<small>repl.rb</small>
|
1315
|
-
</p>
|
1316
|
-
</div>
|
1317
|
-
</div>
|
1318
|
-
|
1319
|
-
<div class="list-item">
|
1320
|
-
<div class="content">
|
1321
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_browse</strong> performs a nil-check (NilCheck)</div>
|
1322
|
-
<small class="text-muted pull-right">Line [78]</small>
|
1323
|
-
<p>
|
1324
|
-
<small>repl.rb</small>
|
1325
|
-
</p>
|
1326
|
-
</div>
|
1327
|
-
</div>
|
1328
|
-
|
1329
|
-
<div class="list-item">
|
1330
|
-
<div class="content">
|
1331
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_change_view</strong> performs a nil-check (NilCheck)</div>
|
1332
|
-
<small class="text-muted pull-right">Line [151]</small>
|
1333
|
-
<p>
|
1334
|
-
<small>repl.rb</small>
|
1335
|
-
</p>
|
1336
|
-
</div>
|
1337
|
-
</div>
|
1338
|
-
|
1339
|
-
<div class="list-item">
|
1340
|
-
<div class="content">
|
1341
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_remove_post</strong> performs a nil-check (NilCheck)</div>
|
1342
|
-
<small class="text-muted pull-right">Line [210]</small>
|
1343
|
-
<p>
|
1344
|
-
<small>repl.rb</small>
|
1345
|
-
</p>
|
1346
|
-
</div>
|
1347
|
-
</div>
|
1348
|
-
|
1349
|
-
<div class="list-item">
|
1350
|
-
<div class="content">
|
1351
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_browse</strong> has approx 9 statements (TooManyStatements)</div>
|
1352
|
-
<small class="text-muted pull-right">Line [74]</small>
|
1353
|
-
<p>
|
1354
|
-
<small>repl.rb</small>
|
1355
|
-
</p>
|
1356
|
-
</div>
|
1357
|
-
</div>
|
1358
|
-
|
1359
|
-
<div class="list-item">
|
1360
|
-
<div class="content">
|
1361
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_change_view</strong> has approx 14 statements (TooManyStatements)</div>
|
1362
|
-
<small class="text-muted pull-right">Line [148]</small>
|
1363
|
-
<p>
|
1364
|
-
<small>repl.rb</small>
|
1365
|
-
</p>
|
1366
|
-
</div>
|
1367
|
-
</div>
|
1368
|
-
|
1369
|
-
<div class="list-item">
|
1370
|
-
<div class="content">
|
1371
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_customize</strong> has approx 9 statements (TooManyStatements)</div>
|
1372
|
-
<small class="text-muted pull-right">Line [50]</small>
|
1373
|
-
<p>
|
1374
|
-
<small>repl.rb</small>
|
1375
|
-
</p>
|
1376
|
-
</div>
|
1377
|
-
</div>
|
1378
|
-
|
1379
|
-
<div class="list-item">
|
1380
|
-
<div class="content">
|
1381
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_edit_post</strong> has approx 19 statements (TooManyStatements)</div>
|
1382
|
-
<small class="text-muted pull-right">Line [217]</small>
|
1383
|
-
<p>
|
1384
|
-
<small>repl.rb</small>
|
1385
|
-
</p>
|
1386
|
-
</div>
|
1387
|
-
</div>
|
1388
|
-
|
1389
|
-
<div class="list-item">
|
1390
|
-
<div class="content">
|
1391
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_help</strong> has approx 12 statements (TooManyStatements)</div>
|
1392
|
-
<small class="text-muted pull-right">Line [336]</small>
|
1393
|
-
<p>
|
1394
|
-
<small>repl.rb</small>
|
1395
|
-
</p>
|
1396
|
-
</div>
|
1397
|
-
</div>
|
1398
|
-
|
1399
|
-
<div class="list-item">
|
1400
|
-
<div class="content">
|
1401
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_kill</strong> has approx 7 statements (TooManyStatements)</div>
|
1402
|
-
<small class="text-muted pull-right">Line [191]</small>
|
1403
|
-
<p>
|
1404
|
-
<small>repl.rb</small>
|
1405
|
-
</p>
|
1406
|
-
</div>
|
1407
|
-
</div>
|
1408
|
-
|
1409
|
-
<div class="list-item">
|
1410
|
-
<div class="content">
|
1411
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_list_assets</strong> has approx 14 statements (TooManyStatements)</div>
|
1412
|
-
<small class="text-muted pull-right">Line [302]</small>
|
1413
|
-
<p>
|
1414
|
-
<small>repl.rb</small>
|
1415
|
-
</p>
|
1416
|
-
</div>
|
1417
|
-
</div>
|
1418
|
-
|
1419
|
-
<div class="list-item">
|
1420
|
-
<div class="content">
|
1421
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_list_drafts</strong> has approx 14 statements (TooManyStatements)</div>
|
1422
|
-
<small class="text-muted pull-right">Line [281]</small>
|
1423
|
-
<p>
|
1424
|
-
<small>repl.rb</small>
|
1425
|
-
</p>
|
1426
|
-
</div>
|
1427
|
-
</div>
|
1428
|
-
|
1429
|
-
<div class="list-item">
|
1430
|
-
<div class="content">
|
1431
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_list_posts</strong> has approx 16 statements (TooManyStatements)</div>
|
1432
|
-
<small class="text-muted pull-right">Line [258]</small>
|
1433
|
-
<p>
|
1434
|
-
<small>repl.rb</small>
|
1435
|
-
</p>
|
1436
|
-
</div>
|
1437
|
-
</div>
|
1438
|
-
|
1439
|
-
<div class="list-item">
|
1440
|
-
<div class="content">
|
1441
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_list_views</strong> has approx 10 statements (TooManyStatements)</div>
|
1442
|
-
<small class="text-muted pull-right">Line [244]</small>
|
1443
|
-
<p>
|
1444
|
-
<small>repl.rb</small>
|
1445
|
-
</p>
|
1446
|
-
</div>
|
1447
|
-
</div>
|
1448
|
-
|
1449
|
-
<div class="list-item">
|
1450
|
-
<div class="content">
|
1451
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_new_post</strong> has approx 9 statements (TooManyStatements)</div>
|
1452
|
-
<small class="text-muted pull-right">Line [179]</small>
|
1453
|
-
<p>
|
1454
|
-
<small>repl.rb</small>
|
1455
|
-
</p>
|
1456
|
-
</div>
|
1457
|
-
</div>
|
1458
|
-
|
1459
|
-
<div class="list-item">
|
1460
|
-
<div class="content">
|
1461
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_new_view</strong> has approx 6 statements (TooManyStatements)</div>
|
1462
|
-
<small class="text-muted pull-right">Line [170]</small>
|
1463
|
-
<p>
|
1464
|
-
<small>repl.rb</small>
|
1465
|
-
</p>
|
1466
|
-
</div>
|
1467
|
-
</div>
|
1468
|
-
|
1469
|
-
<div class="list-item">
|
1470
|
-
<div class="content">
|
1471
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_preview</strong> has approx 6 statements (TooManyStatements)</div>
|
1472
|
-
<small class="text-muted pull-right">Line [88]</small>
|
1473
|
-
<p>
|
1474
|
-
<small>repl.rb</small>
|
1475
|
-
</p>
|
1476
|
-
</div>
|
1477
|
-
</div>
|
1478
|
-
|
1479
|
-
<div class="list-item">
|
1480
|
-
<div class="content">
|
1481
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_publish</strong> has approx 21 statements (TooManyStatements)</div>
|
1482
|
-
<small class="text-muted pull-right">Line [97]</small>
|
1483
|
-
<p>
|
1484
|
-
<small>repl.rb</small>
|
1485
|
-
</p>
|
1486
|
-
</div>
|
1487
|
-
</div>
|
1488
|
-
|
1489
|
-
<div class="list-item">
|
1490
|
-
<div class="content">
|
1491
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_rebuild</strong> has approx 9 statements (TooManyStatements)</div>
|
1492
|
-
<small class="text-muted pull-right">Line [130]</small>
|
1493
|
-
<p>
|
1494
|
-
<small>repl.rb</small>
|
1495
|
-
</p>
|
1496
|
-
</div>
|
1497
|
-
</div>
|
1498
|
-
|
1499
|
-
<div class="list-item">
|
1500
|
-
<div class="content">
|
1501
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_INVALID</strong> has the name 'cmd_INVALID' (UncommunicativeMethodName)</div>
|
1502
|
-
<small class="text-muted pull-right">Line [328]</small>
|
1503
|
-
<p>
|
1504
|
-
<small>repl.rb</small>
|
1505
|
-
</p>
|
1506
|
-
</div>
|
1507
|
-
</div>
|
1508
|
-
|
1509
|
-
<div class="list-item">
|
1510
|
-
<div class="content">
|
1511
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_change_view</strong> has the variable name 'k' (UncommunicativeVariableName)</div>
|
1512
|
-
<small class="text-muted pull-right">Line [155]</small>
|
1513
|
-
<p>
|
1514
|
-
<small>repl.rb</small>
|
1515
|
-
</p>
|
1516
|
-
</div>
|
1517
|
-
</div>
|
1518
|
-
|
1519
|
-
<div class="list-item">
|
1520
|
-
<div class="content">
|
1521
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_change_view</strong> has the variable name 'n' (UncommunicativeVariableName)</div>
|
1522
|
-
<small class="text-muted pull-right">Line [153]</small>
|
1523
|
-
<p>
|
1524
|
-
<small>repl.rb</small>
|
1525
|
-
</p>
|
1526
|
-
</div>
|
1527
|
-
</div>
|
1528
|
-
|
1529
|
-
<div class="list-item">
|
1530
|
-
<div class="content">
|
1531
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_change_view</strong> has the variable name 'x' (UncommunicativeVariableName)</div>
|
1532
|
-
<small class="text-muted pull-right">Line [152]</small>
|
1533
|
-
<p>
|
1534
|
-
<small>repl.rb</small>
|
1535
|
-
</p>
|
1536
|
-
</div>
|
1537
|
-
</div>
|
1538
|
-
|
1539
|
-
<div class="list-item">
|
1540
|
-
<div class="content">
|
1541
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_edit_post</strong> has the variable name 'f' (UncommunicativeVariableName)</div>
|
1542
|
-
<small class="text-muted pull-right">Line [224]</small>
|
1543
|
-
<p>
|
1544
|
-
<small>repl.rb</small>
|
1545
|
-
</p>
|
1546
|
-
</div>
|
1547
|
-
</div>
|
1548
|
-
|
1549
|
-
<div class="list-item">
|
1550
|
-
<div class="content">
|
1551
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_help</strong> has the variable name 's1' (UncommunicativeVariableName)</div>
|
1552
|
-
<small class="text-muted pull-right">Line [382]</small>
|
1553
|
-
<p>
|
1554
|
-
<small>repl.rb</small>
|
1555
|
-
</p>
|
1556
|
-
</div>
|
1557
|
-
</div>
|
1558
|
-
|
1559
|
-
<div class="list-item">
|
1560
|
-
<div class="content">
|
1561
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_help</strong> has the variable name 's2' (UncommunicativeVariableName)</div>
|
1562
|
-
<small class="text-muted pull-right">Line [382]</small>
|
1563
|
-
<p>
|
1564
|
-
<small>repl.rb</small>
|
1565
|
-
</p>
|
1566
|
-
</div>
|
1567
|
-
</div>
|
1568
|
-
|
1569
|
-
<div class="list-item">
|
1570
|
-
<div class="content">
|
1571
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_kill</strong> has the variable name 'x' (UncommunicativeVariableName)</div>
|
1572
|
-
<small class="text-muted pull-right">Line [194]</small>
|
1573
|
-
<p>
|
1574
|
-
<small>repl.rb</small>
|
1575
|
-
</p>
|
1576
|
-
</div>
|
1577
|
-
</div>
|
1578
|
-
|
1579
|
-
<div class="list-item">
|
1580
|
-
<div class="content">
|
1581
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_list_views</strong> has the variable name 'v' (UncommunicativeVariableName)</div>
|
1582
|
-
<small class="text-muted pull-right">Line [249, 250, 248]</small>
|
1583
|
-
<p>
|
1584
|
-
<small>repl.rb</small>
|
1585
|
-
</p>
|
1586
|
-
</div>
|
1587
|
-
</div>
|
1588
|
-
|
1589
|
-
<div class="list-item">
|
1590
|
-
<div class="content">
|
1591
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_INVALID</strong> has unused parameter 'testing' (UnusedParameters)</div>
|
1592
|
-
<small class="text-muted pull-right">Line [328]</small>
|
1593
|
-
<p>
|
1594
|
-
<small>repl.rb</small>
|
1595
|
-
</p>
|
1596
|
-
</div>
|
1597
|
-
</div>
|
1598
|
-
|
1599
|
-
<div class="list-item">
|
1600
|
-
<div class="content">
|
1601
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_browse</strong> has unused parameter 'testing' (UnusedParameters)</div>
|
1602
|
-
<small class="text-muted pull-right">Line [74]</small>
|
1603
|
-
<p>
|
1604
|
-
<small>repl.rb</small>
|
1605
|
-
</p>
|
1606
|
-
</div>
|
1607
|
-
</div>
|
1608
|
-
|
1609
|
-
<div class="list-item">
|
1610
|
-
<div class="content">
|
1611
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_clear</strong> has unused parameter 'testing' (UnusedParameters)</div>
|
1612
|
-
<small class="text-muted pull-right">Line [25]</small>
|
1613
|
-
<p>
|
1614
|
-
<small>repl.rb</small>
|
1615
|
-
</p>
|
1616
|
-
</div>
|
1617
|
-
</div>
|
1618
|
-
|
1619
|
-
<div class="list-item">
|
1620
|
-
<div class="content">
|
1621
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_config</strong> has unused parameter 'testing' (UnusedParameters)</div>
|
1622
|
-
<small class="text-muted pull-right">Line [39]</small>
|
1623
|
-
<p>
|
1624
|
-
<small>repl.rb</small>
|
1625
|
-
</p>
|
1626
|
-
</div>
|
1627
|
-
</div>
|
1628
|
-
|
1629
|
-
<div class="list-item">
|
1630
|
-
<div class="content">
|
1631
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_customize</strong> has unused parameter 'arg' (UnusedParameters)</div>
|
1632
|
-
<small class="text-muted pull-right">Line [50]</small>
|
1633
|
-
<p>
|
1634
|
-
<small>repl.rb</small>
|
1635
|
-
</p>
|
1636
|
-
</div>
|
1637
|
-
</div>
|
1638
|
-
|
1639
|
-
<div class="list-item">
|
1640
|
-
<div class="content">
|
1641
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_customize</strong> has unused parameter 'testing' (UnusedParameters)</div>
|
1642
|
-
<small class="text-muted pull-right">Line [50]</small>
|
1643
|
-
<p>
|
1644
|
-
<small>repl.rb</small>
|
1645
|
-
</p>
|
1646
|
-
</div>
|
1647
|
-
</div>
|
1648
|
-
|
1649
|
-
<div class="list-item">
|
1650
|
-
<div class="content">
|
1651
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_import</strong> has unused parameter 'testing' (UnusedParameters)</div>
|
1652
|
-
<small class="text-muted pull-right">Line [68]</small>
|
1653
|
-
<p>
|
1654
|
-
<small>repl.rb</small>
|
1655
|
-
</p>
|
1656
|
-
</div>
|
1657
|
-
</div>
|
1658
|
-
|
1659
|
-
<div class="list-item">
|
1660
|
-
<div class="content">
|
1661
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_kill</strong> has unused parameter 'testing' (UnusedParameters)</div>
|
1662
|
-
<small class="text-muted pull-right">Line [191]</small>
|
1663
|
-
<p>
|
1664
|
-
<small>repl.rb</small>
|
1665
|
-
</p>
|
1666
|
-
</div>
|
1667
|
-
</div>
|
1668
|
-
|
1669
|
-
<div class="list-item">
|
1670
|
-
<div class="content">
|
1671
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_new_post</strong> has unused parameter 'testing' (UnusedParameters)</div>
|
1672
|
-
<small class="text-muted pull-right">Line [179]</small>
|
1673
|
-
<p>
|
1674
|
-
<small>repl.rb</small>
|
1675
|
-
</p>
|
1676
|
-
</div>
|
1677
|
-
</div>
|
1678
|
-
|
1679
|
-
<div class="list-item">
|
1680
|
-
<div class="content">
|
1681
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_new_view</strong> has unused parameter 'testing' (UnusedParameters)</div>
|
1682
|
-
<small class="text-muted pull-right">Line [170]</small>
|
1683
|
-
<p>
|
1684
|
-
<small>repl.rb</small>
|
1685
|
-
</p>
|
1686
|
-
</div>
|
1687
|
-
</div>
|
1688
|
-
|
1689
|
-
<div class="list-item">
|
1690
|
-
<div class="content">
|
1691
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_preview</strong> has unused parameter 'testing' (UnusedParameters)</div>
|
1692
|
-
<small class="text-muted pull-right">Line [88]</small>
|
1693
|
-
<p>
|
1694
|
-
<small>repl.rb</small>
|
1695
|
-
</p>
|
1696
|
-
</div>
|
1697
|
-
</div>
|
1698
|
-
|
1699
|
-
<div class="list-item">
|
1700
|
-
<div class="content">
|
1701
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_quit</strong> has unused parameter 'testing' (UnusedParameters)</div>
|
1702
|
-
<small class="text-muted pull-right">Line [17]</small>
|
1703
|
-
<p>
|
1704
|
-
<small>repl.rb</small>
|
1705
|
-
</p>
|
1706
|
-
</div>
|
1707
|
-
</div>
|
1708
|
-
|
1709
|
-
<div class="list-item">
|
1710
|
-
<div class="content">
|
1711
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_relink</strong> has unused parameter 'testing' (UnusedParameters)</div>
|
1712
|
-
<small class="text-muted pull-right">Line [141]</small>
|
1713
|
-
<p>
|
1714
|
-
<small>repl.rb</small>
|
1715
|
-
</p>
|
1716
|
-
</div>
|
1717
|
-
</div>
|
1718
|
-
|
1719
|
-
<div class="list-item">
|
1720
|
-
<div class="content">
|
1721
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_remove_post</strong> has unused parameter 'safe' (UnusedParameters)</div>
|
1722
|
-
<small class="text-muted pull-right">Line [205]</small>
|
1723
|
-
<p>
|
1724
|
-
<small>repl.rb</small>
|
1725
|
-
</p>
|
1726
|
-
</div>
|
1727
|
-
</div>
|
1728
|
-
|
1729
|
-
<div class="list-item">
|
1730
|
-
<div class="content">
|
1731
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_remove_post</strong> has unused parameter 'testing' (UnusedParameters)</div>
|
1732
|
-
<small class="text-muted pull-right">Line [205]</small>
|
1733
|
-
<p>
|
1734
|
-
<small>repl.rb</small>
|
1735
|
-
</p>
|
1736
|
-
</div>
|
1737
|
-
</div>
|
1738
|
-
|
1739
|
-
<div class="list-item">
|
1740
|
-
<div class="content">
|
1741
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_ssh</strong> has unused parameter 'arg' (UnusedParameters)</div>
|
1742
|
-
<small class="text-muted pull-right">Line [323]</small>
|
1743
|
-
<p>
|
1744
|
-
<small>repl.rb</small>
|
1745
|
-
</p>
|
1746
|
-
</div>
|
1747
|
-
</div>
|
1748
|
-
|
1749
|
-
<div class="list-item">
|
1750
|
-
<div class="content">
|
1751
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_ssh</strong> has unused parameter 'testing' (UnusedParameters)</div>
|
1752
|
-
<small class="text-muted pull-right">Line [323]</small>
|
1753
|
-
<p>
|
1754
|
-
<small>repl.rb</small>
|
1755
|
-
</p>
|
1756
|
-
</div>
|
1757
|
-
</div>
|
1758
|
-
|
1759
|
-
<div class="list-item">
|
1760
|
-
<div class="content">
|
1761
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_tags</strong> has unused parameter 'arg' (UnusedParameters)</div>
|
1762
|
-
<small class="text-muted pull-right">Line [63]</small>
|
1763
|
-
<p>
|
1764
|
-
<small>repl.rb</small>
|
1765
|
-
</p>
|
1766
|
-
</div>
|
1767
|
-
</div>
|
1768
|
-
|
1769
|
-
<div class="list-item">
|
1770
|
-
<div class="content">
|
1771
|
-
<div class="heading"><strong>RuneBlog::REPL#cmd_tags</strong> has unused parameter 'testing' (UnusedParameters)</div>
|
1772
|
-
<small class="text-muted pull-right">Line [63]</small>
|
1773
|
-
<p>
|
1774
|
-
<small>repl.rb</small>
|
1775
|
-
</p>
|
1776
|
-
</div>
|
1777
|
-
</div>
|
1778
|
-
|
1779
|
-
<div class="list-item">
|
1780
|
-
<div class="content">
|
1781
|
-
<div class="heading"><strong>RuneBlog#blog</strong> is a writable attribute (Attribute)</div>
|
1782
|
-
<small class="text-muted pull-right">Line [30]</small>
|
1783
|
-
<p>
|
1784
|
-
<small>runeblog.rb</small>
|
1785
|
-
</p>
|
1786
|
-
</div>
|
1787
|
-
</div>
|
1788
|
-
|
1789
|
-
<div class="list-item">
|
1790
|
-
<div class="content">
|
1791
|
-
<div class="heading"><strong>RuneBlog#post_tags</strong> is a writable attribute (Attribute)</div>
|
1792
|
-
<small class="text-muted pull-right">Line [37]</small>
|
1793
|
-
<p>
|
1794
|
-
<small>runeblog.rb</small>
|
1795
|
-
</p>
|
1796
|
-
</div>
|
1797
|
-
</div>
|
1798
|
-
|
1799
|
-
<div class="list-item">
|
1800
|
-
<div class="content">
|
1801
|
-
<div class="heading"><strong>RuneBlog#post_views</strong> is a writable attribute (Attribute)</div>
|
1802
|
-
<small class="text-muted pull-right">Line [37]</small>
|
1803
|
-
<p>
|
1804
|
-
<small>runeblog.rb</small>
|
1805
|
-
</p>
|
1806
|
-
</div>
|
1807
|
-
</div>
|
1808
|
-
|
1809
|
-
<div class="list-item">
|
1810
|
-
<div class="content">
|
1811
|
-
<div class="heading"><strong>RuneBlog#view</strong> is a writable attribute (Attribute)</div>
|
1812
|
-
<small class="text-muted pull-right">Line [35]</small>
|
1813
|
-
<p>
|
1814
|
-
<small>runeblog.rb</small>
|
1815
|
-
</p>
|
1816
|
-
</div>
|
1817
|
-
</div>
|
1818
|
-
|
1819
|
-
<div class="list-item">
|
1820
|
-
<div class="content">
|
1821
|
-
<div class="heading"><strong>RuneBlog#create_new_post</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
1822
|
-
<small class="text-muted pull-right">Line [175]</small>
|
1823
|
-
<p>
|
1824
|
-
<small>runeblog.rb</small>
|
1825
|
-
</p>
|
1826
|
-
</div>
|
1827
|
-
</div>
|
1828
|
-
|
1829
|
-
<div class="list-item">
|
1830
|
-
<div class="content">
|
1831
|
-
<div class="heading"><strong>RuneBlog#delete_view</strong> has boolean parameter 'force' (BooleanParameter)</div>
|
1832
|
-
<small class="text-muted pull-right">Line [151]</small>
|
1833
|
-
<p>
|
1834
|
-
<small>runeblog.rb</small>
|
1835
|
-
</p>
|
1836
|
-
</div>
|
1837
|
-
</div>
|
1838
|
-
|
1839
|
-
<div class="list-item">
|
1840
|
-
<div class="content">
|
1841
|
-
<div class="heading"><strong>RuneBlog#edit_initial_post</strong> has boolean parameter 'testing' (BooleanParameter)</div>
|
1842
|
-
<small class="text-muted pull-right">Line [188]</small>
|
1843
|
-
<p>
|
1844
|
-
<small>runeblog.rb</small>
|
1845
|
-
</p>
|
1846
|
-
</div>
|
1847
|
-
</div>
|
1848
|
-
|
1849
|
-
<div class="list-item">
|
1850
|
-
<div class="content">
|
1851
|
-
<div class="heading"><strong>RuneBlog#create_new_post</strong> is controlled by argument 'testing' (ControlParameter)</div>
|
1852
|
-
<small class="text-muted pull-right">Line [179]</small>
|
1853
|
-
<p>
|
1854
|
-
<small>runeblog.rb</small>
|
1855
|
-
</p>
|
1856
|
-
</div>
|
1857
|
-
</div>
|
1858
|
-
|
1859
|
-
<div class="list-item">
|
1860
|
-
<div class="content">
|
1861
|
-
<div class="heading"><strong>RuneBlog#delete_view</strong> is controlled by argument 'force' (ControlParameter)</div>
|
1862
|
-
<small class="text-muted pull-right">Line [153]</small>
|
1863
|
-
<p>
|
1864
|
-
<small>runeblog.rb</small>
|
1865
|
-
</p>
|
1866
|
-
</div>
|
1867
|
-
</div>
|
1868
|
-
|
1869
|
-
<div class="list-item">
|
1870
|
-
<div class="content">
|
1871
|
-
<div class="heading"><strong>RuneBlog#edit_initial_post</strong> is controlled by argument 'testing' (ControlParameter)</div>
|
1872
|
-
<small class="text-muted pull-right">Line [191]</small>
|
1873
|
-
<p>
|
1874
|
-
<small>runeblog.rb</small>
|
1875
|
-
</p>
|
1876
|
-
</div>
|
1877
|
-
</div>
|
1878
|
-
|
1879
|
-
<div class="list-item">
|
1880
|
-
<div class="content">
|
1881
|
-
<div class="heading"><strong>RuneBlog#index_entry</strong> calls 'meta.title' 2 times (DuplicateMethodCall)</div>
|
1882
|
-
<small class="text-muted pull-right">Line [278, 288]</small>
|
1883
|
-
<p>
|
1884
|
-
<small>runeblog.rb</small>
|
1885
|
-
</p>
|
1886
|
-
</div>
|
1887
|
-
</div>
|
1888
|
-
|
1889
|
-
<div class="list-item">
|
1890
|
-
<div class="content">
|
1891
|
-
<div class="heading"><strong>RuneBlog#make_slug</strong> calls 'meta.title' 2 times (DuplicateMethodCall)</div>
|
1892
|
-
<small class="text-muted pull-right">Line [351, 353]</small>
|
1893
|
-
<p>
|
1894
|
-
<small>runeblog.rb</small>
|
1895
|
-
</p>
|
1896
|
-
</div>
|
1897
|
-
</div>
|
1898
|
-
|
1899
|
-
<div class="list-item">
|
1900
|
-
<div class="content">
|
1901
|
-
<div class="heading"><strong>RuneBlog#view</strong> calls 'name.nil?' 2 times (DuplicateMethodCall)</div>
|
1902
|
-
<small class="text-muted pull-right">Line [79, 80]</small>
|
1903
|
-
<p>
|
1904
|
-
<small>runeblog.rb</small>
|
1905
|
-
</p>
|
1906
|
-
</div>
|
1907
|
-
</div>
|
1908
|
-
|
1909
|
-
<div class="list-item">
|
1910
|
-
<div class="content">
|
1911
|
-
<div class="heading"><strong>RuneBlog#view=</strong> calls '@view.dir + "/publish"' 2 times (DuplicateMethodCall)</div>
|
1912
|
-
<small class="text-muted pull-right">Line [92, 97]</small>
|
1913
|
-
<p>
|
1914
|
-
<small>runeblog.rb</small>
|
1915
|
-
</p>
|
1916
|
-
</div>
|
1917
|
-
</div>
|
1918
|
-
|
1919
|
-
<div class="list-item">
|
1920
|
-
<div class="content">
|
1921
|
-
<div class="heading"><strong>RuneBlog#view=</strong> calls '@view.dir' 2 times (DuplicateMethodCall)</div>
|
1922
|
-
<small class="text-muted pull-right">Line [92, 97]</small>
|
1923
|
-
<p>
|
1924
|
-
<small>runeblog.rb</small>
|
1925
|
-
</p>
|
1926
|
-
</div>
|
1927
|
-
</div>
|
1928
|
-
|
1929
|
-
<div class="list-item">
|
1930
|
-
<div class="content">
|
1931
|
-
<div class="heading"><strong>RuneBlog#view=</strong> calls '@view.publisher = RuneBlog::Publishing.new(read_config(@view.dir + "/publish"))' 2 times (DuplicateMethodCall)</div>
|
1932
|
-
<small class="text-muted pull-right">Line [92, 97]</small>
|
1933
|
-
<p>
|
1934
|
-
<small>runeblog.rb</small>
|
1935
|
-
</p>
|
1936
|
-
</div>
|
1937
|
-
</div>
|
1938
|
-
|
1939
|
-
<div class="list-item">
|
1940
|
-
<div class="content">
|
1941
|
-
<div class="heading"><strong>RuneBlog#view=</strong> calls 'read_config(@view.dir + "/publish")' 2 times (DuplicateMethodCall)</div>
|
1942
|
-
<small class="text-muted pull-right">Line [92, 97]</small>
|
1943
|
-
<p>
|
1944
|
-
<small>runeblog.rb</small>
|
1945
|
-
</p>
|
1946
|
-
</div>
|
1947
|
-
</div>
|
1948
|
-
|
1949
|
-
<div class="list-item">
|
1950
|
-
<div class="content">
|
1951
|
-
<div class="heading"><strong>RuneBlog#make_slug</strong> refers to 'meta' more than self (maybe move it to another class?) (FeatureEnvy)</div>
|
1952
|
-
<small class="text-muted pull-right">Line [351, 352, 353, 355]</small>
|
1953
|
-
<p>
|
1954
|
-
<small>runeblog.rb</small>
|
1955
|
-
</p>
|
1956
|
-
</div>
|
1957
|
-
</div>
|
1958
|
-
|
1959
|
-
<div class="list-item">
|
1960
|
-
<div class="content">
|
1961
|
-
<div class="heading"><strong>RuneBlog#view</strong> refers to 'name' more than self (maybe move it to another class?) (FeatureEnvy)</div>
|
1962
|
-
<small class="text-muted pull-right">Line [79, 79, 79, 80]</small>
|
1963
|
-
<p>
|
1964
|
-
<small>runeblog.rb</small>
|
1965
|
-
</p>
|
1966
|
-
</div>
|
1967
|
-
</div>
|
1968
|
-
|
1969
|
-
<div class="list-item">
|
1970
|
-
<div class="content">
|
1971
|
-
<div class="heading"><strong>RuneBlog</strong> assumes too much for instance variable '@bloghead' (InstanceVariableAssumption)</div>
|
1972
|
-
<small class="text-muted pull-right">Line [14]</small>
|
1973
|
-
<p>
|
1974
|
-
<small>runeblog.rb</small>
|
1975
|
-
</p>
|
1976
|
-
</div>
|
1977
|
-
</div>
|
1978
|
-
|
1979
|
-
<div class="list-item">
|
1980
|
-
<div class="content">
|
1981
|
-
<div class="heading"><strong>RuneBlog</strong> assumes too much for instance variable '@blogtail' (InstanceVariableAssumption)</div>
|
1982
|
-
<small class="text-muted pull-right">Line [14]</small>
|
1983
|
-
<p>
|
1984
|
-
<small>runeblog.rb</small>
|
1985
|
-
</p>
|
1986
|
-
</div>
|
1987
|
-
</div>
|
1988
|
-
|
1989
|
-
<div class="list-item">
|
1990
|
-
<div class="content">
|
1991
|
-
<div class="heading"><strong>RuneBlog</strong> has no descriptive comment (IrresponsibleModule)</div>
|
1992
|
-
<small class="text-muted pull-right">Line [14]</small>
|
1993
|
-
<p>
|
1994
|
-
<small>runeblog.rb</small>
|
1995
|
-
</p>
|
1996
|
-
</div>
|
1997
|
-
</div>
|
1998
|
-
|
1999
|
-
<div class="list-item">
|
2000
|
-
<div class="content">
|
2001
|
-
<div class="heading"><strong>RuneBlog#generate_index</strong> contains iterators nested 2 deep (NestedIterators)</div>
|
2002
|
-
<small class="text-muted pull-right">Line [265]</small>
|
2003
|
-
<p>
|
2004
|
-
<small>runeblog.rb</small>
|
2005
|
-
</p>
|
2006
|
-
</div>
|
2007
|
-
</div>
|
2008
|
-
|
2009
|
-
<div class="list-item">
|
2010
|
-
<div class="content">
|
2011
|
-
<div class="heading"><strong>RuneBlog#view</strong> performs a nil-check (NilCheck)</div>
|
2012
|
-
<small class="text-muted pull-right">Line [79, 80]</small>
|
2013
|
-
<p>
|
2014
|
-
<small>runeblog.rb</small>
|
2015
|
-
</p>
|
2016
|
-
</div>
|
2017
|
-
</div>
|
2018
|
-
|
2019
|
-
<div class="list-item">
|
2020
|
-
<div class="content">
|
2021
|
-
<div class="heading"><strong>RuneBlog#view=</strong> performs a nil-check (NilCheck)</div>
|
2022
|
-
<small class="text-muted pull-right">Line [95]</small>
|
2023
|
-
<p>
|
2024
|
-
<small>runeblog.rb</small>
|
2025
|
-
</p>
|
2026
|
-
</div>
|
2027
|
-
</div>
|
2028
|
-
|
2029
|
-
<div class="list-item">
|
2030
|
-
<div class="content">
|
2031
|
-
<div class="heading"><strong>RuneBlog#viewdir</strong> performs a nil-check (NilCheck)</div>
|
2032
|
-
<small class="text-muted pull-right">Line [115]</small>
|
2033
|
-
<p>
|
2034
|
-
<small>runeblog.rb</small>
|
2035
|
-
</p>
|
2036
|
-
</div>
|
2037
|
-
</div>
|
2038
|
-
|
2039
|
-
<div class="list-item">
|
2040
|
-
<div class="content">
|
2041
|
-
<div class="heading"><strong>RuneBlog</strong> tests 'list.empty?' at least 3 times (RepeatedConditional)</div>
|
2042
|
-
<small class="text-muted pull-right">Line [312, 327, 346]</small>
|
2043
|
-
<p>
|
2044
|
-
<small>runeblog.rb</small>
|
2045
|
-
</p>
|
2046
|
-
</div>
|
2047
|
-
</div>
|
2048
|
-
|
2049
|
-
<div class="list-item">
|
2050
|
-
<div class="content">
|
2051
|
-
<div class="heading"><strong>RuneBlog</strong> tests 'num.is_a?(Integer)' at least 4 times (RepeatedConditional)</div>
|
2052
|
-
<small class="text-muted pull-right">Line [308, 323, 338, 344]</small>
|
2053
|
-
<p>
|
2054
|
-
<small>runeblog.rb</small>
|
2055
|
-
</p>
|
2056
|
-
</div>
|
2057
|
-
</div>
|
2058
|
-
|
2059
|
-
<div class="list-item">
|
2060
|
-
<div class="content">
|
2061
|
-
<div class="heading"><strong>RuneBlog</strong> tests 'view.is_a?(String) || view.is_a?(RuneBlog::View)' at least 3 times (RepeatedConditional)</div>
|
2062
|
-
<small class="text-muted pull-right">Line [210, 234, 280]</small>
|
2063
|
-
<p>
|
2064
|
-
<small>runeblog.rb</small>
|
2065
|
-
</p>
|
2066
|
-
</div>
|
2067
|
-
</div>
|
2068
|
-
|
2069
|
-
<div class="list-item">
|
2070
|
-
<div class="content">
|
2071
|
-
<div class="heading"><strong>RuneBlog</strong> has at least 10 instance variables (TooManyInstanceVariables)</div>
|
2072
|
-
<small class="text-muted pull-right">Line [14]</small>
|
2073
|
-
<p>
|
2074
|
-
<small>runeblog.rb</small>
|
2075
|
-
</p>
|
2076
|
-
</div>
|
2077
|
-
</div>
|
2078
|
-
|
2079
|
-
<div class="list-item">
|
2080
|
-
<div class="content">
|
2081
|
-
<div class="heading"><strong>RuneBlog</strong> has at least 27 methods (TooManyMethods)</div>
|
2082
|
-
<small class="text-muted pull-right">Line [14]</small>
|
2083
|
-
<p>
|
2084
|
-
<small>runeblog.rb</small>
|
2085
|
-
</p>
|
2086
|
-
</div>
|
2087
|
-
</div>
|
2088
|
-
|
2089
|
-
<div class="list-item">
|
2090
|
-
<div class="content">
|
2091
|
-
<div class="heading"><strong>RuneBlog#create_new_post</strong> has approx 10 statements (TooManyStatements)</div>
|
2092
|
-
<small class="text-muted pull-right">Line [175]</small>
|
2093
|
-
<p>
|
2094
|
-
<small>runeblog.rb</small>
|
2095
|
-
</p>
|
2096
|
-
</div>
|
2097
|
-
</div>
|
2098
|
-
|
2099
|
-
<div class="list-item">
|
2100
|
-
<div class="content">
|
2101
|
-
<div class="heading"><strong>RuneBlog#create_view</strong> has approx 20 statements (TooManyStatements)</div>
|
2102
|
-
<small class="text-muted pull-right">Line [124]</small>
|
2103
|
-
<p>
|
2104
|
-
<small>runeblog.rb</small>
|
2105
|
-
</p>
|
2106
|
-
</div>
|
2107
|
-
</div>
|
2108
|
-
|
2109
|
-
<div class="list-item">
|
2110
|
-
<div class="content">
|
2111
|
-
<div class="heading"><strong>RuneBlog#edit_initial_post</strong> has approx 7 statements (TooManyStatements)</div>
|
2112
|
-
<small class="text-muted pull-right">Line [188]</small>
|
2113
|
-
<p>
|
2114
|
-
<small>runeblog.rb</small>
|
2115
|
-
</p>
|
2116
|
-
</div>
|
2117
|
-
</div>
|
2118
|
-
|
2119
|
-
<div class="list-item">
|
2120
|
-
<div class="content">
|
2121
|
-
<div class="heading"><strong>RuneBlog#generate_index</strong> has approx 29 statements (TooManyStatements)</div>
|
2122
|
-
<small class="text-muted pull-right">Line [232]</small>
|
2123
|
-
<p>
|
2124
|
-
<small>runeblog.rb</small>
|
2125
|
-
</p>
|
2126
|
-
</div>
|
2127
|
-
</div>
|
2128
|
-
|
2129
|
-
<div class="list-item">
|
2130
|
-
<div class="content">
|
2131
|
-
<div class="heading"><strong>RuneBlog#index_entry</strong> has approx 8 statements (TooManyStatements)</div>
|
2132
|
-
<small class="text-muted pull-right">Line [277]</small>
|
2133
|
-
<p>
|
2134
|
-
<small>runeblog.rb</small>
|
2135
|
-
</p>
|
2136
|
-
</div>
|
2137
|
-
</div>
|
2138
|
-
|
2139
|
-
<div class="list-item">
|
2140
|
-
<div class="content">
|
2141
|
-
<div class="heading"><strong>RuneBlog#make_slug</strong> has approx 7 statements (TooManyStatements)</div>
|
2142
|
-
<small class="text-muted pull-right">Line [349]</small>
|
2143
|
-
<p>
|
2144
|
-
<small>runeblog.rb</small>
|
2145
|
-
</p>
|
2146
|
-
</div>
|
2147
|
-
</div>
|
2148
|
-
|
2149
|
-
<div class="list-item">
|
2150
|
-
<div class="content">
|
2151
|
-
<div class="heading"><strong>RuneBlog#process_post</strong> has approx 12 statements (TooManyStatements)</div>
|
2152
|
-
<small class="text-muted pull-right">Line [217]</small>
|
2153
|
-
<p>
|
2154
|
-
<small>runeblog.rb</small>
|
2155
|
-
</p>
|
2156
|
-
</div>
|
2157
|
-
</div>
|
2158
|
-
|
2159
|
-
<div class="list-item">
|
2160
|
-
<div class="content">
|
2161
|
-
<div class="heading"><strong>RuneBlog#rebuild_post</strong> has approx 8 statements (TooManyStatements)</div>
|
2162
|
-
<small class="text-muted pull-right">Line [297]</small>
|
2163
|
-
<p>
|
2164
|
-
<small>runeblog.rb</small>
|
2165
|
-
</p>
|
2166
|
-
</div>
|
2167
|
-
</div>
|
2168
|
-
|
2169
|
-
<div class="list-item">
|
2170
|
-
<div class="content">
|
2171
|
-
<div class="heading"><strong>RuneBlog#remove_post</strong> has approx 12 statements (TooManyStatements)</div>
|
2172
|
-
<small class="text-muted pull-right">Line [307]</small>
|
2173
|
-
<p>
|
2174
|
-
<small>runeblog.rb</small>
|
2175
|
-
</p>
|
2176
|
-
</div>
|
2177
|
-
</div>
|
2178
|
-
|
2179
|
-
<div class="list-item">
|
2180
|
-
<div class="content">
|
2181
|
-
<div class="heading"><strong>RuneBlog#self.create_new_blog</strong> has approx 15 statements (TooManyStatements)</div>
|
2182
|
-
<small class="text-muted pull-right">Line [41]</small>
|
2183
|
-
<p>
|
2184
|
-
<small>runeblog.rb</small>
|
2185
|
-
</p>
|
2186
|
-
</div>
|
2187
|
-
</div>
|
2188
|
-
|
2189
|
-
<div class="list-item">
|
2190
|
-
<div class="content">
|
2191
|
-
<div class="heading"><strong>RuneBlog#undelete_post</strong> has approx 12 statements (TooManyStatements)</div>
|
2192
|
-
<small class="text-muted pull-right">Line [322]</small>
|
2193
|
-
<p>
|
2194
|
-
<small>runeblog.rb</small>
|
2195
|
-
</p>
|
2196
|
-
</div>
|
2197
|
-
</div>
|
2198
|
-
|
2199
|
-
<div class="list-item">
|
2200
|
-
<div class="content">
|
2201
|
-
<div class="heading"><strong>RuneBlog#view=</strong> has approx 7 statements (TooManyStatements)</div>
|
2202
|
-
<small class="text-muted pull-right">Line [88]</small>
|
2203
|
-
<p>
|
2204
|
-
<small>runeblog.rb</small>
|
2205
|
-
</p>
|
2206
|
-
</div>
|
2207
|
-
</div>
|
2208
|
-
|
2209
|
-
<div class="list-item">
|
2210
|
-
<div class="content">
|
2211
|
-
<div class="heading"><strong>RuneBlog#view_files</strong> has approx 6 statements (TooManyStatements)</div>
|
2212
|
-
<small class="text-muted pull-right">Line [159]</small>
|
2213
|
-
<p>
|
2214
|
-
<small>runeblog.rb</small>
|
2215
|
-
</p>
|
2216
|
-
</div>
|
2217
|
-
</div>
|
2218
|
-
|
2219
|
-
<div class="list-item">
|
2220
|
-
<div class="content">
|
2221
|
-
<div class="heading"><strong>RuneBlog#viewdir</strong> has the parameter name 'v' (UncommunicativeParameterName)</div>
|
2222
|
-
<small class="text-muted pull-right">Line [113]</small>
|
2223
|
-
<p>
|
2224
|
-
<small>runeblog.rb</small>
|
2225
|
-
</p>
|
2226
|
-
</div>
|
2227
|
-
</div>
|
2228
|
-
|
2229
|
-
<div class="list-item">
|
2230
|
-
<div class="content">
|
2231
|
-
<div class="heading"><strong>RuneBlog#change_view</strong> has the variable name 'x' (UncommunicativeVariableName)</div>
|
2232
|
-
<small class="text-muted pull-right">Line [211]</small>
|
2233
|
-
<p>
|
2234
|
-
<small>runeblog.rb</small>
|
2235
|
-
</p>
|
2236
|
-
</div>
|
2237
|
-
</div>
|
2238
|
-
|
2239
|
-
<div class="list-item">
|
2240
|
-
<div class="content">
|
2241
|
-
<div class="heading"><strong>RuneBlog#create_view</strong> has the variable name 'x' (UncommunicativeVariableName)</div>
|
2242
|
-
<small class="text-muted pull-right">Line [135]</small>
|
2243
|
-
<p>
|
2244
|
-
<small>runeblog.rb</small>
|
2245
|
-
</p>
|
2246
|
-
</div>
|
2247
|
-
</div>
|
2248
|
-
|
2249
|
-
<div class="list-item">
|
2250
|
-
<div class="content">
|
2251
|
-
<div class="heading"><strong>RuneBlog#generate_index</strong> has the variable name 'f' (UncommunicativeVariableName)</div>
|
2252
|
-
<small class="text-muted pull-right">Line [263]</small>
|
2253
|
-
<p>
|
2254
|
-
<small>runeblog.rb</small>
|
2255
|
-
</p>
|
2256
|
-
</div>
|
2257
|
-
</div>
|
2258
|
-
|
2259
|
-
<div class="list-item">
|
2260
|
-
<div class="content">
|
2261
|
-
<div class="heading"><strong>RuneBlog#make_slug</strong> has the variable name 'slug0' (UncommunicativeVariableName)</div>
|
2262
|
-
<small class="text-muted pull-right">Line [353]</small>
|
2263
|
-
<p>
|
2264
|
-
<small>runeblog.rb</small>
|
2265
|
-
</p>
|
2266
|
-
</div>
|
2267
|
-
</div>
|
2268
|
-
|
2269
|
-
<div class="list-item">
|
2270
|
-
<div class="content">
|
2271
|
-
<div class="heading"><strong>RuneBlog#remove_post</strong> has the variable name 'f' (UncommunicativeVariableName)</div>
|
2272
|
-
<small class="text-muted pull-right">Line [313]</small>
|
2273
|
-
<p>
|
2274
|
-
<small>runeblog.rb</small>
|
2275
|
-
</p>
|
2276
|
-
</div>
|
2277
|
-
</div>
|
2278
|
-
|
2279
|
-
<div class="list-item">
|
2280
|
-
<div class="content">
|
2281
|
-
<div class="heading"><strong>RuneBlog#remove_post</strong> has the variable name 'i' (UncommunicativeVariableName)</div>
|
2282
|
-
<small class="text-muted pull-right">Line [314]</small>
|
2283
|
-
<p>
|
2284
|
-
<small>runeblog.rb</small>
|
2285
|
-
</p>
|
2286
|
-
</div>
|
2287
|
-
</div>
|
2288
|
-
|
2289
|
-
<div class="list-item">
|
2290
|
-
<div class="content">
|
2291
|
-
<div class="heading"><strong>RuneBlog#remove_post</strong> has the variable name 'x' (UncommunicativeVariableName)</div>
|
2292
|
-
<small class="text-muted pull-right">Line [311]</small>
|
2293
|
-
<p>
|
2294
|
-
<small>runeblog.rb</small>
|
2295
|
-
</p>
|
2296
|
-
</div>
|
2297
|
-
</div>
|
2298
|
-
|
2299
|
-
<div class="list-item">
|
2300
|
-
<div class="content">
|
2301
|
-
<div class="heading"><strong>RuneBlog#str2view</strong> has the variable name 'x' (UncommunicativeVariableName)</div>
|
2302
|
-
<small class="text-muted pull-right">Line [85]</small>
|
2303
|
-
<p>
|
2304
|
-
<small>runeblog.rb</small>
|
2305
|
-
</p>
|
2306
|
-
</div>
|
2307
|
-
</div>
|
2308
|
-
|
2309
|
-
<div class="list-item">
|
2310
|
-
<div class="content">
|
2311
|
-
<div class="heading"><strong>RuneBlog#undelete_post</strong> has the variable name 'f' (UncommunicativeVariableName)</div>
|
2312
|
-
<small class="text-muted pull-right">Line [328]</small>
|
2313
|
-
<p>
|
2314
|
-
<small>runeblog.rb</small>
|
2315
|
-
</p>
|
2316
|
-
</div>
|
2317
|
-
</div>
|
2318
|
-
|
2319
|
-
<div class="list-item">
|
2320
|
-
<div class="content">
|
2321
|
-
<div class="heading"><strong>RuneBlog#undelete_post</strong> has the variable name 'i' (UncommunicativeVariableName)</div>
|
2322
|
-
<small class="text-muted pull-right">Line [329]</small>
|
2323
|
-
<p>
|
2324
|
-
<small>runeblog.rb</small>
|
2325
|
-
</p>
|
2326
|
-
</div>
|
2327
|
-
</div>
|
2328
|
-
|
2329
|
-
<div class="list-item">
|
2330
|
-
<div class="content">
|
2331
|
-
<div class="heading"><strong>RuneBlog#undelete_post</strong> has the variable name 'x' (UncommunicativeVariableName)</div>
|
2332
|
-
<small class="text-muted pull-right">Line [326]</small>
|
2333
|
-
<p>
|
2334
|
-
<small>runeblog.rb</small>
|
2335
|
-
</p>
|
2336
|
-
</div>
|
2337
|
-
</div>
|
2338
|
-
|
2339
|
-
<div class="list-item">
|
2340
|
-
<div class="content">
|
2341
|
-
<div class="heading"><strong>RuneBlog#view?</strong> has the variable name 'x' (UncommunicativeVariableName)</div>
|
2342
|
-
<small class="text-muted pull-right">Line [75]</small>
|
2343
|
-
<p>
|
2344
|
-
<small>runeblog.rb</small>
|
2345
|
-
</p>
|
2346
|
-
</div>
|
2347
|
-
</div>
|
2348
|
-
|
2349
|
-
<div class="list-item">
|
2350
|
-
<div class="content">
|
2351
|
-
<div class="heading"><strong>RuneBlog#view_files</strong> has the variable name 'f' (UncommunicativeVariableName)</div>
|
2352
|
-
<small class="text-muted pull-right">Line [164]</small>
|
2353
|
-
<p>
|
2354
|
-
<small>runeblog.rb</small>
|
2355
|
-
</p>
|
2356
|
-
</div>
|
2357
|
-
</div>
|
2358
|
-
|
2359
|
-
<div class="list-item">
|
2360
|
-
<div class="content">
|
2361
|
-
<div class="heading"><strong>RuneBlog#view_files</strong> has the variable name 'x' (UncommunicativeVariableName)</div>
|
2362
|
-
<small class="text-muted pull-right">Line [162]</small>
|
2363
|
-
<p>
|
2364
|
-
<small>runeblog.rb</small>
|
2365
|
-
</p>
|
2366
|
-
</div>
|
2367
|
-
</div>
|
2368
|
-
|
2369
|
-
<div class="list-item">
|
2370
|
-
<div class="content">
|
2371
|
-
<div class="heading"><strong>RuneBlog#viewdir</strong> has the variable name 'v' (UncommunicativeVariableName)</div>
|
2372
|
-
<small class="text-muted pull-right">Line [114, 116]</small>
|
2373
|
-
<p>
|
2374
|
-
<small>runeblog.rb</small>
|
2375
|
-
</p>
|
2376
|
-
</div>
|
2377
|
-
</div>
|
2378
|
-
|
2379
|
-
<div class="list-item">
|
2380
|
-
<div class="content">
|
2381
|
-
<div class="heading"><strong>RuneBlog::View#publisher</strong> is a writable attribute (Attribute)</div>
|
2382
|
-
<small class="text-muted pull-right">Line [6]</small>
|
2383
|
-
<p>
|
2384
|
-
<small>view.rb</small>
|
2385
|
-
</p>
|
2386
|
-
</div>
|
2387
|
-
</div>
|
2388
|
-
|
2389
|
-
<div class="list-item">
|
2390
|
-
<div class="content">
|
2391
|
-
<div class="heading"><strong>RuneBlog::View#initialize</strong> calls 'RuneBlog.blog' 2 times (DuplicateMethodCall)</div>
|
2392
|
-
<small class="text-muted pull-right">Line [11, 12]</small>
|
2393
|
-
<p>
|
2394
|
-
<small>view.rb</small>
|
2395
|
-
</p>
|
2396
|
-
</div>
|
2397
|
-
</div>
|
2398
|
-
|
2399
|
-
<div class="list-item">
|
2400
|
-
<div class="content">
|
2401
|
-
<div class="heading"><strong>RuneBlog::View#publishable_files</strong> calls '@blog.root' 2 times (DuplicateMethodCall)</div>
|
2402
|
-
<small class="text-muted pull-right">Line [38, 39]</small>
|
2403
|
-
<p>
|
2404
|
-
<small>view.rb</small>
|
2405
|
-
</p>
|
2406
|
-
</div>
|
2407
|
-
</div>
|
2408
|
-
|
2409
|
-
<div class="list-item">
|
2410
|
-
<div class="content">
|
2411
|
-
<div class="heading"><strong>RuneBlog::View</strong> has no descriptive comment (IrresponsibleModule)</div>
|
2412
|
-
<small class="text-muted pull-right">Line [4]</small>
|
2413
|
-
<p>
|
2414
|
-
<small>view.rb</small>
|
2415
|
-
</p>
|
2416
|
-
</div>
|
2417
|
-
</div>
|
2418
|
-
|
2419
|
-
<div class="list-item">
|
2420
|
-
<div class="content">
|
2421
|
-
<div class="heading"><strong>RuneBlog::View#initialize</strong> performs a nil-check (NilCheck)</div>
|
2422
|
-
<small class="text-muted pull-right">Line [11]</small>
|
2423
|
-
<p>
|
2424
|
-
<small>view.rb</small>
|
2425
|
-
</p>
|
2426
|
-
</div>
|
2427
|
-
</div>
|
2428
|
-
|
2429
|
-
<div class="list-item">
|
2430
|
-
<div class="content">
|
2431
|
-
<div class="heading"><strong>RuneBlog::View#publishable_files</strong> has approx 14 statements (TooManyStatements)</div>
|
2432
|
-
<small class="text-muted pull-right">Line [34]</small>
|
2433
|
-
<p>
|
2434
|
-
<small>view.rb</small>
|
2435
|
-
</p>
|
2436
|
-
</div>
|
2437
|
-
</div>
|
2438
|
-
|
2439
|
-
<div class="list-item">
|
2440
|
-
<div class="content">
|
2441
|
-
<div class="heading"><strong>RuneBlog::View#publishable_files</strong> has the variable name 'f' (UncommunicativeVariableName)</div>
|
2442
|
-
<small class="text-muted pull-right">Line [44]</small>
|
2443
|
-
<p>
|
2444
|
-
<small>view.rb</small>
|
2445
|
-
</p>
|
2446
|
-
</div>
|
2447
|
-
</div>
|
2448
|
-
|
2449
|
-
<div class="list-item">
|
2450
|
-
<div class="content">
|
2451
|
-
<div class="heading"><strong>RuneBlog::View#publishable_files</strong> has the variable name 'x' (UncommunicativeVariableName)</div>
|
2452
|
-
<small class="text-muted pull-right">Line [37, 39, 40]</small>
|
2453
|
-
<p>
|
2454
|
-
<small>view.rb</small>
|
2455
|
-
</p>
|
2456
|
-
</div>
|
2457
|
-
</div>
|
2458
|
-
|
2459
|
-
</div>
|
2460
|
-
</div>
|
2461
|
-
</div>
|
2462
|
-
</body>
|
2463
|
-
</html>
|