до предупреждения

жный дубликат:
KSOAP никогда не истекает

Я успешно использую веб-сервис, использующий KSOAP2, но eclipse выдает мне следующее предупреждающее сообщение;

(org.ksoap2.transport.KeepAliveHttpsTransportSE$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.

в то время как это не вызывает никаких проблем, я хотел бы найти способ заставить сообщение исчезнуть и сделать Eclipse счастливым, кто-нибудь нашел решение для этого?

Ответы на вопрос(1)

Ваш ответ на вопрос