Closed GoogleCodeExporter closed 8 years ago
[javac] D:\eclipse\Galileo\workspace\oryx\poem-
jvm\src\java\org\b3mn\poem\handler\HandlerBase.java:79: warning: non-varargs
call of
varargs method with inexact argument type for last parameter;
[javac] cast to java.lang.Class for a varargs call
[javac] cast to java.lang.Class[] for a non-varargs call and to suppress this
warning
[javac] json.put(method.toLowerCase(), c.getMethod
("get" + method, null).invoke(o));
[javac]
^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 warning
Original comment by harryjw...@gmail.com
on 28 Nov 2009 at 10:34
After restarting tomcat and rebuilding the source several times, it works now.
I do
not know why it works now but did not work before :).
Original comment by harryjw...@gmail.com
on 28 Nov 2009 at 10:47
Hi
I had the same problem. It took some time to recognise that this is caused by a
spelling mistake in your URI from you first post.
http://localhost:8080/backend/poem/re[s]pository
Hope this helps if anyone experiences the same problem.
Original comment by Fischer....@gmail.com
on 22 Dec 2009 at 10:57
Problem not reproducible / doesn't exist anymore
Original comment by philipp....@student.hpi.uni-potsdam.de
on 10 Jun 2011 at 11:37
Original issue reported on code.google.com by
harryjw...@gmail.com
on 28 Nov 2009 at 9:18