public class DummyBlock extends Object
| Modifier and Type | Field and Description |
|---|---|
static TweakingContext<Consumer<Throwable>> |
TweakIgnore |
| Constructor and Description |
|---|
DummyBlock() |
| Modifier and Type | Method and Description |
|---|---|
static void |
empty()
statement has empty body
|
static void |
fixme()
Code awaiting fix
|
static void |
fixme(String msg)
Code awaiting fix
|
static void |
ignore(Throwable t)
Catch block should not be empty
|
static void |
never()
Code never reached in Biz Logic
|
static void |
never(String msg)
Code never reached in Biz Logic
|
static void |
todo()
Code to be done
|
static void |
todo(String msg)
Code to be done
|
public static final TweakingContext<Consumer<Throwable>> TweakIgnore
public static void ignore(Throwable t)
public static void empty()
@Contract(value="->fail")
public static void never()
throws IllegalStateException
IllegalStateException@Contract(value="_->fail") public static void never(String msg) throws IllegalStateException
IllegalStateException@Contract(value="->fail")
public static void todo()
throws IllegalStateException
IllegalStateException@Contract(value="_->fail") public static void todo(String msg) throws IllegalStateException
IllegalStateException@Contract(value="->fail")
public static void fixme()
throws IllegalStateException
IllegalStateException@Contract(value="_->fail") public static void fixme(String msg) throws IllegalStateException
IllegalStateExceptionCopyright © 2024. All rights reserved.