CodART icon indicating copy to clipboard operation
CodART copied to clipboard

Lacking post conditions for "make field final"

Open seyyedaliayati opened this issue 4 years ago • 1 comments

Java rules about final fields are:

  • The blank final field length may not have been initialized
  • When a variable is declared with final keyword, its value can’t be modified

seyyedaliayati avatar Feb 24 '21 18:02 seyyedaliayati

Refactoring file --> refactorings/make_field_final.py

seyyedaliayati avatar Feb 24 '21 18:02 seyyedaliayati