You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I spoon a class (see example below) which contains external classes (imported but not in the classpath) with the noclasspath option, the packages of the external classes are not correct. Indeed the packages of the external classes are the local package (here myPackage) and not the package declared in the imports (here externalPackage).
Hi,
When I spoon a class (see example below) which contains external classes (imported but not in the classpath) with the noclasspath option, the packages of the external classes are not correct. Indeed the packages of the external classes are the local package (here
myPackage
) and not the package declared in the imports (hereexternalPackage
).Original file:
Spoon output:
The text was updated successfully, but these errors were encountered: