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

Module :: Reggie Service Implementation - Findbugs fixes #53

Open
pfirmstone opened this issue Dec 22, 2017 · 0 comments
Open

Module :: Reggie Service Implementation - Findbugs fixes #53

pfirmstone opened this issue Dec 22, 2017 · 0 comments

Comments

@pfirmstone
Copy link
Owner

--   |   |   |   |   |   |   |   |   |   |
ClassesBugsErrorsMissing Classes
50700
  |   |
  |

com.sun.jini.reggie.TransientRegistrarImpl

  |   |   |   |   |   |   |   |   |   |   |   |   |
BugCategoryDetailsLinePriority
The class name com.sun.jini.reggie.TransientRegistrarImpl shadows the simple name of the superclass org.apache.river.reggie.TransientRegistrarImplBAD_PRACTICENM_SAME_SIMPLE_NAME_AS_SUPERCLASS44-61High
  |
  |

org.apache.river.reggie.RegistrarImpl

  |   |   |   |   |   |   |   |   |   |   |   |   |
BugCategoryDetailsLinePriority
Exceptional return value of java.util.concurrent.ExecutorService.submit(Callable) ignored in org.apache.river.reggie.RegistrarImpl.pendingEvent(RegistrarImpl$EventReg, ServiceID, Item, int, long)BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE6150Medium
  |
  |

org.apache.river.reggie.RegistrarImpl$AddressTask

  |   |   |   |   |   |   |   |   |   |   |   |   |
BugCategoryDetailsLinePriority
Redundant nullcheck of addr, which is known to be non-null in org.apache.river.reggie.RegistrarImpl$AddressTask.run()STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE2405Medium
  |
  |

org.apache.river.reggie.RegistrarImpl$EventTask

  |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |   |
BugCategoryDetailsLinePriority
org.apache.river.reggie.RegistrarImpl$EventTask defines compareTo(RegistrarImpl$EventTask) and uses Object.equals()BAD_PRACTICEEQ_COMPARETO_USE_OBJECT_EQUALS2266-2270Medium
Switch statement found in org.apache.river.reggie.RegistrarImpl$EventTask.call() where default case is missingSTYLESF_SWITCH_NO_DEFAULT2226-2247Medium
  |
  |

org.apache.river.reggie.RegistrarImpl$Initializer

  |   |   |   |   |   |   |   |   |   |   |   |   |
BugCategoryDetailsLinePriority
Unused field: org.apache.river.reggie.RegistrarImpl$Initializer.httpsDiscoveryPERFORMANCEUUF_UNUSED_FIELDNot availableMedium
  |
  |

org.apache.river.reggie.RegistrarImpl$SvcReg

  |   |   |   |   |   |   |   |   |   |   |   |   |
BugCategoryDetailsLinePriority
org.apache.river.reggie.RegistrarImpl$SvcReg defines compareTo(Object) and uses Object.equals()BAD_PRACTICEEQ_COMPARETO_USE_OBJECT_EQUALS710-722Medium
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

No branches or pull requests

1 participant