Elliot Hillary
Elliot Hillary
Fixes #98. I haven't added the rule to the default quality profile since it may be frustrating for existing codebases.
Fixes #95. I haven't added this to the Sonar way quality profile, but it probably could be added depending on how noisy it is. I'll run some tests and see.
### Prerequisites - [X] This improvement has not already been suggested. - [X] This improvement should not be implemented as a separate rule. ### Rule to improve RedundantCast ### Improvement...
Fixes #368 by improving `TextLiteralNode::characterEscapeToChar`. Note that the interpretation of "ANSI encoding" is the system native encoding, so it is assumed that the system the Sonar scan runs on has...
When generating data classes with Jackson annotations, you currently have to manually indicate that a null field should be omitted by adding `x-jackson-include-non-null: true` to the object schema. While it's...