You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Sebastian,
We are trying to create documentation using jaxrs-analyzer, this is very easy to use tool :). Look like reading static property is known issue, is there any alternative to resolve this issue?
We are getting this issue with Enum, few error message
[ERROR] Could not access static property, reason: com.myproj.business.repos.BaseRepoServices
[ERROR] Could not access static property, reason: com.myproj.dataobject.Partner
[ERROR] Could not access static property, reason: com.myproj.security.Role
[ERROR] Could not access static property, reason: com.myproj.security.Role
Regards
Vik
The text was updated successfully, but these errors were encountered:
Not for now, we've had a lot of changes due to JDK 9+ modularity, we might change either some lookup mechanism, if there's a better way of simply change the message verbosity.
Hi Sebastian,
We are trying to create documentation using jaxrs-analyzer, this is very easy to use tool :). Look like reading static property is known issue, is there any alternative to resolve this issue?
We are getting this issue with Enum, few error message
[ERROR] Could not access static property, reason: com.myproj.business.repos.BaseRepoServices
[ERROR] Could not access static property, reason: com.myproj.dataobject.Partner
[ERROR] Could not access static property, reason: com.myproj.security.Role
[ERROR] Could not access static property, reason: com.myproj.security.Role
Regards
Vik
The text was updated successfully, but these errors were encountered: