mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-152033 Suggest current class for Class<?> parameter (for logging-related stuff)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
public class Foo {
|
||||
public static final Logger LOG = LoggerFactory.getLogger(<caret>)
|
||||
}
|
||||
|
||||
class LoggerFactory {
|
||||
static Logger getLogger(Class<?> c) {}
|
||||
}
|
||||
Reference in New Issue
Block a user