2,989 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
0
answers
49
views
Is it possible to link/run Gradle tasks in comments in IntelliJ Idea? [closed]
I am using IntelliJ Idea with Gradle. Take for example:
/**
* Make sure to run the runData configuration before starting the client
*/
could runData there be substituted for something clickable/...
-3
votes
0
answers
74
views
How to handle situations when one value should be referenced in multiple javadocs? [closed]
Assume I have a few classes with javadoc mentioning:
the same value (not used in code, so I cannot reference it just by @link or @value)
or the the same link to external documentation (that ...
3
votes
1
answer
143
views
Java 25 Javadoc not allowing Markdown URL link syntax in `@see`
Using Java 25 with the new JEP 467: Markdown Documentation Comments, I tried to add the following:
/// @see [Example Site](https://example.com/)
Javadoc (invoked by Maven) complained "error: ...
0
votes
1
answer
64
views
How do I create a Javadoc link to a class in a sibling module?
Given that:
markdown javadoc comments can link to references
references are defined like this, specifically:
The most general form of a reference is:
module/package.class#member
This project ...
0
votes
0
answers
63
views
Eclipse Javadoc generation for Java records still incomplete?
It seems Eclipse still doesn't generate full Javadoc templates for records — or am I missing something?
I'm using Eclipse 2025-06 with Java 21.
When I type /** above a record, Eclipse only completes ...
3
votes
1
answer
95
views
How to include the SPI "uses" and/or "provides" section for a module with Javadoc?
If you look at a module's documentation from the standard library, such as java.base, you'll see it has a section that lists which services it uses and which services it provides.
Based on the ...
0
votes
0
answers
21
views
Cannot refer to type parameter in Groovy class Javadoc comment?
I have the following Javadoc comments and class:
/**
* Base class for immutable {@link Iterator} wrappers that provide a view
* into the wrapped {@link Iterator} with its values transformed.
* ...
2
votes
0
answers
70
views
Trying to Generate JavaDocs document for JavaFX code
I go to project > Generate JavaDoc > public > finish.
I get this error:
Loading source file
C:\Users\Ethb2\eclipse-workspace\POSSystemV1\src\module-info.java:2: error: module not found: ...