Update changelog
This commit is contained in:
@ -1771,7 +1771,8 @@ having to deal with the creation of an array.
|
||||
[position()=last()]
|
||||
[@Array='true']
|
||||
[@Varargs='false']
|
||||
[not (./Type/ReferenceType[@Array='true'][PrimitiveType[@Image='byte']] or ./Type/ReferenceType[ClassOrInterfaceType[@Image='Byte']])]
|
||||
[not (./Type/ReferenceType[@Array='true'][PrimitiveType[@Image='byte']])]
|
||||
[not (./Type/ReferenceType[ClassOrInterfaceType[@Image='Byte']])]
|
||||
[not (./Type/PrimitiveType[@Image='byte'])]
|
||||
]]></value>
|
||||
</property>
|
||||
|
@ -12,6 +12,7 @@
|
||||
|
||||
* [#45](https://github.com/pmd/pmd/pull/45): #1290 RuleSetReferenceId does not process HTTP(S) correctly.
|
||||
* [#46](https://github.com/pmd/pmd/pull/46): Allow byte[] as no-vargars last argument
|
||||
* [#47](https://github.com/pmd/pmd/pull/47): Allow byte[] data and byte data[] as no-varargs last argument
|
||||
|
||||
**Bugfixes:**
|
||||
|
||||
|
Reference in New Issue
Block a user