forked from loafle/openapi-generator-original
Replaced NotImplementedException with UnsupportedOperationException. See bug #3011. Eclipse was throwing some errors related to differences in package names vs file path. I renamed the packages io.swagger.codegen.Go to io.swagger.codegen.go, io.swagger.codegen.slim to package io.swagger.codegen.lumen and io.swagger.codegen.springBoot to io.swagger.codegen.springboot in some test files.