summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-05-04 08:17:08 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-05-04 08:17:08 +0000
commit677c29b494c409b5380611fb5180fec7076177e3 (patch)
tree7b10dfd1c95bdb491ab7e20885f48a62e803ad8c /TODO
parent0c3a510c37d4c2a80a3c581132c70c4ba9e43fec (diff)
downloadptxdist-677c29b494c409b5380611fb5180fec7076177e3.tar.gz
ptxdist-677c29b494c409b5380611fb5180fec7076177e3.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10342 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO b/TODO
index 19c590afc..60f24ac75 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,21 @@
TODO before 1.99.13
===================
+[ ] jbe: classpath.compile fails
+ [...]
+ ../external/sax/org/xml/sax/helpers/NewInstance.java:70: warning: non-varargs call of
+ varargs method with inexact argument type for last parameter;
+ cast to java.lang.Object for a varargs call
+ cast to java.lang.Object[] for a non-varargs call and to suppress this warning
+ return (ClassLoader) m.invoke(Thread.currentThread(), null);
+ ^
+ Note: * uses or overrides a deprecated API.
+ Note: Recompile with -Xlint:deprecation for details.
+ Note: Some input files use unchecked or unsafe operations.
+ Note: Recompile with -Xlint:unchecked for details.
+ 8 errors
+ 2 warnings
+
[ ] rsc: python-3.0 breaks in install stage; it worked before, so find out
what made this fail: