10 Commits

Author SHA1 Message Date
Oleksandr Zhelezniak
63e78ecf0b [lombok]: #2629 SneakyThrows permits missing 'catch' blocks in checked-exception-throwing try-with-resource blocks within lambdas
GitOrigin-RevId: 44f1a479a6c5a3152218bd2424216d76e52ce04d
2024-10-06 19:20:55 +00:00
Michail Plushnikov
eaf8c3f891 [lombok] IDEA-354173 java: Improve @Getter/@Setter 'supported on' validation (is invalid on records)
GitOrigin-RevId: fa6a65ad6c3c5ea0befa1a55cdf9987fd009fa68
2024-09-10 21:17:49 +00:00
Mikhail Pyltsin
f3b00ccc67 IJ-MR-135481 [lombok] IDEA-352727 Support incomplete mode
- highlighting test for logs

GitOrigin-RevId: 517909418304c83e1fa67c4bfde0c3aed274d22d
2024-06-10 13:51:32 +00:00
Michail Plushnikov
c5257f0fea [lombok] IDEA-303185 Fix SneakyThrows, masking exceptions inside sibling constructors
GitOrigin-RevId: 9afd014cce3ea708d7cd88ce7a376a7d11bbab5b
2023-12-12 02:04:10 +00:00
Michail Plushnikov
d3d1bd466b [lombok] IDEA-339056 Added check for record compatibility, added additional @SuperBuilder static inner class check
GitOrigin-RevId: fb346719329789f549e8718f1f1b37ff246e4475
2023-11-28 21:31:37 +00:00
Michail Plushnikov
18d829160e [lombok] IDEA-338180 Added validation for missing main lombok annotation using @Builder.Default
GitOrigin-RevId: b9f98076e58de57bd32335230c577af0e34cac19
2023-11-16 00:38:08 +00:00
Michail Plushnikov
e7899edaa1 [lombok] IDEA-312809 with-field is marked as error for record fields with Lombok @Builder and @With at Class level
GitOrigin-RevId: ed53cde5f84e51c7578f619739445177d33b5d42
2023-05-01 16:52:46 +00:00
Michail Plushnikov
2cc97a1535 [lombok] IDEA-313324 Cannot resolve the staticConstructor of Lombok @Value
GitOrigin-RevId: b1f37499752fa34d1f906f1aa30fea98860ba643
2023-03-29 20:35:16 +00:00
Tagir Valeev
d0348e9ba0 [lombok] IDEA-283371 Disable constant expression evaluation for Builder.Default fields
GitOrigin-RevId: 7c5f5b6bd9eb1f462af626ecd4a7b43519c62ada
2021-11-26 10:11:33 +00:00
Aleksandr
a3c2c5afcb #799 Fix SneakyThrows in lambdas (#951)
* #799

- fix SneakyThrows handling for lambdas and cover with tests
- add test to check the situation when exception was handled by try-catch instead of SneakyThrows
- rename test class
- add test with nested try-catch (for top level and parent cases)

GitOrigin-RevId: 4861c438da83633f9d33f059d6cd27d3455794ce
2020-10-05 22:03:26 +03:00