Do not use WebLogic-specific JDBC properties or extensions

This rule detects the use of WebLogic-specific strings and classes that are used for JDBC.

WebLogic-specific strings


The following string literals are detected. For example, the following code will be detected:
WebLogic JDBC Extension


Instances of the following objects, or the cast operations are detected. The following code shows examples of detecting WLConnection object usage:
The Simple Type cases are detected as long as one of these two import statements is present: