Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Both the package and the imported class has the same name but the beautifier ignored the class name (or the package name :-) ) #1

Open
GoogleCodeExporter opened this issue Apr 7, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hi,
I realize a strange behavior in the Beautifier, the following code:
...
package ManutencaoRelatorio;

import br.ita.finep.icammh.relatorio.web.ManutencaoRelatorio;
...

Should be
...
package ManutencaoRelatorio;

import 
br.ita.finep.icammh.relatorio.web.ManutencaoRelatorio.ManutencaoRelatorio;
...

In this case, both the package and the imported class has the same name (I 
know it is ugly but my customer insisted to use this way), but the 
beautifier ignored the class name (or the package name :-) ).

Could you please take a look ?

Thanks in advance,

Walter Mourão


Original issue reported on code.google.com by [email protected] on 28 Jan 2010 at 12:37

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 28 Jan 2010 at 12:38

  • Added labels: Milestone-Release1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant