Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 512480

Summary: No JavaDoc-Warning if @param <T> is missing on methods
Product: [Eclipse Project] JDT Reporter: Thomas Schindl <tom.schindl>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 4.7   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard: stalebug

Description Thomas Schindl CLA 2017-02-21 04:53:44 EST
/**
 * Hello World
 */
public interface Bla<O> {
	/**
	 * @return hello world
	 */
	public <T> T test();
}

Observed:
- a warning/error for the missing JavaDoc on the type-parameter <O>
- NO warning/error for the missing JavaDoc on the type-parameter <T>

Expected:
Both missing JavaDoc statements lead to a warning/error (like the javadoc-tool produces them)
Comment 1 Eclipse Genie CLA 2020-03-15 13:26:25 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.