Author Statistics for mcmartin

Back to Index Page

Author Details

Login: mcmartin
Fullname: mcmartin
Revisions: 102
Lines of Code: 52
Added Lines of Code: 2519
Lines of Code per Change: 0.5

Author of the Month

  • December 2002
  • April 2006

Lines Of Code (per Author)

Lines Of Code for mcmartin (per module)

Activity

Commit Log

DateAuthorFile/Message
5/2/06 3:01 PMmcmartin
Adds a system define to optionally completely specify methods. (1 Files changed, 17 Lines changed)
joeq/Compiler/Analysis/IPA/ProgramLocation.java 1.28 (+17 -6)
4/5/06 7:32 PMmcmartin
Clean up outputs. (2 Files changed, 5 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.355 (+3 -2)
joeq/Compiler/Quad/CodeCache.java 1.20 (+2 -2)
4/5/06 7:31 PMmcmartin
Fix invocation site map generation. (1 Files changed, 3 Lines changed)
joeq/Compiler/Quad/LoadedCallGraph.java 1.24 (+3 -3)
3/8/06 7:09 PMmcmartin
Cleaner fix for null-Names. (2 Files changed, 3 Lines changed)
joeq/Util/NameMunger.java 1.4 (+2 -1)
joeq/Compiler/Analysis/IPA/PA.java 1.353 (+1 -5)
3/8/06 6:19 PMmcmartin
Special-case if o is NULL (1 Files changed, 5 Lines changed)
joeq/Compiler/Analysis/IPA/PA.java 1.352 (+5 -1)
3/8/06 5:10 PMmcmartin
When dumping unmunged methods, dump unmunged names too (2 Files changed, 32 Lines changed)
joeq/Compiler/Analysis/Primitive/PrimitivePA.java 1.9 (+16 -1)
joeq/Compiler/Analysis/IPA/PA.java 1.351 (+16 -1)
6/28/05 7:19 PMmcmartin
Dumped BCProgramLocations give signature as well (1 Files changed, 2 Lines changed)
joeq/Compiler/Analysis/IPA/ProgramLocation.java 1.25 (+2 -2)
6/29/04 2:06 PMmcmartin
*** empty log message *** (1 Files changed, 25 Lines changed)
joeq/Main/Helper.java 1.14 (+25 -1)
5/11/04 2:30 PMmcmartin
Main.Helper doesn't throw away classes from a package if one of those classes cannot be understood (1 Files changed, 13 Lines changed)
joeq/Main/Helper.java 1.11 (+13 -6)
3/11/04 3:22 PMmcmartin
Import cleanups (6 Files changed, 4 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindOwnership.java 1.6 (+0 -1)
joeq/Class/jq_FakeInstanceMethod.java 1.7 (+1 -4)
joeq/Compiler/Analysis/IPA/PAQuery.java 1.16 (+1 -3)
joeq/Util/SimpleInterpreter.java 1.3 (+0 -1)
joeq/Interpreter/BytecodeInterpreter.java 1.16 (+1 -4)
joeq/Compiler/Analysis/IPA/PAResults.java 1.47 (+1 -4)