Hi, I'm the author of Mutability Detector. In looking into an issue raised against MD that relates to Jadira cloning I noticed that the presence of MD is determined by checking for the existence of a class, like so:
This class has recently been removed (it's now thread safe) so it will always throw a ClassNotFoundException. I'm much less likely to remove Configurations, so this should be a safer check to make.
Hi, I'm the author of Mutability Detector. In looking into an issue raised against MD that relates to Jadira cloning I noticed that the presence of MD is determined by checking for the existence of a class, like so:
This class has recently been removed (it's now thread safe) so it will always throw a
ClassNotFoundException
. I'm much less likely to removeConfigurations
, so this should be a safer check to make.