samslunch / openmeetings

Automatically exported from code.google.com/p/openmeetings
0 stars 0 forks source link

Recompile with -Xlint:unchecked for details #280

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
while run ant dist i have this warning. Is there anything bugging to run of
app later?

Take care,
Kunth

Sources of search;
http://forum.java.sun.com/thread.jspa?threadID=5174243
http://forum.java.sun.com/thread.jspa?threadID=585959&messageID=3014664

apache-ant-1.7.0
jdk1.5.0_06

Which version of OpenMeetings are you running? svn rev 771

What's your operating system on client and server side? Windows XP, sp2

Is it a problem related to the client/usability or server-side? Compile time

Did you have any trace/debug output?
--------------------------- SNIP ----------------------------------
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Compiling 35 source files to C:\Sil\openmeeting\xmlcrm\java\bin
[javac] Note: C:\Sil\openmeeting\xmlcrm\java\src\test\org\xmlcrm\test\userda
ta\RegisterUser.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note:
C:\Sil\openmeeting\xmlcrm\java\src\test\org\xmlcrm\utils\TestR
eflectionApi.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

--------------------------- SNIP ----------------------------------

Original issue reported on code.google.com by kunt...@gmail.com on 10 Jan 2008 at 12:19

GoogleCodeExporter commented 9 years ago
no, from my point of view:
i did flag some of the method with *deprecated*, so these functions will be 
removed
sooner or later. But i did not remove them immediately cause of backwards
compatibility and its more easy to people to follow developement. 

Original comment by seba.wag...@gmail.com on 10 Jan 2008 at 7:27