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

Delete old unused javadoc package #5606

Open
MartinWitt opened this issue Jan 9, 2024 · 2 comments · Fixed by #5609
Open

Delete old unused javadoc package #5606

MartinWitt opened this issue Jan 9, 2024 · 2 comments · Fixed by #5609
Labels
java17 Contains PRs for the java 17 switch

Comments

@MartinWitt
Copy link
Collaborator

We somehow have an internal unused package for javadoc, see https://github.com/INRIA/spoon/tree/master/src/main/java/spoon/javadoc/internal. Given we have a new javadoc parser from @I-Al-Istannen we can clean up this for java 17 branch. WDYT?

@MartinWitt MartinWitt added the java17 Contains PRs for the java 17 switch label Jan 9, 2024
@I-Al-Istannen
Copy link
Collaborator

It is used in CtJavaDocImpl, so I am not sure we can just delete that.

@MartinWitt
Copy link
Collaborator Author

All references are package internal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java17 Contains PRs for the java 17 switch
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants