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

Reduce Sonar major issues - "Static Variable Name" and "Avoid commented-... #721

Closed
wants to merge 2 commits into from
Closed

Conversation

yinlinchen
Copy link
Contributor

...out lines of code"

  • change static variable name match pattern '^[a-z][a-zA-Z0-9]*$'
  • remove commented-out lines of code

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

…ed-out lines of code"

- change static variable name match pattern '^[a-z][a-zA-Z0-9]*$'
- remove commented-out lines of code

Resolves: https://jira.duraspace.org/browse/FCREPO-1332
@@ -138,7 +138,7 @@

protected FedoraResource resource;

private static long MAX_BUFFER_SIZE = 10240000;
private static long max_BUFFER_SIZE = 10240000;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect this issue could also be resolved by making MAX_BUFFER_SIZE final.

- restore comment codes
- Please check my JIRA comments. Thanks
@awoods
Copy link

awoods commented Feb 19, 2015

Resolved with: 9ab07de

@awoods awoods closed this Feb 19, 2015
@yinlinchen yinlinchen deleted the fcrepo-1332 branch February 20, 2015 16:29
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