odnoklassniki/one-nio

Warning for unused classes

vlad-bondarenko opened this issue · 3 comments

Hi!

After running my app, output to log:
мар 31, 2018 5:35:31 PM one.nio.serial.Repository addOptionalBootstrap
WARNING: Missing optional bootstrap class: one.app.remote.reflect.MethodId
мар 31, 2018 5:35:31 PM one.nio.serial.Repository addOptionalBootstrap
WARNING: Missing optional bootstrap class: one.app.remote.comp.RemoteMethodCallRequest

I see source code and found row on one.nio.serial.Repository:
addOptionalBootstrap("one.app.remote.reflect.MethodId");
addOptionalBootstrap("one.app.remote.comp.RemoteMethodCallRequest");

This rows is garbage?

Thanks.

Optional classes belong to our remoting framework which is not yet open source.
I think I'll improve this part of integration so that one-nio users won't see annoying warnings.

Thanks.

Fixed in 992fd09