Community
Participate
Working Groups
I have something like this: MyType t1 = m.getIt(); Now I would like to change MyType to another type. Current process is: 1.) Change type: MyNewType t1 = m.getIt(); 2.) Get an error 3.) Move cursor to m.getIt() and use quick fix to add a type cast I suggest to offer a quick fix on MyType to change the type and to include a cast.
*** This bug has been marked as a duplicate of bug 515579 ***