Obsidian
Obsidian copied to clipboard
Deprecated BadTransactionException
Describe the bug
For all methods that are declared in an obs file, the corresponding java method has throws BadTransactionException
declared in their function signature. However, BadTransactionException
is not thrown in the function body of any such method.
To Reproduce Generate the java code of any obs file with at least one method. Check the corresponding java method.
Expected behavior BadTransactionException should not be declared in the method signature if it is never thrown.
Screenshots