2024-03-08 17:24:42 +01:00
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
=== Message
Either log this exception and handle it, or rethrow it with some contextual information.
=== Highlighting
* Primary: The exception caught
* Secondary 1: The logging statement:
** message: 'Logging statement.'
* Secondary 2: The `throw` statement
** message: 'Thrown exception.'
'''
== Comments And Links
(visible only on this page)
Modify rules S1612,S1640,S1643,S1656,S1710,S1751,S1849,S1858,S1862,S1871,S1872,S1940,S1994,S2093,S2130,S2133,S2140,S2147,S2153,S2154,S2168,S2178,S2183,S2185: SONARJAVA-5186 Improve Test Code Support Part 3 (#4525)
2024-11-22 09:51:54 +01:00
=== on 21 Nov 2024, 16:48:00 Alban Auzeill wrote:
[test-code-support-investigation-for-java] Decision for scope: Keep 'Main'. Test don't always want to capture the logs, throwing any "Boom!" exception is enough.
2024-03-08 17:24:42 +01:00
=== on 11 Oct 2014, 12:09:59 Freddy Mallet wrote:
Sounds good to me!
Modify rules S1612,S1640,S1643,S1656,S1710,S1751,S1849,S1858,S1862,S1871,S1872,S1940,S1994,S2093,S2130,S2133,S2140,S2147,S2153,S2154,S2168,S2178,S2183,S2185: SONARJAVA-5186 Improve Test Code Support Part 3 (#4525)
2024-11-22 09:51:54 +01:00
endif::env-github,rspecator-view[]