Commit 5f32975
committed
fix(gradle): replace internal IElementType.getDebugName() with direct type equality
Use direct == comparison on IElementType singleton instances instead of
comparing debug name strings via the internal getDebugName() API.
Implements TC-4167
Assisted-by: Claude Code1 parent 1682b80 commit 5f32975
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- src/main/java/org/jboss/tools/intellij/componentanalysis/gradle
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments