Skip to content

Commit

Permalink
Merge branch 'master' into java17
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Aug 8, 2024
2 parents fa9d91e + 70e9989 commit a3c26c1
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 78 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/intellij.yml

This file was deleted.

40 changes: 20 additions & 20 deletions .github/workflows/tse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,31 +54,31 @@ jobs:
cd nopol-experiments
# Java 11 needs min target 1.6
sed -i -e 's/"1.4"/"1.6"/' data/projects/lang/bugs/*json
python2 src/reproduce.py -bug cm7
python2 src/reproduce.py -bug cm10
#python2 src/reproduce.py -bug pm1
#python2 src/reproduce.py -bug pm2
python2 src/reproduce.py -bug cm1
python2 src/reproduce.py -bug cm2
python2 src/reproduce.py -bug cm3
python2 src/reproduce.py -bug cm4
#python2 src/reproduce.py -bug cm5
#python2 src/reproduce.py -bug cm6
python src/reproduce.py -bug cm7
python src/reproduce.py -bug cm10
#python src/reproduce.py -bug pm1
#python src/reproduce.py -bug pm2
python src/reproduce.py -bug cm1
python src/reproduce.py -bug cm2
python src/reproduce.py -bug cm3
python src/reproduce.py -bug cm4
#python src/reproduce.py -bug cm5
#python src/reproduce.py -bug cm6
- name: commons lang
run: |
# they are all discarded because all these versions of Commons Lang use the old "enum" syntax
# we don't port the TSE benchmark, but we have ported some of the old Lang bugs in Defects4j
# see Defects4jEvaluationTest
cd nopol-experiments
#python2 src/reproduce.py -bug cl1
#python2 src/reproduce.py -bug cl2
#python2 src/reproduce.py -bug cl3
#python2 src/reproduce.py -bug cl4
#python2 src/reproduce.py -bug cl5
#python2 src/reproduce.py -bug cl6
#python2 src/reproduce.py -bug pl1
#python2 src/reproduce.py -bug pl2
#python2 src/reproduce.py -bug pl3
#python2 src/reproduce.py -bug pl4
#python src/reproduce.py -bug cl1
#python src/reproduce.py -bug cl2
#python src/reproduce.py -bug cl3
#python src/reproduce.py -bug cl4
#python src/reproduce.py -bug cl5
#python src/reproduce.py -bug cl6
#python src/reproduce.py -bug pl1
#python src/reproduce.py -bug pl2
#python src/reproduce.py -bug pl3
#python src/reproduce.py -bug pl4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Nopol [![Build Status](https://travis-ci.org/SpoonLabs/nopol.svg?branch=master)](https://travis-ci.org/SpoonLabs/nopol) [![Coverage Status](https://coveralls.io/repos/github/SpoonLabs/nopol/badge.svg?branch=master)](https://coveralls.io/github/SpoonLabs/nopol?branch=master)
# Nopol

Nopol is an automatic software repair tool for Java. This code is research code, released under the GPL licence.

Expand Down
2 changes: 1 addition & 1 deletion nopol-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>10.0.10</version><!-- -->
<version>10.0.14</version><!-- -->
</dependency>

</dependencies>
Expand Down
3 changes: 2 additions & 1 deletion nopol-ui-intellij/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[![Build Status](https://travis-ci.org/SpoonLabs/nopol-ui-intellij.svg?branch=master)](https://travis-ci.org/SpoonLabs/nopol-ui-intellij)

# Intellij User-Interface for NoPol

OUTDATED: do no expect it to compile or run

Demonstration video: https://www.youtube.com/watch?v=t04_59QZ-hs

## Installation
Expand Down
7 changes: 0 additions & 7 deletions nopol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +311,6 @@
<snapshots/>
</repository>

<repository>
<id>spoon-snapshot</id>
<name>Maven Repository for Spoon Snapshots</name>
<url>https://repository.ow2.org/nexus/content/repositories/snapshots/</url>
<snapshots/>
</repository>

<repository>
<id>tdurieux.github.io/maven-repository/snapshots/</id>
<name>tdurieux.github.io maven-repository</name>
Expand Down

0 comments on commit a3c26c1

Please sign in to comment.