OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
11 stars 20 forks source link

usage of APIs scheduled for removal #846

Open aparnamichael opened 6 days ago

aparnamichael commented 6 days ago

IDE version - 2024.1.4

There are 20 usages of scheduled for removal API.

Scheduled for removal fields usages (11)

Scheduled for removal classes usages (4)

Scheduled for removal methods usages (4)

Scheduled for removal enum usage (1)

aparnamichael commented 6 days ago

PsiType.VOID (4) (scheduled for removal in a future release) _Fix: Replaced with 'PsiTypes.voidType()'_

PsiType.BOOLEAN (1) (scheduled for removal in a future release) _Fix: Replaced with 'PsiTypes.booleanType()'_

PsiType.DOUBLE (1) (scheduled for removal in a future release) _Fix: Replaced with 'PsiTypes.doubleType()'_

PsiType.FLOAT (1) (scheduled for removal in a future release) _Fix: Replaced with 'PsiTypes.floatType()'_

PsiType.INT (1) (scheduled for removal in a future release) _Fix: Replaced with 'PsiTypes.intType()'_

PsiType.LONG (1) (scheduled for removal in a future release) _Fix: Replaced with 'PsiTypes.longType()'_

PsiType.SHORT (1) (scheduled for removal in a future release) _Fix: Replaced with 'PsiTypes.shortType()'_

aparnamichael commented 6 days ago

TerminalView (3) (scheduled for removal in a future release) Fix: Replaced with TerminalToolWindowManager class

LayoutBuilder (1) (scheduled for removal in a future release) - The fix needs to be implemented in the lsp4ij plugin.

aparnamichael commented 6 days ago

ProjectManagerListener.projectOpened(Project) (1) (scheduled for removal in a future release) - The fix needs to be implemented in the lsp4ij plugin.

LayoutKt.panel(LCFlags[], String, Function1) (1) (scheduled for removal in a future release) - The fix needs to be implemented in the lsp4ij plugin.

MavenGeneralSettings.getMavenHome() (1) (scheduled for removal in a future release) - The changes are available in main branch

MavenUtil.resolveMavenHomeDirectory(String) (1) (scheduled for removal in a future release) - The changes are available in main branch