- Notifications
You must be signed in to change notification settings - Fork12
Reduce Code Duplication#92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
…o we can mock this out in the tests"This reverts commit99b039f.Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
will be used later to remove code duplication in the services.Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
…rtiesSigned-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
… code refactoringSigned-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
…bilitySigned-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
…e forbetter readabilitySigned-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
…o that's hard to see the code duplicationSigned-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Some files miss the license header
src/main/java/io/securecodebox/persistence/defectdojo/service/ImportScanService2.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
src/main/java/io/securecodebox/persistence/defectdojo/http/MissingProxyConfigValue.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/main/java/io/securecodebox/persistence/defectdojo/http/ProxyConfig.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/main/java/io/securecodebox/persistence/defectdojo/http/ProxyConfigFactory.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/main/java/io/securecodebox/persistence/defectdojo/http/ProxyConfigNames.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/test/java/io/securecodebox/persistence/defectdojo/http/MissingProxyConfigValueTest.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/test/java/io/securecodebox/persistence/defectdojo/http/ProxyConfigFactoryTest.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/test/java/io/securecodebox/persistence/defectdojo/http/ProxyConfigTest.javaShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
Uh oh!
There was an error while loading.Please reload this page.
First steps to reduce the code duplication of the HTTP and Proxy code in
ImportScanService
andGenericDefectDojoService
.