jSparrow v4.18.0

Released: Jul 7, 2023

v4.18.0 버젼 업데이트

기능

jSparrow Eclipse Plugin

  • New Rule
    • Use Ternary Operator - This rule is used to replace if-statements by equivalent statements using the ternary operator in cases where such a replacement is reasonable.
  • More jSparrow Markers - Added 2 additional markers for the following rules taking the total number of available jSparrow Markers to 94:
    • Use Ternary Operator.
    • Replace Multi Branch If By Switch.