Daonomic

Results 4 issues of Daonomic

For example, in `Ownable(token).transferOwnership` plugin doesn't suggest to import Ownable.sol

for example, from here: https://github.com/kleros/kleros-interaction/blob/74c057d28d7ea7ac11e2c2ad056dd41d1ab0d3de/contracts/standard/arbitration/AppealableArbitrator.sol#L119: `appealDisputes[_disputeID].arbitrator.appealCost(appealDisputes[_disputeID].appealDisputeID, _extraData)` I think, the same applies to other expressions (access array item by index etc.)

according to https://github.com/intellij-solidity/intellij-solidity/pull/130#issuecomment-429497843 Will check where import-aware version can be used and will post PR

When I download EthereumJ, "ethereumj" library is added to every project. This is not an option for Java projects. Ethereumj uses outdated libraries (jackson, spring etc.) so adding this library...