Skip to content

Commit 453d7ea

Browse files
committed
Update revapi checks for version 2.3
1 parent 10033a6 commit 453d7ea

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ GDSC SMLM ImageJ Plugins - Single molecule localisation microscopy (SMLM)
281281
<!-- Path(s) to configuration in the JSON config file -->
282282
<root>2.1</root>
283283
<root>2.2</root>
284+
<root>2.3</root>
284285
</roots>
285286
</configurationFile>
286287
</analysisConfigurationFiles>

src/conf/revapi/api-changes.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,15 @@
7575
"justification": "Latest ImageJ changes are allowed; code should be updated to be compatible."
7676
} ]
7777
}
78+
} ],
79+
"2.3" : [ {
80+
"extension": "revapi.java",
81+
"configuration": {
82+
"checks": {
83+
"varargOverloadsOnlyDifferInVarargParameter": {
84+
"reportUnchanged": false
85+
}
86+
}
87+
}
7888
} ]
7989
}

0 commit comments

Comments
 (0)