Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
joewhaley | 230 (89.8%) | -311 (-73.0%) | 12785 (93.0%) | -1.35 |
jwhaley | 11 (4.3%) | 12 (2.8%) | 34 (0.2%) | 1.09 |
laudney | 7 (2.7%) | 25 (5.9%) | 219 (1.6%) | 3.57 |
livshits | 4 (1.6%) | 363 (85.2%) | 367 (2.7%) | 90.75 |
mcmartin | 2 (0.8%) | 0 (0.0%) | 2 (0.0%) | 0.00 |
gback | 2 (0.8%) | 337 (79.1%) | 337 (2.5%) | 168.50 |
Date | Author | File/Message |
---|---|---|
3/8/06 7:09 PM | mcmartin | Cleaner fix for null-Names.
(1 Files changed,
2 Lines changed) joeq/Util/NameMunger.java 1.4
(+2
-1)
|
7/27/05 2:41 PM | livshits | *** empty log message ***
(1 Files changed,
2 Lines changed) joeq/Util/NameMunger.java 1.3
(+2
-2)
|
7/27/05 2:36 PM | livshits | 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 PM | livshits | 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 PM | joewhaley | 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 PM | joewhaley | Hijacking class loader!
(1 Files changed,
160 Lines changed) joeq/Util/HijackingClassLoader.java 1.1 added |
4/28/04 10:36 AM | joewhaley | Javadoc and import cleanups.
(1 Files changed,
4 Lines changed) joeq/Util/BitString.java 1.16
(+4
-4)
|
4/28/04 1:46 AM | joewhaley | Fix javadoc
(1 Files changed,
3 Lines changed) joeq/Util/BitString.java 1.15
(+3
-3)
|
3/20/04 1:09 AM | joewhaley | *** empty log message ***
(1 Files changed,
105 Lines changed) joeq/Util/PermutationGenerator.java 1.1 added |
3/17/04 12:18 PM | joewhaley | Cleaning up comments.
(1 Files changed,
5 Lines changed) joeq/Util/AtomicCounter.java 1.7
(+5
-2)
|
3/11/04 3:22 PM | mcmartin | Import cleanups
(1 Files changed,
0 Lines changed) joeq/Util/SimpleInterpreter.java 1.3
(+0
-1)
|
3/9/04 1:56 PM | jwhaley | *** 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 PM | jwhaley | *** empty log message ***
(1 Files changed,
13 Lines changed) joeq/Util/MakeProxy.java 1.3
(+13
-1)
|
3/8/04 5:48 PM | jwhaley | *** 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 PM | gback | 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 PM | gback | 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 AM | joewhaley | Fix copyBits() to match implementation.
(1 Files changed,
2 Lines changed) joeq/Util/BitString.java 1.13
(+2
-2)
|
6/16/03 10:10 AM | joewhaley | Added 'minus' method.
(1 Files changed,
18 Lines changed) joeq/Util/BitString.java 1.12
(+18
-1)
|
5/12/03 3:05 AM | joewhaley | 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 PM | joewhaley | Wrapper for Strings for JDK1.3 compatibility.
(1 Files changed,
65 Lines changed) joeq/Util/CharSequenceWrapper.java 1.1 added |