Hello, everyone!

I found some unused variables in code. For example:

Unnecessary argument in method
MiniFuture#onResult(ClusterTopologyCheckedException e) in inner class of
GridDhtLockFuture.

There isn't another onResult() method (in super class including) with
another behavior. So argument can be safe delete.

Also I found some ignored exceptions wasn't named "ignored". For example
unused exception was named "e0" in method:

GridDhtTransactionalCacheAdapter#onForceKeysError(UUID, GridDhtLockRequest,
IgniteCheckedException)


So I think i can go through code and cleanup thing like that.

Need I create new issue in JIRA for cleanup or some issue for cleanup
already exists? If that please give me a link.

Reply via email to