Community
Participate
Working Groups
SQL Code in the Scout Client was already deprecated in Scout 3.7. It should be removed.
- Legacy code was deprecated (to be removed in M-Release). - Please cleanup deprecation warnings: - For deprecated code used in Scout itself in other deprecated classes: use @SuppressWarnings("deprecation") - For tests that should use new functionality: rewrite - For tests that only test old functionality: deprecate test (to be removed in M-Release)
Obsolete.