Skip to content

Commit

Permalink
Deprecate old code
Browse files Browse the repository at this point in the history
  • Loading branch information
syoon2 committed Aug 12, 2024
1 parent f948f76 commit d857f01
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,10 @@ protected void renumberStatesInAllTransitionData(Map<Long, Long> mappingHashMap)
* will be found, and then the longest one will be returned
* @return The list of sequences of event labels (or {@code null} if there are
* no counter-examples)
*
* @deprecated This method is no longer used.
**/
@Deprecated(since = "2.1.0", forRemoval = true)
public List<List<String>> findCounterExample(boolean findShortest) {

if (!hasViolations())
Expand Down Expand Up @@ -1458,7 +1461,10 @@ public List<List<String>> findCounterExample(boolean findShortest) {
* @param path The path of states leading to the counter-example
* @param violation The relevant violation
* @return The list of event label sequences
*
* @deprecated This method is no longer used.
**/
@Deprecated(since = "2.1.0", forRemoval = true)
private List<List<String>> generateSequences(List<State> path, TransitionData violation) {

/* Build sequence of events and event labels for this counter-example */
Expand Down

0 comments on commit d857f01

Please sign in to comment.