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

VerveineJ does not export non-javadoc comments #838

Closed
seandenigris opened this issue Aug 3, 2015 · 3 comments
Closed

VerveineJ does not export non-javadoc comments #838

seandenigris opened this issue Aug 3, 2015 · 3 comments

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 838

VerveineJ exports javadoc comments for both types and methods.

However, it does not export line comments like:
//This is also a relevant comment

Reported by tudor.girba on 2012-09-17 06:38:08

@seandenigris
Copy link
Contributor Author

It has been bugging me too, but the Parser we use (JDT), only keeps javadoc.
I did not find how to tell it to keep also other comments.

Another solution would be to read again the source files to get that info.
But it would be slow.

Reported by anquetil.nicolas on 2012-09-17 07:29:44

  • Status changed: Accepted

@seandenigris
Copy link
Contributor Author

looked at it a bit
It turns out some of the non-javadoc comments are associated with entities by JDT ("leading
comments")
I created these ones.

Other comments (e.g. at the very beginning of a class file) should be treated.
But it can be a bit tricky to link them to the right Famix entity

Reported by anquetil.nicolas on 2013-02-01 18:49:54

  • Status changed: Started

@girba
Copy link
Member

girba commented Jun 9, 2017

Verveinej is now replaced by jdt2famix

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