Directory groovy/groovy-core/src/test-new/groovy/
- Directory Created:
- 2005-02-02 18:47
- Directory Deleted:
- 2005-04-01 09:36
- Total Files:
- 0
- Deleted Files:
- 150
- Lines of Code:
- 0
Browse with ViewVC
[root]/groovy/groovy-core/src/test-new/groovy
benchmarks
(0 files, 0 lines)
bugs
(0 files, 0 lines)
gpath
(0 files, 0 lines)
gravy
(0 files, 0 lines)
j2ee
(0 files, 0 lines)
lang
(0 files, 0 lines)
mock
(0 files, 0 lines)
example
(0 files, 0 lines)
model
(0 files, 0 lines)
notworking
(0 files, 0 lines)
script
(0 files, 0 lines)
security
(0 files, 0 lines)
sql
(0 files, 0 lines)
swing
(0 files, 0 lines)
text
(0 files, 0 lines)
tree
(0 files, 0 lines)
txn
(0 files, 0 lines)
util
(0 files, 0 lines)
xml
(0 files, 0 lines)
dom
(0 files, 0 lines)
Lines of Code

Developers
| Author |
Changes |
Lines of Code |
Lines per Change |
| Totals |
759 (100.0%) |
2681 (100.0%) |
3.5 |
| jstrachan |
733 (96.6%) |
2486 (92.7%) |
3.3 |
| phk |
4 (0.5%) |
117 (4.4%) |
29.2 |
| jez |
19 (2.5%) |
63 (2.3%) |
3.3 |
| mcspanky |
1 (0.1%) |
8 (0.3%) |
8.0 |
| glaforge |
2 (0.3%) |
7 (0.3%) |
3.5 |
Most Recent Commits
-
jstrachan
2005-04-01 09:36
-
0 lines of code changed in:
-
groovy/groovy-core/src/test-new/groovy:
.cvsignore (del),
AmbiguousInvocationTest.groovy (del),
ArrayCoerceTest.groovy (del),
ArrayParamMethodTest.groovy (del),
ArrayTest.groovy (del),
ArrayTypeTest.groovy (del),
AssertNumberTest.groovy (del),
AssertTest.groovy (del),
Bar.groovy (del),
Base64Test.groovy (del),
BigDecimalOperationTest.groovy (del),
BindingTest.groovy (del),
BitwiseOperationsTest.groovy (del),
BooleanOperationTest.groovy (del),
CallInnerClassCtorTest.groovy (del),
CastTest.groovy (del),
CategoryTest.groovy (del),
ChainedAssignment.groovy (del),
ClassExpressionTest.groovy (del),
ClassLoaderBug.groovy (del),
ClassTest.groovy (del),
ClosureAsParamTest.groovy (del),
ClosureCloneTest.groovy (del),
ClosureComparatorTest.groovy (del),
ClosureCurryTest.groovy (del),
ClosureDefaultParameterTest.groovy (del),
ClosureInClosureTest.groovy (del),
ClosureInStaticMethodTest.groovy (del),
ClosureListenerTest.groovy (del),
ClosureMethodCallTest.groovy (del),
ClosureMethodTest.groovy (del),
ClosureReturnTest.groovy (del),
ClosureReturnWithoutReturnStatementTest.groovy (del),
ClosureSugarTest.groovy (del),
ClosureTest.groovy (del),
ClosureUsingOuterVariablesTest.groovy (del),
ClosureWithDefaultParamTest.groovy (del),
ClosureWithEmptyParametersTest.groovy (del),
CompareToTest.groovy (del),
CompareTypesTest.groovy (del),
CompilerErrorTest.groovy (del),
Constructor2Test.groovy (del),
ConstructorTest.groovy (del),
DateTest.groovy (del),
DefaultParamClosureTest.groovy (del),
DefaultParamTest.groovy (del),
DoWhileLoopTest.groovy (del),
DollarEscapingTest.groovy (del),
DoubleOperationTest.groovy (del),
DummyInterface.java (del),
DummyMethods.groovy (del),
DummyMethods.java (del),
EscapedUnicodeTest.groovy (del),
ExceptionInClosureTest.groovy (del),
ExpandoPropertyTest.groovy (del),
FilterLineTest.groovy (del),
Foo.groovy (del),
ForLoopTest.groovy (del),
ForLoopWithLocalVariablesTest.groovy (del),
GStringTest.groovy (del),
GeneratorTest.groovy (del),
GlobalPrintlnTest.groovy (del),
GroovyMethodsTest.groovy (del),
HeredocsTest.groovy (del),
HomepageTest.groovy (del),
IfElseCompactTest.groovy (del),
IfElseTest.groovy (del),
IfPropertyTest.groovy (del),
IfTest.groovy (del),
IfWithMethodCall.groovy (del),
ImmutableModificationTest.groovy (del),
ImportTest.groovy (del),
InstanceofTest.groovy (del),
IntegerOperationTest.groovy (del),
InvokeNormalMethodsFirstTest.groovy (del),
LeftShiftTest.groovy (del),
ListIteratingTest.groovy (del),
ListTest.groovy (del),
LiteralTypesTest.groovy (del),
LittleClosureTest.groovy (del),
LocalFieldTest.groovy (del),
LocalPropertyTest.groovy (del),
LocalVariableTest.groovy (del),
LogTest.groovy (del),
LogicTest.groovy (del),
LoopBreakTest.groovy (del),
MapConstructionTest.groovy (del),
MapPropertyTest.groovy (del),
MapTest.groovy (del),
MethodCallTest.groovy (del),
MethodCallWithoutParenthesisTest.groovy (del),
MethodParameterAccessWithinClosureTest.groovy (del),
MinMaxTest.groovy (del),
MinusEqualsTest.groovy (del),
ModuloTest.groovy (del),
MultilineStringTest.groovy (del),
MultiplyDivideEqualsTest.groovy (del),
NamedParameterTest.groovy (del),
NegationTests.groovy (del),
NewExpressionTest.groovy (del),
NoPackageTest.groovy (del),
NullPropertyTest.groovy (del),
NumberMathTest.groovy (del),
OptionalReturnTest.groovy (del),
OuterUser.java (del),
OverloadInvokeMethodTest.groovy (del),
OverridePropertyGetterTest.groovy (del),
PlusEqualsTest.groovy (del),
PostfixTest.groovy (del),
PowerOperationTest.groovy (del),
PrefixTest.groovy (del),
PrimitiveTypeFieldTest.groovy (del),
PrimitiveTypesTest.groovy (del),
PrintTest.groovy (del),
PrivateVariableAccessFromAnotherInstanceTest.groovy (del),
ProcessTest.groovy (del),
PropertyTest.groovy (del),
PropertyTest2.groovy (del),
PropertyWithoutDotTest.groovy (del),
RangeTest.groovy (del),
ReadLineTest.groovy (del),
RegularExpressionsTest.groovy (del),
ReturnTest.groovy (del),
SafeNavigationTest.groovy (del),
SampleMain.groovy (del),
SerializeTest.groovy (del),
ShellTest.groovy (del),
SimplePostfixTest.groovy (del),
SliceTest.groovy (del),
SocketTest.groovy (del),
SortTest.groovy (del),
SpreadOperatorTest.groovy (del),
StaticThisTest.groovy (del),
StringOperationTest.groovy (del),
StringTest.groovy (del),
SubscriptTest.groovy (del),
SwitchTest.groovy (del),
SwitchWithDifferentTypesTest.groovy (del),
TernaryOperatorTest.groovy (del),
TextPropertyTest.groovy (del),
ThrowTest.groovy (del),
ToArrayBug.groovy (del),
TripleQuotedStringTest.groovy (del),
TryCatchTest.groovy (del),
TypesafeMethodTest.groovy (del),
UnaryMinusTest.groovy (del),
UnitTestAsScript.groovy (del),
UnsafeNavigationTest.groovy (del),
VerbatimGStringTest.groovy (del),
WhileLoopTest.groovy (del)
-
glaforge
2005-03-23 22:23
-
1 lines of code changed in:
-
glaforge
2005-03-12 20:26
-
6 lines of code changed in:
-
phk
2005-03-12 18:19
-
0 lines of code changed in:
-
jstrachan
2005-03-01 21:26
-
0 lines of code changed in:
-
groovy/groovy-core/src/test-new/groovy:
.cvsignore (changed),
AmbiguousInvocationTest.groovy (changed),
ArrayCoerceTest.groovy (changed),
ArrayParamMethodTest.groovy (changed),
ArrayTest.groovy (changed),
ArrayTypeTest.groovy (changed),
AssertNumberTest.groovy (changed),
AssertTest.groovy (changed),
Bar.groovy (changed),
Base64Test.groovy (changed),
BigDecimalOperationTest.groovy (changed),
BindingTest.groovy (changed),
BitwiseOperationsTest.groovy (changed),
BooleanOperationTest.groovy (changed),
CallInnerClassCtorTest.groovy (changed),
CastTest.groovy (changed),
CategoryTest.groovy (changed),
ChainedAssignment.groovy (changed),
ClassExpressionTest.groovy (changed),
ClassLoaderBug.groovy (changed),
ClassTest.groovy (changed),
ClosureAsParamTest.groovy (changed),
ClosureCloneTest.groovy (changed),
ClosureComparatorTest.groovy (changed),
ClosureCurryTest.groovy (changed),
ClosureDefaultParameterTest.groovy (changed),
ClosureInClosureTest.groovy (changed),
ClosureInStaticMethodTest.groovy (changed),
ClosureListenerTest.groovy (changed),
ClosureMethodCallTest.groovy (changed),
ClosureMethodTest.groovy (changed),
ClosureReturnTest.groovy (changed),
ClosureReturnWithoutReturnStatementTest.groovy (changed),
ClosureSugarTest.groovy (changed),
ClosureTest.groovy (changed),
ClosureUsingOuterVariablesTest.groovy (changed),
ClosureWithDefaultParamTest.groovy (changed),
ClosureWithEmptyParametersTest.groovy (changed),
CompareToTest.groovy (changed),
CompareTypesTest.groovy (changed),
CompilerErrorTest.groovy (changed),
Constructor2Test.groovy (changed),
ConstructorTest.groovy (changed),
DateTest.groovy (changed),
DefaultParamClosureTest.groovy (changed),
DefaultParamTest.groovy (changed),
DoWhileLoopTest.groovy (changed),
DollarEscapingTest.groovy (changed),
DoubleOperationTest.groovy (changed),
DummyInterface.java (changed),
DummyMethods.groovy (changed),
DummyMethods.java (changed),
EscapedUnicodeTest.groovy (changed),
ExceptionInClosureTest.groovy (changed),
ExpandoPropertyTest.groovy (changed),
FilterLineTest.groovy (changed),
Foo.groovy (changed),
ForLoopTest.groovy (changed),
ForLoopWithLocalVariablesTest.groovy (changed),
GStringTest.groovy (changed),
GeneratorTest.groovy (changed),
GlobalPrintlnTest.groovy (changed),
GroovyMethodsTest.groovy (changed),
HeredocsTest.groovy (changed),
HomepageTest.groovy (changed),
IfElseCompactTest.groovy (changed),
IfElseTest.groovy (changed),
IfPropertyTest.groovy (changed),
IfTest.groovy (changed),
IfWithMethodCall.groovy (changed),
ImmutableModificationTest.groovy (changed),
ImportTest.groovy (changed),
InstanceofTest.groovy (changed),
IntegerOperationTest.groovy (changed),
InvokeNormalMethodsFirstTest.groovy (changed),
LeftShiftTest.groovy (changed),
ListIteratingTest.groovy (changed),
ListTest.groovy (changed),
LiteralTypesTest.groovy (changed),
LittleClosureTest.groovy (changed),
LocalFieldTest.groovy (changed),
LocalPropertyTest.groovy (changed),
LocalVariableTest.groovy (changed),
LogTest.groovy (changed),
LogicTest.groovy (changed),
LoopBreakTest.groovy (changed),
MapConstructionTest.groovy (changed),
MapPropertyTest.groovy (changed),
MapTest.groovy (changed),
MethodCallTest.groovy (changed),
MethodCallWithoutParenthesisTest.groovy (changed),
MethodParameterAccessWithinClosureTest.groovy (changed),
MinMaxTest.groovy (changed),
MinusEqualsTest.groovy (changed),
ModuloTest.groovy (changed),
MultilineStringTest.groovy (changed),
MultiplyDivideEqualsTest.groovy (changed),
NamedParameterTest.groovy (changed),
NegationTests.groovy (changed),
NewExpressionTest.groovy (changed),
NoPackageTest.groovy (changed),
NullPropertyTest.groovy (changed),
NumberMathTest.groovy (changed),
OptionalReturnTest.groovy (changed),
OuterUser.java (changed),
OverloadInvokeMethodTest.groovy (changed),
OverridePropertyGetterTest.groovy (changed),
PlusEqualsTest.groovy (changed),
PostfixTest.groovy (changed),
PowerOperationTest.groovy (changed),
PrefixTest.groovy (changed),
PrimitiveTypeFieldTest.groovy (changed),
PrimitiveTypesTest.groovy (changed),
PrintTest.groovy (changed),
PrivateVariableAccessFromAnotherInstanceTest.groovy (changed),
ProcessTest.groovy (changed),
PropertyTest.groovy (changed),
PropertyTest2.groovy (changed),
PropertyWithoutDotTest.groovy (changed),
RangeTest.groovy (changed),
ReadLineTest.groovy (changed),
RegularExpressionsTest.groovy (changed),
ReturnTest.groovy (changed),
SafeNavigationTest.groovy (changed),
SampleMain.groovy (changed),
SerializeTest.groovy (changed),
ShellTest.groovy (changed),
SimplePostfixTest.groovy (changed),
SliceTest.groovy (changed),
SocketTest.groovy (changed),
SortTest.groovy (changed),
StaticThisTest.groovy (changed),
StringOperationTest.groovy (changed),
StringTest.groovy (changed),
SubscriptTest.groovy (changed),
SwitchTest.groovy (changed),
SwitchWithDifferentTypesTest.groovy (changed),
TernaryOperatorTest.groovy (changed),
TextPropertyTest.groovy (changed),
ThrowTest.groovy (changed),
ToArrayBug.groovy (changed),
TripleQuotedStringTest.groovy (changed),
TryCatchTest.groovy (changed),
TypesafeMethodTest.groovy (changed),
UnaryMinusTest.groovy (changed),
UnitTestAsScript.groovy (changed),
UnsafeNavigationTest.groovy (changed),
VerbatimGStringTest.groovy (changed),
WhileLoopTest.groovy (changed)
-
jstrachan
2005-03-01 20:58
-
0 lines of code changed in:
-
groovy/groovy-core/src/test-new/groovy:
.cvsignore (changed),
AmbiguousInvocationTest.groovy (changed),
ArrayCoerceTest.groovy (changed),
ArrayParamMethodTest.groovy (changed),
ArrayTest.groovy (changed),
ArrayTypeTest.groovy (changed),
AssertNumberTest.groovy (changed),
AssertTest.groovy (changed),
Bar.groovy (changed),
Base64Test.groovy (changed),
BigDecimalOperationTest.groovy (changed),
BindingTest.groovy (changed),
BitwiseOperationsTest.groovy (changed),
BooleanOperationTest.groovy (changed),
CallInnerClassCtorTest.groovy (changed),
CastTest.groovy (changed),
CategoryTest.groovy (changed),
ChainedAssignment.groovy (changed),
ClassExpressionTest.groovy (changed),
ClassLoaderBug.groovy (changed),
ClassTest.groovy (changed),
ClosureAsParamTest.groovy (changed),
ClosureCloneTest.groovy (changed),
ClosureComparatorTest.groovy (changed),
ClosureCurryTest.groovy (changed),
ClosureDefaultParameterTest.groovy (changed),
ClosureInClosureTest.groovy (changed),
ClosureInStaticMethodTest.groovy (changed),
ClosureListenerTest.groovy (changed),
ClosureMethodCallTest.groovy (changed),
ClosureMethodTest.groovy (changed),
ClosureReturnTest.groovy (changed),
ClosureReturnWithoutReturnStatementTest.groovy (changed),
ClosureSugarTest.groovy (changed),
ClosureTest.groovy (changed),
ClosureUsingOuterVariablesTest.groovy (changed),
ClosureWithDefaultParamTest.groovy (changed),
ClosureWithEmptyParametersTest.groovy (changed),
CompareToTest.groovy (changed),
CompareTypesTest.groovy (changed),
CompilerErrorTest.groovy (changed),
Constructor2Test.groovy (changed),
ConstructorTest.groovy (changed),
DateTest.groovy (changed),
DefaultParamClosureTest.groovy (changed),
DefaultParamTest.groovy (changed),
DoWhileLoopTest.groovy (changed),
DollarEscapingTest.groovy (changed),
DoubleOperationTest.groovy (changed),
DummyInterface.java (changed),
DummyMethods.groovy (changed),
DummyMethods.java (changed),
EscapedUnicodeTest.groovy (changed),
ExceptionInClosureTest.groovy (changed),
ExpandoPropertyTest.groovy (changed),
FilterLineTest.groovy (changed),
Foo.groovy (changed),
ForLoopTest.groovy (changed),
ForLoopWithLocalVariablesTest.groovy (changed),
GStringTest.groovy (changed),
GeneratorTest.groovy (changed),
GlobalPrintlnTest.groovy (changed),
GroovyMethodsTest.groovy (changed),
HeredocsTest.groovy (changed),
HomepageTest.groovy (changed),
IfElseCompactTest.groovy (changed),
IfElseTest.groovy (changed),
IfPropertyTest.groovy (changed),
IfTest.groovy (changed),
IfWithMethodCall.groovy (changed),
ImmutableModificationTest.groovy (changed),
ImportTest.groovy (changed),
InstanceofTest.groovy (changed),
IntegerOperationTest.groovy (changed),
InvokeNormalMethodsFirstTest.groovy (changed),
LeftShiftTest.groovy (changed),
ListIteratingTest.groovy (changed),
ListTest.groovy (changed),
LiteralTypesTest.groovy (changed),
LittleClosureTest.groovy (changed),
LocalFieldTest.groovy (changed),
LocalPropertyTest.groovy (changed),
LocalVariableTest.groovy (changed),
LogTest.groovy (changed),
LogicTest.groovy (changed),
LoopBreakTest.groovy (changed),
MapConstructionTest.groovy (changed),
MapPropertyTest.groovy (changed),
MapTest.groovy (changed),
MethodCallTest.groovy (changed),
MethodCallWithoutParenthesisTest.groovy (changed),
MethodParameterAccessWithinClosureTest.groovy (changed),
MinMaxTest.groovy (changed),
MinusEqualsTest.groovy (changed),
ModuloTest.groovy (changed),
MultilineStringTest.groovy (changed),
MultiplyDivideEqualsTest.groovy (changed),
NamedParameterTest.groovy (changed),
NegationTests.groovy (changed),
NewExpressionTest.groovy (changed),