Skip to content

Commit a54451f

Browse files
committed
Updated to Java 1.8.*.
1 parent acdc379 commit a54451f

40 files changed

+180
-85
lines changed

.cvsignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
api/
2+
bin/
3+
webcat-support-*.*
4+
src/fikin/*.jar
5+
src/jacoco/*.jar
6+
src/defaultJars/*.jar

Properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#This file is automatically rewritten by ANT. Hand-edits may be lost.
2-
#Tue Sep 06 08:21:54 EDT 2016
2+
#Fri Nov 17 08:35:39 EST 2017
33
version.minor=0
44
timeoutMultiplier=2
55
license.url="http\://www.gnu.org/licenses/agpl.html"
@@ -11,7 +11,7 @@ interpreter.prefix="${PerlForPlugins.perl.exe}"
1111
languages=( { name \= Java; version \= 1.4
1212
autoPublish=true
1313
version.major=4
14-
version.date=20160906
14+
version.date=20171117
1515
timeoutInternalPadding=400
1616
provider="Virginia Tech Computer Science"
1717
authorUid=edwards

java-src/net/sf/webcat/MutableStringBufferInputStream.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*
1111
* @deprecated
1212
* @author Stephen Edwards
13-
* @author Last changed by $Author$
14-
* @version $Revision$, $Date$
13+
* @author Last changed by $Author: stedwar2 $
14+
* @version $Revision: 1.2 $, $Date: 2010/02/23 19:47:08 $
1515
*/
1616
public class MutableStringBufferInputStream
1717
extends student.testingsupport.MutableStringBufferInputStream

java-src/net/sf/webcat/PrintStreamWithHistory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
*
1212
* @deprecated
1313
* @author Stephen Edwards
14-
* @author Last changed by $Author$
15-
* @version $Revision$, $Date$
14+
* @author Last changed by $Author: stedwar2 $
15+
* @version $Revision: 1.4 $, $Date: 2010/02/23 19:47:10 $
1616
*/
1717
public class PrintStreamWithHistory
1818
extends student.testingsupport.PrintStreamWithHistory

java-src/net/sf/webcat/PrintWriterWithHistory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
*
99
* @deprecated
1010
* @author Stephen Edwards
11-
* @author Last changed by $Author$
12-
* @version $Revision$, $Date$
11+
* @author Last changed by $Author: stedwar2 $
12+
* @version $Revision: 1.3 $, $Date: 2010/02/23 19:47:10 $
1313
*/
1414
public class PrintWriterWithHistory
1515
extends student.testingsupport.PrintWriterWithHistory

java-src/net/sf/webcat/ReflectionSupport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*==========================================================================*\
2-
| $Id$
2+
| $Id: ReflectionSupport.java,v 1.8 2010/05/27 14:24:21 stedwar2 Exp $
33
|*-------------------------------------------------------------------------*|
44
| Copyright (C) 2007 Virginia Tech
55
|
@@ -106,7 +106,7 @@
106106
* </p>
107107
*
108108
* @author stedwar2
109-
* @version $Id$
109+
* @version $Id: ReflectionSupport.java,v 1.8 2010/05/27 14:24:21 stedwar2 Exp $
110110
*/
111111
public class ReflectionSupport
112112
{

java-src/net/sf/webcat/StringNormalizer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* Use {@link student.testingsupport.StringNormalizer} instead.
88
*
99
* @author Stephen Edwards
10-
* @author Last changed by $Author$
11-
* @version $Revision$, $Date$
10+
* @author Last changed by $Author: stedwar2 $
11+
* @version $Revision: 1.3 $, $Date: 2010/02/23 19:47:19 $
1212
*/
1313
public class StringNormalizer
1414
extends student.testingsupport.StringNormalizer

java-src/net/sf/webcat/SystemIOUtilities.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
*
77
* @deprecated
88
* @author Stephen Edwards
9-
* @author Last changed by $Author$
10-
* @version $Revision$, $Date$
9+
* @author Last changed by $Author: stedwar2 $
10+
* @version $Revision: 1.5 $, $Date: 2010/02/23 19:47:19 $
1111
*/
1212
public class SystemIOUtilities
1313
extends student.testingsupport.SystemIOUtilities

java-src/net/sf/webcat/TestCase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
*
77
* @deprecated
88
* @author Stephen Edwards
9-
* @author Last changed by $Author$
10-
* @version $Revision$, $Date$
9+
* @author Last changed by $Author: stedwar2 $
10+
* @version $Revision: 1.7 $, $Date: 2010/02/23 19:47:16 $
1111
*/
1212
public class TestCase
1313
extends student.TestCase

0 commit comments

Comments
 (0)