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

(Java) Final enumeration value omitted from display (Windows XP) (Origin: bugzilla #670889) #4586

Closed
doxygen opened this issue Jul 2, 2018 · 0 comments

Comments

@doxygen
Copy link
Owner

doxygen commented Jul 2, 2018

status RESOLVED severity normal in component general for ---
Reported in version 1.8.0 on platform Other
Assigned to: Dimitri van Heesch

On 2012-02-27 14:24:50 +0000, julia.ross@db.com wrote:

I've read that this bug has been resolved, but it still affects all of my Java enums.

Example:

public enum RuleEffect {
PERMISSIVE, WARNING_LIMIT, RESTRICTIVE
}

generates documentation for PERMISSIVE and WARNING_LIMIT
but not for the final, RESTRICTIVE:

Member Data Documentation
com.db.fw.entl.pap.model.RuleEffect.PERMISSIVE
com.db.fw.entl.pap.model.RuleEffect.WARNING_LIMIT

My environment:

  • doxygen 1.8.0
  • Java 1.6
  • Windows XP

Julie

On 2012-02-27 19:22:43 +0000, Dimitri van Heesch wrote:

Hi Julie.

I can confirm the bug. It should be fixed in the next subversion update.

As a workaround you could add a comma after the last enum value, which should be acceptable for the Java compiler, i.e.

public enum RuleEffect {
PERMISSIVE, WARNING_LIMIT, RESTRICTIVE,
}

On 2012-05-19 12:26:25 +0000, Dimitri van Heesch wrote:

This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.1. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.

@doxygen doxygen closed this as completed Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant