Details
Activity
Aslak Hellesøy
made changes -
Field | Original Value | New Value |
---|---|---|
Affects Version/s | 1.3 [ 10107 ] | |
Fix Version/s | 1.3 [ 10107 ] |
Aslak Hellesøy
made changes -
Resolution | Won't Fix [ 2 ] | |
Status | Assigned [ 2 ] | Closed [ 6 ] |
There are two parts of the validation.
1) Warn/barf when an unknown tag (like @plop) is encountered. This logic can and should be part of a DocletTagFactory implementation. The createDocletTag(String,String) method could barf.
2) Let the tag validate itself. This requires a validate() method on the DefaultDocletTag, because it should be called by QDox.