sabof
sabof

Reputation: 8192

Make Eclipse encourage a certain keyword order

I want to try and maintain a certain keyword order (example). Does Eclipse have an option or a plugin that would make warnings when the order is not maintained? Bonus points, if I can:

Upvotes: 0

Views: 75

Answers (1)

S. Cambon
S. Cambon

Reputation: 560

The Eclipse plugin for Checkstyle can leverage the ModifierOrder check to warn about incorrect keywords ordering.

Upvotes: 1

Related Questions