sdaschner / jaxrs-analyzer

Creates REST documentation for JAX-RS projects
Apache License 2.0
319 stars 101 forks source link

Could not access static property, reason: com.bam.business.repos.BaseRepoServices #171

Open vikbamlabs opened 6 years ago

vikbamlabs commented 6 years ago

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

sdaschner commented 5 years ago

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.