Directory Statistics for joeq/Util/

Back to Index Page

Lines Of Code for joeq/Util/

Commits for joeq/Util/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
joewhaley230 (89.8%) -311 (-73.0%) 12785 (93.0%) -1.35
jwhaley11 (4.3%) 12 (2.8%) 34 (0.2%) 1.09
laudney7 (2.7%) 25 (5.9%) 219 (1.6%) 3.57
livshits4 (1.6%) 363 (85.2%) 367 (2.7%) 90.75
mcmartin2 (0.8%) 0 (0.0%) 2 (0.0%) 0.00
gback2 (0.8%) 337 (79.1%) 337 (2.5%) 168.50

Commit Log

DateAuthorFile/Message
3/8/06 7:09 PMmcmartin
Cleaner fix for null-Names. (1 Files changed, 2 Lines changed)
joeq/Util/NameMunger.java 1.4 (+2 -1)
7/27/05 2:41 PMlivshits
*** empty log message *** (1 Files changed, 2 Lines changed)
joeq/Util/NameMunger.java 1.3 (+2 -2)
7/27/05 2:36 PMlivshits
Converted from JVM signatures to Javadoc ones. (2 Files changed, 262 Lines changed)
joeq/Util/DescriptorUtil.java 1.1 added 220
joeq/Util/NameMunger.java 1.2 (+42 -2)
7/27/05 1:33 PMlivshits
Refactored name munging code into a separate class. (1 Files changed, 103 Lines changed)
joeq/Util/NameMunger.java 1.1 added 103
9/22/04 3:17 PMjoewhaley
Consolidated utility functions into a separate jar file. (9 Files changed, 0 Lines changed)
joeq/Util/Convert.java 1.4 removed
joeq/Util/BitString.java 1.17 removed
joeq/Util/HijackingClassLoader.java 1.2 removed
joeq/Util/AtomicCounter.java 1.8 removed
joeq/Util/Strings.java 1.7 removed
joeq/Util/SimpleInterpreter.java 1.4 removed
joeq/Util/CharSequenceWrapper.java 1.4 removed
joeq/Util/Assert.java 1.5 removed
joeq/Util/PermutationGenerator.java 1.2 removed
6/24/04 6:29 PMjoewhaley
Hijacking class loader! (1 Files changed, 160 Lines changed)
joeq/Util/HijackingClassLoader.java 1.1 added
4/28/04 10:36 AMjoewhaley
Javadoc and import cleanups. (1 Files changed, 4 Lines changed)
joeq/Util/BitString.java 1.16 (+4 -4)
4/28/04 1:46 AMjoewhaley
Fix javadoc (1 Files changed, 3 Lines changed)
joeq/Util/BitString.java 1.15 (+3 -3)
3/20/04 1:09 AMjoewhaley
*** empty log message *** (1 Files changed, 105 Lines changed)
joeq/Util/PermutationGenerator.java 1.1 added
3/17/04 12:18 PMjoewhaley
Cleaning up comments. (1 Files changed, 5 Lines changed)
joeq/Util/AtomicCounter.java 1.7 (+5 -2)
3/11/04 3:22 PMmcmartin
Import cleanups (1 Files changed, 0 Lines changed)
joeq/Util/SimpleInterpreter.java 1.3 (+0 -1)
3/9/04 1:56 PMjwhaley
*** empty log message *** (2 Files changed, 3 Lines changed)
joeq/Util/Assert.java 1.4 (+2 -2)
joeq/Util/MakeProxy.java 1.4 (+1 -1)
3/8/04 9:13 PMjwhaley
*** empty log message *** (1 Files changed, 13 Lines changed)
joeq/Util/MakeProxy.java 1.3 (+13 -1)
3/8/04 5:48 PMjwhaley
*** empty log message *** (8 Files changed, 18 Lines changed)
joeq/Util/MakeProxy.java 1.2 (+1 -1)
joeq/Util/Convert.java 1.3 (+2 -2)
joeq/Util/Assert.java 1.3 (+3 -3)
joeq/Util/BitString.java 1.14 (+3 -3)
joeq/Util/Strings.java 1.6 (+4 -4)
joeq/Util/SimpleInterpreter.java 1.2 (+1 -1)
joeq/Util/CharSequenceWrapper.java 1.3 (+2 -2)
joeq/Util/AtomicCounter.java 1.6 (+2 -2)
2/8/04 4:50 PMgback
added "store", "loaderpath", "new" and dot command. These works like so: "store" - displays current store "loaderpath" - set classpath for SimpleInterpreter "new name type arg0 arg1 arg2 ..." - creates new object of type with first reflectively found public constructor, passing args, stores the object under 'name' in store for future access. "name.method arg0 arg1, arg2 ..." - invokes first reflectively found method with name 'method' on object that is stored under 'name'. Return value is stored as "$last" in store. processCommand now takes a SimpleInterpreter argument to maintain store and classloader path. (1 Files changed, 287 Lines changed)
joeq/Util/SimpleInterpreter.java 1.1 added
2/8/04 4:34 PMgback
A small program generator class that create a class in a package that exports another class's package-accessible fields. This can be used to allow direct access to a class's fields without using accessor methods or without making the fields public. Could be a temporary hack. (1 Files changed, 50 Lines changed)
joeq/Util/MakeProxy.java 1.1 added 50
9/23/03 12:06 AMjoewhaley
Fix copyBits() to match implementation. (1 Files changed, 2 Lines changed)
joeq/Util/BitString.java 1.13 (+2 -2)
6/16/03 10:10 AMjoewhaley
Added 'minus' method. (1 Files changed, 18 Lines changed)
joeq/Util/BitString.java 1.12 (+18 -1)
5/12/03 3:05 AMjoewhaley
Added copyright notices. (6 Files changed, 30 Lines changed)
joeq/Util/Convert.java 1.2 (+5 -2)
joeq/Util/Assert.java 1.2 (+5 -2)
joeq/Util/BitString.java 1.11 (+5 -9)
joeq/Util/Strings.java 1.5 (+5 -9)
joeq/Util/CharSequenceWrapper.java 1.2 (+5 -8)
joeq/Util/AtomicCounter.java 1.5 (+5 -9)
3/17/03 4:02 PMjoewhaley
Wrapper for Strings for JDK1.3 compatibility. (1 Files changed, 65 Lines changed)
joeq/Util/CharSequenceWrapper.java 1.1 added