Community
Participate
Working Groups
Build ID: I20080617-2000 Steps To Reproduce: 1. Locate a java class in the Package Explorer 2. Right-click, Copy Qualified Name 3. Paste it. The result is a slashed path instead of some.package.Classname More information: I don't recall this behaviour on Europa releases.
It seems that neither IType.getFullyQualifiedName(...) nor IType.getTypeQualifiedName(...) methods are called while doing this action. Move to JDT/UI to investigate further...
Cannot reproduce using R3.4. Make sure you select a type and not the *.java resource.
That's correct Daniel, expanding the resource and right-clicking on the type element inside copies the qualified class name. I am under the impression that I never needed to expand the resource on previous versions, but nevertheless, it works fine this way.
> am under the impression that I never needed to expand Mariano, you're of course right ;-) We added this feature for people that need the full path of the resource (*.java file, but also folders).
*** Bug 242887 has been marked as a duplicate of this bug. ***
*** Bug 243336 has been marked as a duplicate of this bug. ***
*** Bug 470292 has been marked as a duplicate of this bug. ***
The label "Copy qualified name" is a bit confusing. I actually never noticed that the .java file is different handled than the C element. Good to know, not easy to fine out.