StatusBarWidget getMaxPossibleText deprecated
I'm working on an upgrade to an existing IDEA plugin, but see the following warning when compiling:
`Warning:(71, 19) java: getMaxPossibleText() in com.intellij.openapi.wm.StatusBarWidget.TextPresentation has been deprecated`
I didn't find anything in the docs about what is supposed to replace this. Anyone know of the correct way to resolve the warning?
Please sign in to leave a comment.