Community
Participate
Working Groups
Just stumbled accross his one: Two classes with the same simple name ('String' - it was created for testing purposes) were present and I accidently used the wrong one. Therefore, I got a compiler error that told me something along this line 'The method doStuff(String) in the type MyClass is not applicable for the arguments (String)' It would be more helpful if the qualified names were used iff the simple names are equal.
package sample; public class MyClass { void doStuff(String s) {} void doStuff() { doStuff(""); } } === package sample; public class String { }
Will consider, time permitting.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.