Clean up code base

Description

  • Add missing @Override annotations

  • Remove unused imports

  • Remove unnecessary `throws` declarations

  • Inline redundant local variables

  • Replace `StringBuffer` with `StringBuilder`

  • Remove redundant `String.toString()` calls

  • Remove redundant type casts

  • Add missing @Deprecated annotations

  • Remove redundant array creation for varargs parameter

  • Remove redundant type arguments

  • Simplify redundant `if` statements

  • Use `StandardCharsets` instead of String literals

  • Remove unnecessary fully qualified names

Activity

Show:

Mauro Talevi November 8, 2018 at 8:57 PM

Pulled with thanks

Valery Yatsynovich October 19, 2018 at 4:07 PM

Hi ,

Could you please review the changes?

Thanks

Valery Yatsynovich October 9, 2018 at 11:18 AM

Hi ,

Could you please review the pull request: https://github.com/jbehave/jbehave-core/pull/206/files?w=1 ?

Thanks

Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created October 8, 2018 at 10:11 PM
Updated November 8, 2018 at 8:57 PM
Resolved November 8, 2018 at 8:57 PM