Directory groovy/groovy-core/src/main/org/codehaus/groovy/wiki/

Directory Created:
2003-12-30 17:46
Directory Deleted:
2007-02-26 19:26
Total Files:
0
Deleted Files:
4
Lines of Code:
0

Browse with ViewVC

[root]/groovy/groovy-core/src/main/org/codehaus/groovy/wiki

Lines of Code

groovy/groovy-core/src/main/org/codehaus/groovy/wiki/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 16 (100.0%) 83 (100.0%) 5.1
jstrachan 10 (62.5%) 63 (75.9%) 6.3
cpoirier 1 (6.3%) 20 (24.1%) 20.0
russel 4 (25.0%) 0 (0.0%) 0.0
mguillem 1 (6.3%) 0 (0.0%) 0.0

Most Recent Commits

russel 2007-02-26 19:26

Remove redundant wiki manipulation code, amend Maven 1 build to remove references to the code, and to the dependent jars.

0 lines of code changed in:

mguillem 2006-08-30 08:18

fixed most of the warnings reported by Eclipse (javadoc, unused imports, ...)

0 lines of code changed in:

cpoirier 2004-04-01 07:21

Overhaul of Groovy parser and lexer. Includes numerous bug fixes, enhancements,

and changes.

20 lines of code changed in:

jstrachan 2004-01-12 13:07

Fixes for GROOVY-94, GROOVY-118, GROOVY-114, GROOVY-113, GROOVY-111, GROOVY-99



Also added the first cut of the user guide



Patched the JUnit test case generation from the wiki to handle scripts as well as methods.



Patched the $ escaping logic to allow $${foo} to be used to represent the ${foo} string



Made strings support multi-line spanning



Improved some of the lexical exception messages



Added sample script to convert HTML into wiki notation



Added useWriter/Reader/InputStream/OutputStream making it easier to work with streams without having to clutter your code with resource closing code.

46 lines of code changed in:

jstrachan 2004-01-02 14:46

Upgraded to the latest, greatest ASM version 1.4.1



Also removed a few compiler warnings with some redundant code

0 lines of code changed in:

jstrachan 2003-12-31 13:39

refactored Expando and GroovyLog into the groovy.util package.



also minor change to the wiki generated unit tests; use *Test.groovy as the source code to be consistent with the groovy file & class name

1 lines of code changed in:

jstrachan 2003-12-30 21:19

Code refactor to clean things up a bit.



refactored the exceptions in org.codehaus.groovy.runtime into groovy.lang.

To avoid potential clashes with java.lang.NoSuchMethodException I've renamed the NoSuch*Exceptions to be Missing*Exceptions



Also renamed ScriptContext to be Binding which is simpler and a little more Rubyesque



Also got the wiki unit test cases finally working. We still need to test {code:gsh} but other than that its looking good

4 lines of code changed in:

jstrachan 2003-12-30 17:46

First attempt at creating JUnit test cases from the wiki documentation. Nearly there.

12 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT