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

[jung-visualization] AbstractGraphMousePlugin, AbstractPopupGraphMousePlugin and deprecated getModifiers() #250

Open
marco-brandizi opened this issue Mar 31, 2020 · 0 comments

Comments

@marco-brandizi
Copy link

marco-brandizi commented Mar 31, 2020

Hi all,
I'm working on the migration to Java 11 of a project that uses Jung heavily. I've stumbled to some code that extends AbstractPopupGraphMousePlugin and depends on
AbstractGraphMousePlugin. the pop-up plugins uses MouseEvent.BUTTON3_MASK, while its super-class uses MouseEvent.getModifiers() (in checkModifiers()). Both those elements have been deprecated in Java 9 and I'm concerned they'll be removed sooner than later.

My questions is: Are there plans to upgrade Jung? Do you have a timeline for it?

@marco-brandizi marco-brandizi changed the title AbstractGraphMousePlugin, AbstractPopupGraphMousePlugin and deprecated getModifiers() [jung-visualization] AbstractGraphMousePlugin, AbstractPopupGraphMousePlugin and deprecated getModifiers() Mar 31, 2020
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

1 participant