Inconsistent method name [BATCH-2715] #892
Labels
has: backports
Legacy label from JIRA. Superseded by "for: backport-to-x.x.x"
in: core
type: enhancement
Milestone
Kui Liu opened BATCH-2715 and commented
The following method is named as "getStartable". "getStartable" is prone to obtain something. "isStartable" is a query asking whether the stepExecution is startable, which describes what the method is doning. So, "isStartable" should be more intuitive.
Affects: 4.0.1
Referenced from: pull request https://github.com/spring-projects/spring-batch/pull/600/files
Backported to: 4.1.0.M3
The text was updated successfully, but these errors were encountered: