Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] [Code formatter] Option to remove useless semi-colon will be removed after M9


Hi,

This option does respect the contract that the code formatter should not change the source code. So it will be removed after M9 and deprecated immediately.

The option is: DefaultCodeFormatterConstants.FORMATTER_REMOVE_UNNECESSARY_SEMICOLON.

Olivier

Back to the top