Skip to content

Commit

Permalink
Merge pull request #994 from uhafner/loose-coupling-allowed-types
Browse files Browse the repository at this point in the history
Add some more allowed classes for loose coupling rule
  • Loading branch information
uhafner authored Apr 23, 2024
2 parents 355d8a3 + 5f73e19 commit fbe73d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/pmd-java-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</rule>
<rule ref="category/java/bestpractices.xml/LooseCoupling">
<properties>
<property name="allowedTypes" value="java.util.Properties, java.util.jar.Attributes, net.minidev.json.JSONArray, org.jsoup.select.Elements, edu.hm.hafner.util.LineRangeList" />
<property name="allowedTypes" value="java.util.Properties, java.util.jar.Attributes, net.minidev.json.JSONArray, hudson.util.ListBoxModel, hudson.util.ComboBoxModel, hudson.DescriptorExtensionList, hudson.EnvVars, org.jsoup.select.Elements, edu.hm.hafner.util.LineRangeList," />
</properties>
</rule>
<rule ref="category/java/codestyle.xml">
Expand Down

0 comments on commit fbe73d6

Please sign in to comment.