File: ok.out

package info (click to toggle)
nice 0.9.12-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,220 kB
  • ctags: 6,894
  • sloc: java: 42,767; xml: 3,508; lisp: 1,079; sh: 736; makefile: 673; cpp: 21; awk: 3
file content (96 lines) | stat: -rw-r--r-- 1,769 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
2
1
1
4

### Testing tuples ###

Hello, world!
14 < 17
x,y,z = 334
### Testing native numbers ###

truetruetruetruetruetrue
14 falsefalsetruetruefalsefalsefalsetruetruefalse
14.1 falsefalsetruetruefalsefalsefalsetruetruefalse

### Testing native arrays ###

size = 10, elements = 0 1 2 3 4 5 6 7 8 9 
size = 10, elements = 9 8 7 6 5 4 3 2 1 0 
10
size = 10, elements = 4 5 6 7 8 9 10 11 12 13 
size = 7, elements = 13 12 11 10 9 8 7 
size = 10, elements = 9223372036854775807 1 2 3 4 5 6 7 8 9 
size = 1, elements = 65.0 
size = 5, elements = null null e2 null e4 
size = 2, elements = e2 e4 
size = 2, elements = e2e2 e4e4 
A
5
0 1 2 3 
2 3 4 5 
4 5 6 7 
6 7 8 9 
A
B
2.5
3.0
4.7
Polymorphic arrays: 1414141414.014.0Quatorze0
### Testing Comparable ###
### Testing named and optional parameters ###

68
a=1 b=2 c=3 d=4 e=5
a=3 b=2 c=4 d=1 e=5
a=1 b=3 c=3 d=3 e=4
### Testing classes
(x=0, y=0)
(x=0, y=0, c=0)
Origin
String, Null string
true
false
Point
Colored Point: color=0
Colored Point: color=0
### Testing methods
C1
C2
NULL class
### Testing functions
x = 42
Functions: a Nice feature!
### Testing globals
Global Variables: 1, 3

### Testing native methods and classes ###

Static field is: 2
Instance field is: 3

### Testing exceptions ###
finally
NullPointerException
MyEx: info=woula
Finally is executed if return is called from try
Outer finally blocks must be executed too
Finally is executed if return is called from try
Outer finally blocks must be executed too
Finally is executed if return is called from try
Outer finally blocks must be executed too
Finally is executed if return is called from try
Outer finally blocks must be executed too
ID
LAMBDA
LAMBDA
Using native methods as first class values
42
### Testing local functions
2
4
OK
1,0
2,0
,0