-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Blake Martin wrote: > By default, PMD runs during the *verify* phase. > > PMD analyzes source code only (not bytecode), correct?
That is not entirely correct. While the vast majority of the rules only look at the Java source code, some of them, in the typeresolution ruleset for instance, will analyze the byte code if possible. So depending on what violations you're checking for, you may get a different result if you only look at the Java source code. Best regards, Xavier Le Vourch - -- Xavier Le Vourch Brittany Software, Inc. <[EMAIL PROTECTED]> PGP Key (ID 0x896C5947): http://brittanysoftware.com/gpg_key.asc Key fingerprint: 73B3 6370 B8C5 4325 F2D8 4115 0372 5805 896C 5947 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFI0nmcA3JYBYlsWUcRAtdtAJ4rPqOBMIC4ETo85pqmyu5clq+vcQCdFjSn hhENpKvzPHkftJLqLNzOtoo= =SvB+ -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
