Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
Operating System: other
Platform: Other
-
39222
Description
Janino can throw a nullpointer if you give it bad java. I think JCI should have
a try
catch ( Exception e )
{ ... } around the compile work. If the
compiler throws any unexpected execptions we wrap and feed back a
CompilationProblem. Rather than expecting the user to deal with rogue exceptions.