Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Problem with ISourceManipulation.rename

Hi,

I am trying to rename a import declaration. I have a
IImportDeclaration object and call rename on it. But I get the
following exception:

Java Model Exception: Java Model Status [Invalid name specified:
org.eclipse.core.resources.ResourcesPlugin.]

Where is the problem with the name? What is the right format for
the new name of the import declaration?

Thanks
Martin



Back to the top