mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
IJ-CR-138987 [java] IDEA-355892 JEP 477 JEP 477. Problems with run gutters
- more assertions - add comment GitOrigin-RevId: 3c804fec7727a5527b522aaf0a16bb55507b4cc3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
96a1761f1f
commit
86f9b646e3
@@ -67,8 +67,8 @@ public final class PsiMethodUtil {
|
||||
|
||||
/**
|
||||
* Finds the main method in the given class or its parents.
|
||||
* ATTENTION: does not use implementations of {@link JavaMainMethodProvider}
|
||||
* (unlike {@link #hasMainMethod(PsiClass)} or {@link #findMainMethod(PsiClass)})
|
||||
* ATTENTION: this method does not use implementations of {@link JavaMainMethodProvider}
|
||||
* if you need to take into account custom entry points, use {@link #hasMainMethod(PsiClass)} or {@link #findMainMethod(PsiClass)}
|
||||
*
|
||||
* @param aClass the class in which to find the main method.
|
||||
* @return the main method if found, or null if not found or if an {@link IndexNotReadyException} occurs.
|
||||
|
||||
Reference in New Issue
Block a user