Add relevant property tag

This commit is contained in:
Clément Fournier
2020-03-19 01:49:55 +01:00
parent eaceefc39e
commit 0d65c2e6e6
32 changed files with 223 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ Rules which enforce generally accepted best practices.
</description>
<priority>3</priority>
<properties>
<property name="version" value="2.0"/>
<property name="xpath">
<value>
<![CDATA[

View File

@@ -105,6 +105,7 @@ https://docs.oracle.com/cd/B28359_01/appdev.111/b28370/static.htm#BABIIHBJ
</description>
<priority>3</priority>
<properties>
<property name="version" value="2.0"/>
<property name="xpath">
<value>
<![CDATA[
@@ -146,6 +147,7 @@ In case you have loops please name the loop variables more meaningful.
</description>
<priority>3</priority>
<properties>
<property name="version" value="2.0"/>
<property name="xpath">
<value>
<![CDATA[

View File

@@ -499,6 +499,7 @@ have more fine grained objects.
<priority>3</priority>
<properties>
<property name="maxmethods" type="Integer" description="The method count reporting threshold" min="1" max="1000" value="1"/>
<property name="version" value="2.0"/>
<property name="xpath">
<value>
<![CDATA[

View File

@@ -20,6 +20,7 @@ TO_DATE(TO_CHAR(date-variable)) used to remove time component - use TRUNC(date-v
</description>
<priority>3</priority>
<properties>
<property name="version" value="2.0"/>
<property name="xpath">
<value>
<![CDATA[
@@ -60,6 +61,7 @@ TO_DATE without date format- use TO_DATE(expression, date-format)
</description>
<priority>3</priority>
<properties>
<property name="version" value="2.0"/>
<property name="xpath">
<value>
<![CDATA[
@@ -112,6 +114,7 @@ TO_TIMESTAMP without date format- use TO_TIMESTAMP(expression, date-format)
</description>
<priority>3</priority>
<properties>
<property name="version" value="2.0"/>
<property name="xpath">
<value>
<![CDATA[