Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't catch exceptions if you don't know what to do after that!
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 31 Jan 2013 15:56:34 +0000 (16:56 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 31 Jan 2013 16:16:14 +0000 (17:16 +0100)
commite094538b3c56c20f2e93c2d0c01ee970b2a9cff9
tree662202001a60a903c20145353fa4731463cf4502
parentcc83f5e22fe421207bc2768c4136a1d62d6f7352
Don't catch exceptions if you don't know what to do after that!

MSG functions should normally not throw any exception.

Fixes warnings about "maybe uninitialized variables".
src/bindings/java/jmsg_comm.c
src/bindings/java/jmsg_file.c
src/bindings/java/jmsg_process.c
src/bindings/java/jmsg_task.c