mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
unify javadoc warnings: @return tag should be highlighted if description is missed (IDEA-47680)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class MissingRetunDescription {
|
||||
/**
|
||||
* @return<EOLWarning/>
|
||||
* <warning>@return</warning>
|
||||
* @throws Exception in some case
|
||||
*/
|
||||
public boolean foo() throws Exception {
|
||||
|
||||
@@ -2,7 +2,7 @@ class Test {
|
||||
|
||||
/**
|
||||
* @param <error>i</error> here description goes
|
||||
* @return<EOLWarning/>
|
||||
* <warning>@return</warning>
|
||||
*/
|
||||
int d(){return 1;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user