sdaschner / jaxrs-analyzer

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

Fix for "analyze-jaxrs failed. ConcurrentModificationException #170" #174

Closed ghost closed 5 years ago

ghost commented 6 years ago

We have an endpoint in our project where we are returning different response codes based on condition and this plugin gives ConcurrentModificationException from merge element.

This is a quick fix to handle the ConcurrentModificationException