Help: Compile openfire 3.5.1 & deal with warnings

when I compile openfire_src_3_5_1(offical released version) with EclipseJDK 1.6Wvindows XP, There are lots of warning(1068 items) information such as:

  • AbstractCollection is a raw type. References to generic type AbstractCollection<E> should be parameterized

  • ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized

  • Class is a raw type. References to generic type Class<T> should be parameterized

How could I deal with these warning information? And whether these Warnings effect building Openfire and using Openfire.exe?

Could anybody help me?Thank you in advanced.

Hi,

you may want to ignore the warnings.

It looks like a lot of them were introduced by Java 1.5 and 1.6 and did not occur with 1.4.

Warnings are not critical so openfire.jar will be built and run without problems.

LG