fixing error reporting in AbstractBuilder #3078
the original code was not correct, threw NPEs and forgot the original cause exception.
e.getMessage()
could produce an NPE- using
e.getMessage()
as format string was probably not the desired functionality here.
There is a second small bugfix related to error reporting: If an undefined schema variable is used as a bound variable, an NPE was thrown. This fix makes sure that "No schema variable x has been defined" is reported.
Artifacts
- 27. May 2023 02:05 (7959.04 kB large)
- 27. May 2023 00:02 (8004.84 kB large)
- 20. Apr 2023 22:56 (7945.76 kB large)
- 10. Apr 2023 22:22 (5761.89 kB large)
- 21. Mar 2023 01:31 (3408.74 kB large)
- 20. Mar 2023 22:34 (3406.85 kB large)
- 20. Mar 2023 22:19 (3405.65 kB large)
- 20. Mar 2023 21:54 (3404.45 kB large)