Community
Participate
Working Groups
Hi I need one function "References exact" pour methods because i want to delete the "toString()" for a type String in my java programs. If i use the function "Reference" of M7 for the method "toString()" of class String, the answer isn't exact because M7 search all of references of the method "toString()" of Object instead of String. By example, public test(String aVar) { //before rewriting System.out.println("The ansxer is " + aVar.toString()); //after rewriting with more safe beacaue aVar is perhaps null System.out.println("The ansxer is " + aVar.toString()); }
Will reconsider post 3.0
As of now 'LATER' and 'REMIND' resolutions are no longer supported. Please reopen this bug if it is still valid for you.