Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The java reflect is already of use, i have removed them.
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 24 Sep 2007 12:19:35 +0000 (12:19 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 24 Sep 2007 12:19:35 +0000 (12:19 +0000)
commit9072c3cf98a5f6f31adfdc38a97ce562ef62dfa8
tree47f17a6283f862da395d1e17f5b8472ce0411d7e
parentb69b6e67e893ddd809ba10284c74996b54392247
The java reflect is already of use, i have removed them.

My version of java (1.5) use the generic class. So if i compile
the classes ApplicationHandler or Process without type specification
for the vector, i get the warning "Note: Some input files use unchecked or unsafe operations."
It's just a warning, and all the examples always work. So now, i don't use the java templates.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4695 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/java/simgrid/msg/ApplicationHandler.java