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
da02b10d
Commit
da02b10d
authored
Dec 30, 2017
by
Lionel Seinturier
Browse files
Add missing throws.
parent
94350a1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
juliac/examples/advanced/helloworld-bin/assembly/src/test/java/example/hw/HelloWorldTestCase.java
View file @
da02b10d
...
...
@@ -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
Markdown
is supported
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