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

Comments are not copied #6

Closed
dotta opened this issue Oct 29, 2013 · 3 comments
Closed

Comments are not copied #6

dotta opened this issue Oct 29, 2013 · 3 comments

Comments

@dotta
Copy link

dotta commented Oct 29, 2013

Would be great for comments to be copied too, they are currently not.

For instance

@Override
  public void doSave(IProgressMonitor monitor) {
    // person.getAddress().setCountry(text2.getText());
  }

gets converted into

override def doSave(monitor: IProgressMonitor) {
}

Otherwise, the plug-in works really well, great job!

@dotta
Copy link
Author

dotta commented Oct 30, 2013

I believe the same problem exist when copying /* */ comments. While standard JavaDoc comments work fine.

@dnadolny
Copy link
Owner

@dotta Thanks for filing the bug. Unfortunately it's an issue in the underlying conversion library, there's a long standing bug for it: timowest/scalagen#14

@dotta
Copy link
Author

dotta commented Oct 30, 2013

Thanks for pointing that out, then let's close the ticket.

@dotta dotta closed this as completed Oct 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants