Directory Statistics for joeq/Compiler/Analysis/IPSSA/Apps/

Back to Index Page

Lines Of Code for joeq/Compiler/Analysis/IPSSA/Apps/

Commits for joeq/Compiler/Analysis/IPSSA/Apps/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
cs34327 (51.9%) 1519 (89.0%) 1951 (83.9%) 56.26
jwhaley10 (19.2%) 0 (0.0%) 108 (4.6%) 0.00
joewhaley8 (15.4%) -6 (-0.4%) 36 (1.5%) -0.75
livshits5 (9.6%) 194 (11.4%) 229 (9.8%) 38.80
mcmartin1 (1.9%) -1 (-0.1%) 0 (0.0%) -1.00
gback1 (1.9%) 0 (0.0%) 2 (0.1%) 0.00

Commit Log

DateAuthorFile/Message
10/15/04 9:11 PMjoewhaley
Renamed org.sf.javabdd to net.sf.javabdd (1 Files changed, 2 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/ReachabilityTracerApp.java 1.8 (+2 -2)
9/22/04 3:17 PMjoewhaley
Consolidated utility functions into a separate jar file. (5 Files changed, 24 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/ReachabilityTracerApp.java 1.7 (+3 -5)
joeq/Compiler/Analysis/IPSSA/Apps/DeclarationDepth.java 1.2 (+4 -5)
joeq/Compiler/Analysis/IPSSA/Apps/FindOwnership.java 1.7 (+7 -8)
joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.20 (+5 -6)
joeq/Compiler/Analysis/IPSSA/Apps/FindBadStores.java 1.6 (+5 -6)
8/2/04 3:32 PMjoewhaley
Eliminate tab characters. (1 Files changed, 5 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindBadStores.java 1.5 (+5 -5)
5/14/04 7:25 PMlivshits
more (1 Files changed, 19 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindBadStores.java 1.4 (+19 -16)
5/14/04 6:51 PMlivshits
more. (1 Files changed, 14 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindBadStores.java 1.3 (+14 -8)
5/14/04 6:45 PMlivshits
more (1 Files changed, 35 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindBadStores.java 1.2 (+35 -9)
5/14/04 6:33 PMlivshits
Analysis of bad stores. Not yet complete. (1 Files changed, 159 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindBadStores.java 1.1 added 159
4/3/04 10:32 PMlivshits
Minor (1 Files changed, 2 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/ReachabilityTracerApp.java 1.6 (+2 -2)
3/25/04 8:47 AMjoewhaley
Remove evil tabs. (1 Files changed, 5 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.19 (+5 -5)
3/17/04 2:00 PMcs343
Initial version. (1 Files changed, 163 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/DeclarationDepth.java 1.1 added 163
3/11/04 3:22 PMmcmartin
Import cleanups (1 Files changed, 0 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindOwnership.java 1.6 (+0 -1)
3/9/04 2:01 PMjwhaley
*** empty log message *** (4 Files changed, 47 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/ReachabilityTracerApp.java 1.5 (+10 -10)
joeq/Compiler/Analysis/IPSSA/Apps/FindOwnership.java 1.5 (+14 -14)
joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.18 (+14 -14)
joeq/Compiler/Analysis/IPSSA/Apps/AssertionAnalysis.java 1.6 (+9 -9)
3/8/04 8:04 PMjwhaley
*** empty log message *** (2 Files changed, 7 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindOwnership.java 1.4 (+6 -6)
joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.17 (+1 -1)
3/8/04 5:48 PMjwhaley
*** empty log message *** (4 Files changed, 54 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindOwnership.java 1.3 (+21 -21)
joeq/Compiler/Analysis/IPSSA/Apps/ReachabilityTracerApp.java 1.4 (+11 -11)
joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.16 (+13 -13)
joeq/Compiler/Analysis/IPSSA/Apps/AssertionAnalysis.java 1.5 (+9 -9)
2/23/04 8:02 PMgback
commented out line that breaks the compile (1 Files changed, 2 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindOwnership.java 1.2 (+2 -2)
2/12/04 2:12 AMcs343
Synching up. (1 Files changed, 234 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.15 (+234 -46)
2/12/04 2:12 AMcs343
Finds simple ownership by analyzing Java constructors. (1 Files changed, 363 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindOwnership.java 1.1 added 363
2/5/04 9:30 AMcs343
Added enumerations. (1 Files changed, 52 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.14 (+52 -14)
2/5/04 9:11 AMcs343
Added support for maps. Added looking at the members of classes and checking their types. (1 Files changed, 149 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.13 (+149 -26)
2/5/04 7:23 AMcs343
Report set info as well (1 Files changed, 28 Lines changed)
joeq/Compiler/Analysis/IPSSA/Apps/FindCollectionImplementations.java 1.12 (+28 -3)