IDEA-120784 "Class is public should be declared in a file named <Classname>.java" for inner interface

This commit is contained in:
Alexey Kudravtsev
2014-02-18 12:43:35 +04:00
parent 65642d998f
commit c7b78f76a2
309 changed files with 381 additions and 364 deletions

View File

@@ -1,6 +1,6 @@
/**
* Do smth @linkplain #link}.
*/
public class Test {
class Test {
private void link(){}
}

View File

@@ -2,6 +2,6 @@
* Do smth
* @author me.
*/
public class Test {
class Test {
}

View File

@@ -1,7 +1,7 @@
/**
* {<warning>@linked</warning>}
*/
public class Foo {
class Foo {
/**
* @param i some param {<warning>@vaaalue</warning> #field}
*/

View File

@@ -1,7 +1,7 @@
/**
* <warning>@foo</warning>
*/
public class Foo {
class Foo {
/**
* <warning>@foo</warning>
*/

View File

@@ -1,4 +1,4 @@
public class Test {
class Test {
/**
* @see Test#test(String, int...)
* @see Test#<error descr="Cannot resolve symbol 'test(String, long...)'">test</error>(String, long...)