在尝试使用ProGuard(5.3.2)模糊自动化框架获取大量警告时,我通过添加相应的库来解决大多数警告,但无法解决以下警告。我试过添加com.hibernate-core jar但仍然相同。
Warning: com.test.utils.DBOperations: can't find referenced method 'org.hibernate.Session openSession()' in library class org.hibernate.SessionFactory
Warning: com.test.utils.DBOperations: can't find referenced method 'void close()' in library class org.hibernate.Session
我试过寻找解决方案,但答案总是针对Android应用程序。