hi..
upon reviwing legacy code, i've stumbled upon a case where variable types are being used as HashMaps and not maps, i was told it would take an entire day to change HashMaps to maps as they are used for method signatures as well , for all the variables, is there a way to take a bunch of variables and refactor them all and the methods they are being used back to maps?