Author Statistics for bdangelo

Back to Index Page

Author Details

Login: bdangelo
Fullname: bdangelo
Revisions: 10
Lines of Code: 260
Added Lines of Code: 388
Lines of Code per Change: 26.0

Lines Of Code (per Author)

Lines Of Code for bdangelo (per module)

Activity

Commit Log

DateAuthorFile/Message
8/18/03 6:05 PMbdangelo
Added interface for specifying locations by class, line number, etc. (1 Files changed, 137 Lines changed)
joeq/Compiler/Analysis/IPA/CSPAResults.java 1.9 (+137 -7)
8/18/03 6:04 PMbdangelo
Optionally add to classpath. (1 Files changed, 7 Lines changed)
joeq/Compiler/Analysis/IPA/CSPA.java 1.9 (+7 -4)
8/18/03 6:03 PMbdangelo
Added getLineNumber(). (1 Files changed, 12 Lines changed)
joeq/Class/jq_Method.java 1.39 (+12 -2)
8/18/03 6:02 PMbdangelo
Added getMethodContainingLine(). (1 Files changed, 14 Lines changed)
joeq/Class/jq_Class.java 1.68 (+14 -1)
8/15/03 5:51 PMbdangelo
Added public method to run analysis (1 Files changed, 5 Lines changed)
joeq/Compiler/Analysis/IPA/CSPA.java 1.3 (+5 -1)
8/15/03 12:41 PMbdangelo
Added ability to list all results in interactive (with list command), added toString(int) method to TypedBDD (1 Files changed, 43 Lines changed)
joeq/Compiler/Analysis/IPA/CSPAResults.java 1.5 (+43 -31)
8/14/03 3:14 PMbdangelo
Added a couple more exception checks for interactive (1 Files changed, 13 Lines changed)
joeq/Compiler/Analysis/IPA/CSPAResults.java 1.4 (+13 -6)
8/14/03 2:24 PMbdangelo
Added null check for type in ConcreteTypeNode.toString_short() (1 Files changed, 2 Lines changed)
joeq/Compiler/Analysis/FlowInsensitive/MethodSummary.java 1.4 (+2 -2)
8/14/03 2:11 PMbdangelo
Made interactive more stable (1 Files changed, 80 Lines changed)
joeq/Compiler/Analysis/IPA/CSPAResults.java 1.3 (+80 -69)
8/13/03 5:06 PMbdangelo
Added a couple commands to command line interface (1 Files changed, 75 Lines changed)
joeq/Compiler/Quad/IPA/CSPAResults.java 1.3 (+75 -5)