Introduction
Fix issues before they exist
- Eclipse HelloWorld
- Eclipse Filter Configurations
- Fix code smell
- Blocker
- Short-circuit logic should be used in boolean contexts (java:S2178)
- Switch cases should end with an unconditional "break" statement (java:S128)
- Critical
- A conditionally executed single line should be denoted by indentation (java:S3973)
- Instance methods should not write to "static" fields (java:S2696)
- Major
- Minor
- Fix bug
- Blocker
- Resources should be closed (java:S2095)
- Printf-style format strings should not lead to unexpected behavior at runtime (java:S2275)
- Critical
- Fix vulnerability
留言
張貼留言