Javadoc

Indicate your preferences for the Javadoc settings on the Opens the Javadoc preference page Java > Compiler > Javadoc preference page.

Opzione

Descrizione

Impostazione predefinita

Process Javadoc comments (includes search and refactoring)

The builder detects problems in Javadoc comments if this option is enabled.

Attivo

Malformed Javadoc comments

When enabled, the compiler will issue an error or warning whenever it encounters a malformed Javadoc comment.

Ignora

Only consider members as visible as

The compiler does only check members with the specified or a broader visibility.

Pubblico

Report errors in tags

When enabled, the compiler will issue an error or warning whenever it encounters an error in a Javadoc comment tag.

Disattiva

Report non visible references

When enabled, the compiler will issue an error or warning whenever it encounters a reference to a non visible element.

Disattiva

Report deprecated references

When enabled, the compiler will issue an error or warning whenever it encounters a reference to a deprecated element.

Disattiva

Missing Javadoc tags

When enabled, the compiler will issue an error or warning whenever it encounters a missing Javadoc tag (i.e. missing @param tag for a parameter).

Ignora

Only consider members as visible as

The compiler does only check members with the specified or a broader visibility.

Pubblico

Verifica metodi di sovrascrittura e implementazione

When enabled, also overriding and implementing methods are checked for missing Javadoc tags.

Disattiva

Missing Javadoc comments

When enabled, the compiler will issue an error or warning whenever it encounters a missing Javadoc comment for a Java member.

Ignora

Only consider members as visible as

The compiler does only check members with the specified or a broader visibility.

Pubblico

Verifica metodi di sovrascrittura e implementazione

When enabled, also overriding and implementing methods are checked for missing Javadoc comments.

Disattiva