Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage of deprecated jetbrains Api #327

Closed
sambaranhazra opened this issue Aug 12, 2021 · 1 comment
Closed

Usage of deprecated jetbrains Api #327

sambaranhazra opened this issue Aug 12, 2021 · 1 comment
Milestone

Comments

@sambaranhazra
Copy link
Contributor

sambaranhazra commented Aug 12, 2021

Current stable build (1.1.1) of intellij-swagger has some deprecated usage as specified by the jetbrains report, this needs to be resolved to keep the plug-in up to date.


Deprecated methods usages (5)
AnnotationHolder.createWeakWarningAnnotation(...) (2)
Deprecated method AnnotationHolder.createWeakWarningAnnotation(...) is invoked in UnusedRefAnnotator.warn(...)
Deprecated method AnnotationHolder.createWeakWarningAnnotation(...) is invoked in UnusedRefAnnotator.warn(...)
ResourceUtil.getResource(Class, String, String) (2)
Deprecated method ResourceUtil.getResource(Class, String, String) is invoked in YamlSchemaInspection.createVisitor(...)
Deprecated method ResourceUtil.getResource(Class, String, String) is invoked in JsonSchemaInspection.createVisitor(...)
IconLoader.getIcon(String) (1)
Deprecated method IconLoader.getIcon(String) is invoked in Icons.<clinit>()
Deprecated classes usages (4)
HashSet (4)
Deprecated class HashSet is referenced in SpecIndexer.getReferencedFilesYaml(...)
Deprecated class HashSet is referenced in SpecIndexer.getReferencedFilesJson(...)
Deprecated class HashSet is referenced in OpenApiFileIndex$1.read(DataInput)
Deprecated class HashSet is referenced in SwaggerFileIndex$1.read(DataInput)```
@asaarilahti
Copy link
Member

All remaining usages of deprecated IntelliJ APIs should have been removed in #341 .

@asaarilahti asaarilahti added this to the 1.2.0 milestone Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants