Bug 508145 - Remove Non-Javadoc statements from PDE UI
Summary: Remove Non-Javadoc statements from PDE UI
Status: VERIFIED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.5   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.11   Edit
Assignee: Julian Honnen CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, helpwanted
Depends on:
Blocks:
 
Reported: 2016-11-24 12:06 EST by Lars Vogel CLA
Modified: 2019-01-07 05:23 EST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2016-11-24 12:06:37 EST
We still have useless Non-Javadoc statements in PDE, see https://git.eclipse.org/r/#/c/85630/1/ua/org.eclipse.pde.ua.core/src/org/eclipse/pde/internal/ua/core/toc/text/TocAnchor.java

We should remove them. Tooling from https://github.com/vogellacompany/codemodify might be useful for that.
Comment 1 Lars Vogel CLA 2017-07-21 04:33:05 EDT
To find them, perform a text search for

--
/*
		 * @see
--
Comment 2 Vikas Chandra CLA 2018-03-13 04:47:36 EDT
Moving out of 4.8. If you plan for 4.8, please triage back with a patch.
Comment 3 Lars Vogel CLA 2018-11-15 10:03:50 EST
Julian, can you take this one? This bug is old, it was created before we decided that we do not need bug reports for cleanup work.
Comment 4 Eclipse Genie CLA 2018-11-20 08:29:54 EST
New Gerrit change created: https://git.eclipse.org/r/132750
Comment 5 Eclipse Genie CLA 2018-11-20 08:33:13 EST
New Gerrit change created: https://git.eclipse.org/r/132752
Comment 6 Eclipse Genie CLA 2018-11-20 08:33:15 EST
New Gerrit change created: https://git.eclipse.org/r/132753
Comment 9 Lars Vogel CLA 2018-12-12 04:31:25 EST
Thanks Julian.
Comment 11 Vikas Chandra CLA 2019-01-07 04:59:16 EST
Julian/Lars, can you please verify this defect?