|
64 | 64 | public class PmdReport extends AbstractPmdReport { |
65 | 65 | /** |
66 | 66 | * The target JDK to analyze based on. Should match the source used in the compiler plugin. |
67 | | - * Valid values depend on the used PMD version. With the default PMD version valid values are |
68 | | - * currently <code>1.3</code>, <code>1.4</code>, <code>1.5</code>, <code>1.6</code>, <code>1.7</code>, |
69 | | - * <code>1.8</code>, <code>9</code>, <code>10</code>, <code>11</code>, <code>12</code>, <code>13</code>, |
70 | | - * <code>14</code>, <code>15</code>, <code>16</code>, <code>17</code>, <code>18</code>, <code>19</code>, |
71 | | - * <code>20</code>, <code>21</code>, and <code>22</code>. |
| 67 | + * Valid values depend on the used PMD version. Most common values are |
| 68 | + * <code>8</code>, <code>11</code>, <code>17</code>, and <code>21</code>. |
72 | 69 | * |
73 | | - * <p> You can override the default PMD version by specifying PMD as a dependency, |
74 | | - * see <a href="examples/upgrading-PMD-at-runtime.html">Upgrading PMD at Runtime</a>.</p> |
75 | | - * |
76 | | - * <p> To see the supported Java versions for each PMD version, see |
| 70 | + * <p>The full list of supported Java versions for each PMD version is available at |
77 | 71 | * <a href="https://docs.pmd-code.org/latest/pmd_languages_java.html">Java support (PMD)</a>.</p> |
78 | 72 | * |
| 73 | + * <p>You can override the default PMD version by specifying PMD as a dependency, |
| 74 | + * see <a href="examples/upgrading-PMD-at-runtime.html">Upgrading PMD at Runtime</a>.</p> |
| 75 | + * |
79 | 76 | * <p> |
80 | 77 | * <b>Note:</b> this parameter is only used if the language parameter is set to <code>java</code>. |
81 | 78 | * </p> |
|
0 commit comments