Obsidian icon indicating copy to clipboard operation
Obsidian copied to clipboard

Deprecated BadTransactionException

Open shell769324 opened this issue 5 years ago • 0 comments

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 BadTransactionException

shell769324 avatar May 02 '19 16:05 shell769324