mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
[java-rd] IDEA-333104 fix cases when highlighting get null in parents
- added new test for consistency GitOrigin-RevId: d3aa13912b43b6717d675d5ea5a9abce7e38dad6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b851673c40
commit
8be2252d3f
@@ -10,6 +10,8 @@ import com.intellij.psi.tree.TokenSet;
|
||||
* The BasicElementTypes interface represents a collection of basic element types used in frontback java modules.
|
||||
* {@link TokenSet} is used for set, which contains `basic` types, which are not used in hierarchy.
|
||||
* for other sets {@link ParentAwareTokenSet} is used.
|
||||
* This set of sets must be consistent with {@link com.intellij.psi.impl.source.tree.ElementType}.
|
||||
* It checks with {@link com.intellij.java.parser.FrontBackElementTypeTest#testJavaTokenSet()}
|
||||
*
|
||||
* @see ParentAwareTokenSet
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user