Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor refactoring to address sonar-related issues #61

Closed
wants to merge 2 commits into from
Closed

Minor refactoring to address sonar-related issues #61

wants to merge 2 commits into from

Conversation

acoburn
Copy link
Contributor

@acoburn acoburn commented Mar 9, 2015

Resolves: https://jira.duraspace.org/browse/FCREPO-1397

Throws declaration should not be redundant (RuntimeException unneeded in
function signature: FcrepoTransactionManager)

Class Data Abstraction Coupling (FcrepoClient constructor logic moved
into FcrepoHttpClientBuilder class)

Class Fan Out Complexity (HttpRequestBase instance creation moved to
HttpMethods class)

Generic exceptions should never be thrown (FcrepoProducer now throws a
TransactionSystemException)

Public types should be documented (processor.* classes now have full
documentation)

String literals should not be duplicated (FcrepoClient debug messages
are now more specific)

FcrepoTransactionManager thrown exceptions are now more specific

Throws declaration should not be redundant (RuntimeException unneeded in
function signature: FcrepoTransactionManager)

Class Data Abstraction Coupling (FcrepoClient constructor logic moved
into FcrepoHttpClientBuilder class)

Class Fan Out Complexity (HttpRequestBase instance creation moved to
HttpMethods class)

Generic exceptions should never be thrown (FcrepoProducer now throws a
TransactionSystemException)

Public types should be documented (processor.* classes now have full
documentation)

String literals should not be duplicated (FcrepoClient debug messages
are now more specific)

FcrepoTransactionManager thrown exceptions are now more specific
@awoods
Copy link

awoods commented Mar 9, 2015

Resolved with: e039ef0

@awoods awoods closed this Mar 9, 2015
@acoburn acoburn deleted the fcrepo-1397 branch May 18, 2015 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants