* ClipboardProxy dynamic methods are now preserved after obfuscation

* fixes NoSuchMethodError: getFunc

git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@278 375186e5-ef17-0410-b0b6-91563547dcda
This commit is contained in:
angryziber 2008-03-13 21:29:48 +00:00
parent 870e864983
commit 44e9289693
2 changed files with 4 additions and 2 deletions

3
TODO
View File

@ -1,7 +1,6 @@
Before 3.0:
* rpm/deb packages (test, especially 64)
* Ctrl+Alt get NoSuchMethodError: getFunc
* rpm/deb packages (test, especially 64 bit)
* command-line scanning start
* fetcher-specific options
* multiple port support web-detect

View File

@ -263,6 +263,9 @@
}
-keep class org.eclipse.swt.internal.ole.win32.COMObject {
<methods>;
}
-keep class org.eclipse.swt.dnd.ClipboardProxy {
<methods>;
}
-keep class org.eclipse.swt.internal.image.*FileFormat
-keep class * {