artyushov / idea-jmh-plugin

Plugin for Itellij IDEA to make benchmarking with JMH easier.
MIT License
445 stars 43 forks source link

Methods annotated @Setup and @Teardown should not be "dead" #10

Closed gvsmirnov closed 10 years ago

gvsmirnov commented 10 years ago

At the moment, IDEA thinks that setup/teardown for @State are unused. How misguided!