SmartBear / readyapi-swagger-plugin

Ready! API Plugin for importing Swagger definitions as REST Services
36 stars 27 forks source link

AddSwaggerAction: separate interaction with user and business logic #36

Closed IlyaAvdeev closed 8 years ago

IlyaAvdeev commented 8 years ago

@olensmar I had to extract business logic since we're working on automatic performance testing and one of the points of the plan is measuring project creation from Swagger definition.

Also this PR contains some cleanups: removed some redundant Override annotations and public final static field delcarations.

BTW: I failed to build the plugin by myself since dependency com.smartbear:swagger4j:1.0-beta6 is unresolved.

olensmar commented 8 years ago

thanks!