-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: tools
-
b115
-
Verified
Something like
/**
* @whatsthis nothing to do
*/
public class test {}
should elicit a warning about an unknown tag, but seems to be ignored.
/**
* @whatsthis nothing to do
*/
public class test {}
should elicit a warning about an unknown tag, but seems to be ignored.