Directory Statistics for joeq/Compiler/BytecodeAnalysis/

Back to Index Page

Lines Of Code for joeq/Compiler/BytecodeAnalysis/

Commits for joeq/Compiler/BytecodeAnalysis/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
joewhaley181 (84.2%) 15965 (100.0%) 35137 (99.3%) 88.20
jwhaley31 (14.4%) 2 (0.0%) 249 (0.7%) 0.06
mcmartin1 (0.5%) -1 (-0.0%) 1 (0.0%) -1.00
gback1 (0.5%) 0 (0.0%) 2 (0.0%) 0.00
dmwright1 (0.5%) 2 (0.0%) 7 (0.0%) 2.00

Commit Log

DateAuthorFile/Message
5/28/05 4:14 AMjoewhaley
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 AMjoewhaley
Added UID for serialization. (1 Files changed, 1035 Lines changed)
joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.36 (+1035 -217)
9/22/04 3:17 PMjoewhaley
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 PMjoewhaley
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 AMjoewhaley
Fix javadoc (1 Files changed, 22 Lines changed)
joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.33 (+22 -26)
4/27/04 8:52 PMjoewhaley
*** empty log message *** (1 Files changed, 2 Lines changed)
joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.32 (+2 -2)
4/27/04 8:44 PMjoewhaley
Fix stupid typo. (1 Files changed, 4 Lines changed)
joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.31 (+4 -8)
4/27/04 2:12 PMjoewhaley
*** empty log message *** (1 Files changed, 2 Lines changed)
joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.30 (+2 -1)
4/9/04 11:22 AMjoewhaley
*** empty log message *** (1 Files changed, 4 Lines changed)
joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.29 (+4 -2)
3/15/04 11:50 PMjoewhaley
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 PMjwhaley
*** 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 PMjwhaley
*** empty log message *** (1 Files changed, 2 Lines changed)
joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.26 (+2 -2)
3/8/04 8:04 PMjwhaley
*** 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 PMjwhaley
*** 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 PMjoewhaley
*** empty log message *** (1 Files changed, 4 Lines changed)
joeq/Compiler/BytecodeAnalysis/Bytecodes.java 1.23 (+4 -2)
2/25/04 5:30 PMjoewhaley
*** empty log message *** (1 Files changed, 7 Lines changed)
joeq/Compiler/BytecodeAnalysis/BytecodeVisitor.java 1.17 (+7 -3)
12/4/03 4:46 PMgback
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 AMjoewhaley
More info. (1 Files changed, 2 Lines changed)
joeq/Compiler/BytecodeAnalysis/LiveRefAnalysis.java 1.22 (+2 -2)
10/23/03 11:33 PMjoewhaley
A little more informative. (1 Files changed, 2 Lines changed)
joeq/Compiler/BytecodeAnalysis/LiveRefAnalysis.java 1.21 (+2 -2)
10/11/03 1:39 PMjoewhaley
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)