Closed chashnikov closed 6 years ago
Objects.toStringHelper method was deprecated in Guava long time ago and it's even removed from modern Guava versions. This change is needed to avoid compatibility problems with IntelliJ IDEA 2018.1 where a new version of Guava is bundled.
Thanks for the info. I did it manually to support older versions as well. https://github.com/krasa/VisualVMLauncher/commit/2b6588c9a4d6d4873ecb55acc029409388669d2a#diff-c0e9a81c2a947c7ca7e8368f6796008b
Objects.toStringHelper method was deprecated in Guava long time ago and it's even removed from modern Guava versions. This change is needed to avoid compatibility problems with IntelliJ IDEA 2018.1 where a new version of Guava is bundled.