Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
joewhaley | 181 (84.2%) | 15965 (100.0%) | 35137 (99.3%) | 88.20 |
jwhaley | 31 (14.4%) | 2 (0.0%) | 249 (0.7%) | 0.06 |
mcmartin | 1 (0.5%) | -1 (-0.0%) | 1 (0.0%) | -1.00 |
gback | 1 (0.5%) | 0 (0.0%) | 2 (0.0%) | 0.00 |
dmwright | 1 (0.5%) | 2 (0.0%) | 7 (0.0%) | 2.00 |
Date | Author | File/Message |
---|---|---|
5/28/05 4:14 AM | joewhaley | Removed old files, added javadoc.
(11 Files changed,
103 Lines changed) joeq/Compiler/BytecodeAnalysis/ExceptionHandlerSet.java 1.9 removed joeq/Compiler/BytecodeAnalysis/BasicBlock.java 1.10
(+45
-8)
joeq/Compiler/BytecodeAnalysis/LiveRefAnalysis.java 1.28
(+3
-1)
joeq/Compiler/BytecodeAnalysis/ControlFlowGraph.java 1.20
(+6
-6)
joeq/Compiler/BytecodeAnalysis/ExceptionHandlerList.java 1.1 added 30 joeq/Compiler/BytecodeAnalysis/ModRefAnalysis.java 1.14
(+4
-2)
joeq/Compiler/BytecodeAnalysis/StackDepthVisitor.java 1.11
(+3
-1)
joeq/Compiler/BytecodeAnalysis/JSRInfo.java 1.6
(+3
-2)
joeq/Compiler/BytecodeAnalysis/ExceptionHandler.java 1.6
(+4
-2)
joeq/Compiler/BytecodeAnalysis/TypeAnalysis.java 1.18 removed joeq/Compiler/BytecodeAnalysis/ExceptionHandlerIterator.java 1.9
(+5
-3)
|
4/29/05 12:39 AM | joewhaley | Added UID for serialization.
(1 Files changed,
1035 Lines changed) joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.36
(+1035
-217)
|
9/22/04 3:17 PM | joewhaley | Consolidated utility functions into a separate jar file.
(11 Files changed,
42 Lines changed) joeq/Compiler/BytecodeAnalysis/ExceptionHandlerSet.java 1.8
(+3
-3)
joeq/Compiler/BytecodeAnalysis/ModRefAnalysis.java 1.13
(+2
-3)
joeq/Compiler/BytecodeAnalysis/ControlFlowGraph.java 1.19
(+4
-5)
joeq/Compiler/BytecodeAnalysis/StackDepthVisitor.java 1.10
(+2
-3)
joeq/Compiler/BytecodeAnalysis/ExceptionHandlerIterator.java 1.8
(+2
-3)
joeq/Compiler/BytecodeAnalysis/BytecodeVisitor.java 1.21
(+3
-4)
joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.35
(+9
-10)
joeq/Compiler/BytecodeAnalysis/TypeAnalysis.java 1.17
(+5
-6)
joeq/Compiler/BytecodeAnalysis/LiveRefAnalysis.java 1.27
(+6
-7)
joeq/Compiler/BytecodeAnalysis/BasicBlock.java 1.9
(+2
-2)
joeq/Compiler/BytecodeAnalysis/CallTargets.java 1.26
(+4
-5)
|
5/5/04 11:39 PM | joewhaley | Fix issues reported by FindBugs plugin.
(1 Files changed,
3 Lines changed) joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.34
(+3
-2)
|
4/28/04 1:46 AM | joewhaley | Fix javadoc
(1 Files changed,
22 Lines changed) joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.33
(+22
-26)
|
4/27/04 8:52 PM | joewhaley | *** empty log message ***
(1 Files changed,
2 Lines changed) joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.32
(+2
-2)
|
4/27/04 8:44 PM | joewhaley | Fix stupid typo.
(1 Files changed,
4 Lines changed) joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.31
(+4
-8)
|
4/27/04 2:12 PM | joewhaley | *** empty log message ***
(1 Files changed,
2 Lines changed) joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.30
(+2
-1)
|
4/9/04 11:22 AM | joewhaley | *** empty log message ***
(1 Files changed,
4 Lines changed) joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.29
(+4
-2)
|
3/15/04 11:50 PM | joewhaley | Fix for JDK1.5:
java.lang.Class objects loaded from the constant pool were showing up as jq_Class objects.
(2 Files changed,
11165 Lines changed) joeq/Compiler/BytecodeAnalysis/BytecodeVisitor.java 1.20
(+2155
-2159)
joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.28
(+9010
-8997)
|
3/9/04 2:01 PM | jwhaley | *** empty log message ***
(13 Files changed,
103 Lines changed) joeq/Compiler/BytecodeAnalysis/ControlFlowGraph.java 1.18
(+4
-4)
joeq/Compiler/BytecodeAnalysis/BasicBlock.java 1.8
(+2
-2)
joeq/Compiler/BytecodeAnalysis/ModRefAnalysis.java 1.12
(+6
-6)
joeq/Compiler/BytecodeAnalysis/ExceptionHandlerSet.java 1.7
(+2
-2)
joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.27
(+21
-21)
joeq/Compiler/BytecodeAnalysis/ExceptionHandler.java 1.5
(+3
-3)
joeq/Compiler/BytecodeAnalysis/ExceptionHandlerIterator.java 1.7
(+2
-2)
joeq/Compiler/BytecodeAnalysis/BytecodeVisitor.java 1.19
(+15
-15)
joeq/Compiler/BytecodeAnalysis/LiveRefAnalysis.java 1.26
(+14
-14)
joeq/Compiler/BytecodeAnalysis/CallTargets.java 1.25
(+11
-11)
joeq/Compiler/BytecodeAnalysis/StackDepthVisitor.java 1.9
(+6
-6)
joeq/Compiler/BytecodeAnalysis/TypeAnalysis.java 1.16
(+15
-15)
joeq/Compiler/BytecodeAnalysis/JSRInfo.java 1.5
(+2
-2)
|
3/8/04 10:44 PM | jwhaley | *** empty log message ***
(1 Files changed,
2 Lines changed) joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.26
(+2
-2)
|
3/8/04 8:04 PM | jwhaley | *** empty log message ***
(4 Files changed,
20 Lines changed) joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.25
(+10
-8)
joeq/Compiler/BytecodeAnalysis/CallTargets.java 1.24
(+2
-2)
joeq/Compiler/BytecodeAnalysis/LiveRefAnalysis.java 1.25
(+6
-6)
joeq/Compiler/BytecodeAnalysis/TypeAnalysis.java 1.15
(+2
-2)
|
3/8/04 5:48 PM | jwhaley | *** empty log message ***
(13 Files changed,
124 Lines changed) joeq/Compiler/BytecodeAnalysis/JSRInfo.java 1.4
(+2
-2)
joeq/Compiler/BytecodeAnalysis/ModRefAnalysis.java 1.11
(+7
-7)
joeq/Compiler/BytecodeAnalysis/ExceptionHandlerSet.java 1.6
(+3
-3)
joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.24
(+23
-23)
joeq/Compiler/BytecodeAnalysis/CallTargets.java 1.23
(+14
-14)
joeq/Compiler/BytecodeAnalysis/LiveRefAnalysis.java 1.24
(+15
-15)
joeq/Compiler/BytecodeAnalysis/ExceptionHandlerIterator.java 1.6
(+3
-3)
joeq/Compiler/BytecodeAnalysis/ExceptionHandler.java 1.4
(+3
-3)
joeq/Compiler/BytecodeAnalysis/TypeAnalysis.java 1.14
(+20
-20)
joeq/Compiler/BytecodeAnalysis/BytecodeVisitor.java 1.18
(+17
-17)
joeq/Compiler/BytecodeAnalysis/ControlFlowGraph.java 1.17
(+7
-7)
joeq/Compiler/BytecodeAnalysis/BasicBlock.java 1.7
(+3
-3)
joeq/Compiler/BytecodeAnalysis/StackDepthVisitor.java 1.8
(+7
-7)
|
3/7/04 3:05 PM | joewhaley | *** empty log message ***
(1 Files changed,
4 Lines changed) joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.23
(+4
-2)
|
2/25/04 5:30 PM | joewhaley | *** empty log message ***
(1 Files changed,
7 Lines changed) joeq/Compiler/BytecodeAnalysis/BytecodeVisitor.java 1.17
(+7
-3)
|
12/4/03 4:46 PM | gback | fix for compiler error from javac 1.3:
method is inherited from Compil3r.BytecodeAnalysis.BytecodeVisitor and hides variable in outer
class Compil3r.BytecodeAnalysis.LiveRefAnalysis.
An explicit 'this' qualifier must be used to select the desired instance.
(1 Files changed,
2 Lines changed) joeq/Compiler/BytecodeAnalysis/LiveRefAnalysis.java 1.23
(+2
-2)
|
10/27/03 10:54 AM | joewhaley | More info.
(1 Files changed,
2 Lines changed) joeq/Compiler/BytecodeAnalysis/LiveRefAnalysis.java 1.22
(+2
-2)
|
10/23/03 11:33 PM | joewhaley | A little more informative.
(1 Files changed,
2 Lines changed) joeq/Compiler/BytecodeAnalysis/LiveRefAnalysis.java 1.21
(+2
-2)
|
10/11/03 1:39 PM | joewhaley | Code cleanup.
(3 Files changed,
9 Lines changed) joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.22
(+6
-4)
joeq/Compiler/BytecodeAnalysis/BytecodeVisitor.java 1.16
(+2
-2)
joeq/Compiler/BytecodeAnalysis/LiveRefAnalysis.java 1.20
(+1
-5)
|