Mike, Boris, all,
Re-importing the project is probably the easiest way but I only set the
source path anew and that worked as well.
On Fri, Sep 4, 2015 at 9:38 AM, Boris Schrijver wrote:
> Hi Mike,
>
> I had the same problem a couple of days ago, it was due to a refactor of
> the
> utils packag
Hi Mike,
I had the same problem a couple of days ago, it was due to a refactor of the
utils package:
https://github.com/apache/cloudstack/commit/83fd8f60f3c503cf6fda7833b0f45c23a215f559
Removing the utils project and importing it again would have solved the issue.
Removing all project wasn't nece
OK, ridiculous, but removing all of my projects (again), shutting down
Eclipse (which I don't think I tried last time I had removed all of my
projects), re-starting it, then re-importing all of the projects fixed the
problem.
On Thu, Sep 3, 2015 at 9:56 PM, Mike Tutkowski wrote:
> Also, weird wa
Also, weird warnings like commenting about lack of type safety here:
List volumes = _volumeDao.findByPoolId(storagePoolId, null);
findByPoolId here returns type List.
On Thu, Sep 3, 2015 at 9:43 PM, Mike Tutkowski wrote:
> Hi,
>
> After I recently rebased my master branch, I noticed some weird