|
36 | 36 | }, |
37 | 37 | { |
38 | 38 | "key": "AT_NONATOMIC_64BIT_PRIMITIVE", |
39 | | - "name": "Multi-threading - This write of this 64-bit primitive variable may not atomic", |
| 39 | + "name": "Multi-threading - This write of this 64-bit primitive variable may not be atomic", |
40 | 40 | "type": "BUG", |
41 | 41 | "severity": "MAJOR", |
42 | 42 | "url": "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#at-nonatomic-64bit-primitive" |
|
365 | 365 | "severity": "MAJOR", |
366 | 366 | "url": "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#ct-constructor-throw" |
367 | 367 | }, |
| 368 | + { |
| 369 | + "key": "CWO_CLOSED_WITHOUT_OPENED", |
| 370 | + "name": "Multi-threading - Method releases lock without opening it", |
| 371 | + "type": "BUG", |
| 372 | + "severity": "MAJOR", |
| 373 | + "url": "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#cwo-closed-without-opened" |
| 374 | + }, |
368 | 375 | { |
369 | 376 | "key": "DB_DUPLICATE_BRANCHES", |
370 | 377 | "name": "Style - Method uses the same code for two branches", |
|
624 | 631 | "severity": "MAJOR", |
625 | 632 | "url": "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#dmi-long-bits-to-double-invoked-on-int" |
626 | 633 | }, |
| 634 | + { |
| 635 | + "key": "DMI_MISLEADING_SUBSTRING", |
| 636 | + "name": "Style - Invocation of substring(0), which returns the same as toString()", |
| 637 | + "type": "CODE_SMELL", |
| 638 | + "severity": "MAJOR", |
| 639 | + "url": "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#dmi-misleading-substring" |
| 640 | + }, |
627 | 641 | { |
628 | 642 | "key": "DMI_NONSERIALIZABLE_OBJECT_WRITTEN", |
629 | | - "name": "Style - Non serializable object written to ObjectOutput", |
| 643 | + "name": "Style - Non-serializable object written to ObjectOutput", |
630 | 644 | "type": "CODE_SMELL", |
631 | 645 | "severity": "MAJOR", |
632 | 646 | "url": "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#dmi-nonserializable-object-written" |
|
1585 | 1599 | }, |
1586 | 1600 | { |
1587 | 1601 | "key": "J2EE_STORE_OF_NON_SERIALIZABLE_OBJECT_INTO_SESSION", |
1588 | | - "name": "Bad practice - Store of non serializable object into HttpSession", |
| 1602 | + "name": "Bad practice - Store of non-serializable object into HttpSession", |
1589 | 1603 | "type": "CODE_SMELL", |
1590 | 1604 | "severity": "MAJOR", |
1591 | 1605 | "url": "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#j2ee-store-of-non-serializable-object-into-session" |
|
0 commit comments