|
Change Variable Type myFoo : Foo<Integer,IOException> to myFoo : Foo<Integer,IllegalStateException> in method public main(args String[]) : void in class de.plushnikov.constructor.RequiredArgsConstructorWithGeneric157 |
From |
To |
|
Change Variable Type bar : Map<Integer,IOException> to bar : Map<Integer,IllegalStateException> in method public main(args String[]) : void in class de.plushnikov.constructor.RequiredArgsConstructorWithGeneric157 |
From |
To |
|
Change Variable Type foo : Foo<String,UnknownFormatConversionException> to foo : Foo<String,IllegalArgumentException> in method public main(args String[]) : void in class de.plushnikov.constructor.RequiredArgsConstructorWithGeneric157 |
From |
To |
|
Change Variable Type hashMap : HashMap<Integer,IOException> to hashMap : HashMap<Integer,IllegalStateException> in method public main(args String[]) : void in class de.plushnikov.constructor.RequiredArgsConstructorWithGeneric157 |
From |
To |