Stéphane Épardaud
Stéphane Épardaud
Check if there's anything we can do here.
javadoc: error - In doclet class com.lunatech.doclets.jax.jaxrs.JAXRSDoclet, method start has thrown an exception java.lang.reflect.InvocationTargetException java.util.NoSuchElementException at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1098) at java.util.TreeMap$ValueIterator.next(TreeMap.java:1145) at com.lunatech.doclets.jax.jaxrs.writers.ResourceWriter.deepFilter(ResourceWriter.java:171) at com.lunatech.doclets.jax.jaxrs.writers.ResourceWriter.printSubresources(ResourceWriter.java:137) at com.lunatech.doclets.jax.jaxrs.writers.ResourceWriter.write(ResourceWriter.java:55) at com.lunatech.doclets.jax.jaxrs.model.Resource.write(Resource.java:166) at com.lunatech.doclets.jax.jaxrs.model.Resource.write(Resource.java:169) at...
We need to make it more obvious how to use doclet params in maven and ant.
Reported by [email protected], Yesterday (22 hours ago) What steps will reproduce the problem? 1. 2 maven modules, one with a jax-rs annotated inteface (module A) and one module with the...
Reported by [email protected], Aug 11, 2011 Currently.... In the elements table, the type is defined as xsd:any when the property is of type java.lang.Object. If there is an @XMLElements tag....Would...
Reported by [email protected], Jul 19, 2011 What steps will reproduce the problem? 1.Add some comment to the class level such as: /** - description */ @Path("/mypath") @Produces(MediaType.APPLICATION_JSON) public class MyClass...
Reported by [email protected], Jun 7, 2011 A nice feature will be possibility to put custom text in 'HTTP Example' section so I can provide my own example HTTP request and...
Reported by [email protected], Jun 1, 2011 Hi! First of all, thank you for this great tool. It's saved me a lot of time because now I can keep documentation of...
I want to add the following JAX-RS documentation to a REST @GET method, so that I can link to another resource method's documentation: ``` /** * The list of comments...
For this we need to run the process in a new JVM with a low memory limit, a security manager and kill it if the process lasts more than X...