-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[java] Add Javadoc parsing #4325
Copy link
Copy link
Open
Milestone
Description
adangel
opened on Jan 12, 2023
Issue body actions
- What:
- Add a javadoc parser to Java
- Add a sample Javadoc rule
- Why:
- Some rules implement ad-hoc javadoc parsing, which could be removed
- From what I've measured, using regex to find javadoc tags is orders of magnitude slower than actually parsing the javadoc
- Many useful rules for the documentation category can be written with this infrastructure
- Could be a base for a PoC for [core] RFC: Analyzing embedded snippets from other languages #237
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.