Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ subprojects {
repositories {
mavenCentral()
//maven { url = "https://git.key-project.org/api/v4/projects/35/packages/maven/" }
//maven { url = "https://central.sonatype.com/repository/maven-snapshots/" }
maven { url = "https://central.sonatype.com/repository/maven-snapshots/" }
}

dependencies {
Expand Down Expand Up @@ -316,7 +316,6 @@ subprojects {
afterEvaluate {
description = project.description
assert (project.description != null && project.description != "") : "Description of modules are required at maven-central"
print(project.description)
}
url = 'https://key-project.org/'

Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Plugins
spotless = "8.10.1"
checkerframework-gradle = "0.6.61"
maven-publish = "0.37.0"
maven-publish = "0.36.0"
Comment thread
wadoon marked this conversation as resolved.
shadow = "9.6.1"

# Core dependencies
Expand All @@ -23,7 +23,7 @@ stringtemplate = "4.3.4"

# Java parsing and analysis
javapoet = "1.13.0"
javaparser = "3.28.0-K13.6"
javaparser = "3.28.2-J8.0-K13.5-SNAPSHOT"
truth = "1.4.5"

# UI and CLI
Expand Down Expand Up @@ -67,9 +67,9 @@ stringtemplate = { module = "org.antlr:ST4", version.ref = "stringtemplate" }

# Java source code processing
javapoet = { module = "com.squareup:javapoet", version.ref = "javapoet" }
javaparser-core = { module = "org.key-project.proofjava:javaparser-core", version.ref = "javaparser" }
javaparser-core-serialization = { module = "org.key-project.proofjava:javaparser-core-serialization", version.ref = "javaparser" }
javaparser-symbol-solver-core = { module = "org.key-project.proofjava:javaparser-symbol-solver-core", version.ref = "javaparser" }
javaparser-core = { module = "io.github.jmltoolkit:jmlparser-core", version.ref = "javaparser" }
javaparser-core-serialization = { module = "io.github.jmltoolkit:jmlparser-core-serialization", version.ref = "javaparser" }
javaparser-symbol-solver-core = { module = "io.github.jmltoolkit:jmlparser-symbol-solver-core", version.ref = "javaparser" }

# Testing utilities
truth = { module = "com.google.truth:truth", version.ref = "truth" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ public static class MyInnerClass {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;
}

@javax.annotation.processing.Generated()
Expand All @@ -34,8 +34,8 @@ public static class MyInnerClass {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ public static class MyInnerClass {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MyInnerClass $allocate();
}
Expand All @@ -36,10 +36,10 @@ public static class MyInnerClass {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MostSimpleInner $allocate();
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ public static class MyInnerClass {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MyInnerClass $allocate();

Expand All @@ -44,10 +44,10 @@ public MyInnerClass() {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MostSimpleInner $allocate();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ public static class MyInnerClass {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MyInnerClass $allocate();

Expand Down Expand Up @@ -47,10 +47,10 @@ public MyInnerClass() {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MostSimpleInner $allocate();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ public static class MyInnerClass {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MyInnerClass $allocate();

Expand Down Expand Up @@ -85,10 +85,10 @@ public MyInnerClass() {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MostSimpleInner $allocate();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ public static class MyInnerClass {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MyInnerClass $allocate();

Expand Down Expand Up @@ -93,10 +93,10 @@ public MyInnerClass() {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MostSimpleInner $allocate();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ public static class MyInnerClass {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MyInnerClass $allocate();

Expand Down Expand Up @@ -100,10 +100,10 @@ public MyInnerClass() {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MostSimpleInner $allocate();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ public static class MyInnerClass {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MyInnerClass $allocate();

Expand Down Expand Up @@ -108,10 +108,10 @@ public MyInnerClass() {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MostSimpleInner $allocate();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ public static class MyInnerClass {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MyInnerClass $allocate();

Expand Down Expand Up @@ -108,10 +108,10 @@ public MyInnerClass() {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MostSimpleInner $allocate();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ public static class MyInnerClass {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MyInnerClass $allocate();

Expand Down Expand Up @@ -108,10 +108,10 @@ public MyInnerClass() {
static private boolean $classPrepared;

@javax.annotation.processing.Generated()
static public model boolean $staticInv;
static public /*@ model */ boolean $staticInv;

@javax.annotation.processing.Generated()
static public model boolean $staticInv_free;
static public /*@ model */ boolean $staticInv_free;

public static MostSimpleInner $allocate();

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//@ /*@ nullable */


record MyRecord(String test) {

public int hashCode() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public record SimpleRecord(/*@ nullable */ String name) implements Serializable {
public record SimpleRecord([[JML modifiers]] String name) implements Serializable {
Comment thread
unp1 marked this conversation as resolved.

SimpleRecord(String name) {
this.name = name;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//@ /*@ nullable */


record MyRecord(String test) {

public int hashCode() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public record SimpleRecord(/*@ nullable */ String name) implements Serializable {
public record SimpleRecord([[JML modifiers]] String name) implements Serializable {
Comment thread
wadoon marked this conversation as resolved.

SimpleRecord(String name) {
this.name = name;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//@ /*@ nullable */


record MyRecord(String test) {

public int hashCode() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public record SimpleRecord(/*@ nullable */ String name) implements Serializable {
public record SimpleRecord([[JML modifiers]] String name) implements Serializable {
Comment thread
wadoon marked this conversation as resolved.

SimpleRecord(String name) {
this.name = name;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//@ /*@ nullable */


record MyRecord(String test) {

public int hashCode() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public record SimpleRecord(/*@ nullable */ String name) implements Serializable {
public record SimpleRecord([[JML modifiers]] String name) implements Serializable {
Comment thread
wadoon marked this conversation as resolved.

SimpleRecord(String name) {
this.name = name;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public Mapping(String from, String to) {

@Override()
@javax.annotation.processing.Generated("RecordClassBuilder")
public final non_null String toString() {
public final /*@ non_null */ String toString() {
return "Mapping[" + "from=" + from + "," + "to=" + to + "]";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public MyRecord(String test) {

@Override()
@javax.annotation.processing.Generated("RecordClassBuilder")
public final non_null String toString() {
public final /*@ non_null */ String toString() {
return "MyRecord[" + "test=" + test + "]";
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private Name(String name) {

@Override()
@javax.annotation.processing.Generated("RecordClassBuilder")
public final non_null String toString() {
public final /*@ non_null */ String toString() {
return "Name[" + "name=" + name + "]";
}

Expand Down Expand Up @@ -121,7 +121,7 @@ public final int y() {

@Override()
@javax.annotation.processing.Generated("RecordClassBuilder")
public final non_null String toString() {
public final /*@ non_null */ String toString() {
return "Point[" + "x=" + x + "," + "y=" + y + "]";
}

Expand Down
Loading
Loading