mirror of https://github.com/apache/jclouds.git
Ensure no calls to primitive wrapper constructors
This commit is contained in:
parent
37d65d3d81
commit
df94527056
|
@ -25,6 +25,9 @@
|
||||||
<module name="TreeWalker">
|
<module name="TreeWalker">
|
||||||
<module name="AvoidStarImport"/>
|
<module name="AvoidStarImport"/>
|
||||||
<module name="EmptyStatement"/>
|
<module name="EmptyStatement"/>
|
||||||
|
<module name="IllegalInstantiation">
|
||||||
|
<property name="classes" value="java.lang.Boolean,java.lang.Short,java.lang.Integer,java.lang.Long"/>
|
||||||
|
</module>
|
||||||
<!--
|
<!--
|
||||||
jclouds prefers 120 character line lengths but has many files with
|
jclouds prefers 120 character line lengths but has many files with
|
||||||
longer lines
|
longer lines
|
||||||
|
|
Loading…
Reference in New Issue