Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fractal
fractal
Commits
3d8130ec
Commit
3d8130ec
authored
Dec 30, 2017
by
Lionel Seinturier
Browse files
Add missing throws.
parent
eb1a51cf
Changes
1
Show whitespace changes
Inline
Side-by-side
juliac/examples/advanced/helloworld-janino/src/test/java/example/hw/HelloWorldTestCase.java
View file @
3d8130ec
...
...
@@ -27,6 +27,7 @@ import java.io.File;
import
java.io.FileReader
;
import
java.io.IOException
;
import
java.io.PrintStream
;
import
java.lang.reflect.InvocationTargetException
;
import
junit.framework.TestCase
;
...
...
@@ -53,7 +54,8 @@ public class HelloWorldTestCase extends TestCase {
IOException
,
IllegalArgumentException
,
ClassNotFoundException
,
InstantiationException
,
IllegalAccessException
,
java
.
lang
.
InstantiationException
,
NoSuchInterfaceException
,
IllegalLifeCycleException
{
IllegalLifeCycleException
,
InvocationTargetException
,
NoSuchMethodException
{
/*
* Use the Console class to direct the output of the example to a
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment