Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Find: \n(\h*public void set[A-Z]\w*\((long|Long|int|Integer|String|double|Double|Object|Number|CharCharacter|char|Float|float|List|Collection|Set|Date|LocalDateTime|Calendar|File))

Replace: \n    @StrutsParameter\n$1

...

Find: public (?!(long|Long|int|Integer|String|double|Double|Number|CharCharacter|char|Float|float|Date|LocalDateTime|Calendar|File)\b)[\w<>\.]+ get[A-Z]\w*\(\)

...