Re: cyclic package dependncy in KVM hypervisor plugin

2018-06-21 Thread Rohit Yadav
Yes, I'm bothered by this as well Daan. But I can live with this pattern. - Rohit <https://cloudstack.apache.org> From: Daan Hoogland Sent: Monday, June 18, 2018 4:57:18 PM To: dev Subject: cyclic package dependncy in KVM hypervisor plugin De

cyclic package dependncy in KVM hypervisor plugin

2018-06-18 Thread Daan Hoogland
Devs, I just noticed that com.cloud.hypervisor.kvm.resource.wrapper and its parent package com.cloud.hypervisor.kvm.resource have a number cyclic dependencies. These seem to be very old and only a way of organising the command wrappers. They do prevent intellij from navigating properly though. Any