forked from phoedos/pmd
[apex] Add test case for #702
This commit is contained in:
@ -303,4 +303,21 @@ public class SerializerException extends Exception {
|
|||||||
]]></code>
|
]]></code>
|
||||||
</test-code>
|
</test-code>
|
||||||
|
|
||||||
|
<test-code>
|
||||||
|
<description>Enum members</description>
|
||||||
|
<expected-problems>0</expected-problems>
|
||||||
|
<code><![CDATA[
|
||||||
|
public enum AsyncApexJobType {
|
||||||
|
Future,
|
||||||
|
SharingRecalculation,
|
||||||
|
ScheduledApex,
|
||||||
|
BatchApex,
|
||||||
|
BatchApexWorker,
|
||||||
|
TestRequest,
|
||||||
|
TestWorker,
|
||||||
|
ApexToken,
|
||||||
|
Queueable
|
||||||
|
}
|
||||||
|
]]></code>
|
||||||
|
</test-code>
|
||||||
</test-data>
|
</test-data>
|
||||||
|
Reference in New Issue
Block a user