8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
![]() |
== Noncompliant Code Example
|
||
|
|
||
|
----
|
||
|
public void foo(String bar) throws Throwable { // Noncompliant
|
||
|
throw new RuntimeException("My Message"); // Noncompliant
|
||
|
}
|
||
|
----
|