Skip to content

Commit 6c16f86

Browse files
committed
[ 0833f45 ] run randoop before bug 1
1 parent 0833f45 commit 6c16f86

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ CSV files of various types.
6666
<commons.componentid>csv</commons.componentid>
6767
<commons.jira.id>CSV</commons.jira.id>
6868
<commons.jira.pid>12313222</commons.jira.pid>
69-
<maven.compile.source>1.5</maven.compile.source>
70-
<maven.compile.target>1.5</maven.compile.target>
69+
<maven.compile.source>1.7</maven.compile.source>
70+
<maven.compile.target>1.7</maven.compile.target>
7171
</properties>
7272

7373
<reporting>

randoop/myclasses.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
org.apache.commons.csv.CSVFormat
2+
org.apache.commons.csv.CSVLexer
3+
org.apache.commons.csv.CSVParser$1
4+
org.apache.commons.csv.CSVParser$2
5+
org.apache.commons.csv.CSVParser
6+
org.apache.commons.csv.CSVPrinter
7+
org.apache.commons.csv.CSVRecord
8+
org.apache.commons.csv.ExtendedBufferedReader
9+
org.apache.commons.csv.Lexer
10+
org.apache.commons.csv.Token$Type
11+
org.apache.commons.csv.Token

randoop/randoop.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
cd ../
2+
mvn package -Dmaven.test.skip=true
3+
cd target/classes

0 commit comments

Comments
 (0)