Skip to content

Commit 4bb5f98

Browse files
Kirill GolubevKirill Golubev
authored andcommitted
param name mismatch in javadoc
1 parent 8695c5a commit 4bb5f98

File tree

1 file changed

+4
-6
lines changed
  • liquidjava/liquidjava-umbrella/liquidjava-verifier/src/main/java/liquidjava/processor/refinement_checker/object_checkers

1 file changed

+4
-6
lines changed

liquidjava/liquidjava-umbrella/liquidjava-verifier/src/main/java/liquidjava/processor/refinement_checker/object_checkers/AuxStateHandler.java

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class AuxStateHandler {
3737
*
3838
* @param c
3939
* @param f
40-
* @param context
40+
* @param tc
4141
*
4242
* @throws ParsingException
4343
*/
@@ -104,8 +104,8 @@ private static List<GhostFunction> getDifferentSets(TypeChecker tc, String klass
104104
* Handles the passage of the written state annotations to the context for regular Methods
105105
*
106106
* @param method
107-
* @param context
108107
* @param f
108+
* @param tc
109109
*
110110
* @throws ParsingException
111111
*/
@@ -231,7 +231,7 @@ private static Predicate addOldStates(Predicate p, Predicate th, List<GhostFunct
231231
/**
232232
* Sets the new state acquired from the constructor call
233233
*
234-
* @param key
234+
* @param refKey
235235
* @param f
236236
* @param map
237237
* @param ctConstructorCall
@@ -257,9 +257,7 @@ public static void constructorStateMetadata(String refKey, RefinedFunction f, Ma
257257
* If an expression has a state in metadata, then its state is passed to the last instance of the variable with
258258
* varName
259259
*
260-
* @param context
261-
* @param state_key
262-
* @param this_key
260+
* @param tc
263261
* @param varName
264262
* @param e
265263
*/

0 commit comments

Comments
 (0)