Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated metrics
  • Loading branch information
lukaseder committed Sep 4, 2014
1 parent bae73a6 commit f8a849c
Showing 1 changed file with 50 additions and 49 deletions.
99 changes: 50 additions & 49 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,53 +20,54 @@ Silly metrics: Keywords
Enter a path (C:\Users\Lukas\workspace\silly-metrics):
C:\Users\Lukas\git\jOOQ\jOOQ
Keyword Count
public 8127
return 6801
final 6608
import 5938
static 3903
new 3110
extends 2111
int 1822
throws 1756
void 1707
if 1661
this 1464
private 1347
class 1239
case 841
else 839
package 711
boolean 506
throw 495
for 421
long 404
true 384
byte 345
interface 337
false 332
protected 293
super 265
break 200
try 149
switch 146
implements 139
catch 127
default 112
instanceof 107
char 96
short 91
abstract 54
double 43
transient 42
finally 34
float 34
enum 25
while 23
continue 12
synchronized 8
volatile 6
do 1
2013 2014
--------------------------------------
Keyword Count Keyword Count
public 8127 public 9379
return 6801 return 8079
final 6608 final 7561
import 5938 import 7232
static 3903 static 5154
new 3110 new 3915
extends 2111 extends 2884
int 1822 int 2132
throws 1756 if 1985
void 1707 throws 1898
if 1661 void 1834
this 1464 this 1803
private 1347 private 1605
class 1239 class 1437
case 841 case 1225
else 839 else 940
package 711 package 842
boolean 506 boolean 623
throw 495 throw 553
for 421 for 469
long 404 long 456
true 384 true 439
byte 345 interface 407
interface 337 byte 397
false 332 false 396
protected 293 break 357
super 265 protected 328
break 200 super 328
try 149 switch 197
switch 146 try 193
implements 139 catch 167
catch 127 implements 162
default 112 default 156
instanceof 107 instanceof 156
char 96 char 122
short 91 short 93
abstract 54 finally 54
double 43 abstract 50
transient 42 transient 45
finally 34 double 44
float 34 float 35
enum 25 while 35
while 23 enum 31
continue 12 continue 13
synchronized 8 synchronized 10
volatile 6 do 6
do 1 volatile 5
```

0 comments on commit f8a849c

Please sign in to comment.