skyhit / arena-applet-test

0 stars 0 forks source link

"compilation result"message is not consistent throughout the languages #328

Closed nithyaasworld closed 9 years ago

nithyaasworld commented 9 years ago

Env: Mac OS 10.10.1

  1. Launch the applet and login with valid user details
  2. Go to any contest and compile a Java Code
  3. Observe the message displayed
  4. Compile other codes like C++ and VB
  5. Observe the message displayed

Actual:

Only for Java, it shows "Code compiled successfully".

For all other languages, it says "Code compiled successfully with no warnings".

Expected:

The confirmation message should be consistent across all the languages.

compilation result java

compile error cplusplus

skyhit commented 9 years ago

it is possible. and there are cases like You code compiled successfully, with some warnings etc.