|
1
|
[javac] Compiling 104 source files to /home/icp/projects/ADE/build/classes
|
|
2
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/String_.java:58: error: repeated interface
|
|
3
|
[javac] Icomparable,
|
|
4
|
[javac] ^
|
|
5
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/ByteBucket.java:46: error: ByteBucket is not abstract and does not override abstract method compareTo(object) in Icomparable
|
|
6
|
[javac] public class ByteBucket
|
|
7
|
[javac] ^
|
|
8
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/ByteBucket.java:1090: error: no suitable method found for indexOf(memptr,longchar,int64)
|
|
9
|
[javac] idx.assign(indexOf(memoutStream.ref().getData(), pSearchStr, pStartAt));
|
|
10
|
[javac] ^
|
|
11
|
[javac] method TextOps.indexOf(String,String,double) is not applicable
|
|
12
|
[javac] (argument mismatch; memptr cannot be converted to String)
|
|
13
|
[javac] method TextOps.indexOf(Text,String,double) is not applicable
|
|
14
|
[javac] (argument mismatch; memptr cannot be converted to Text)
|
|
15
|
[javac] method TextOps.indexOf(String,Text,double) is not applicable
|
|
16
|
[javac] (argument mismatch; memptr cannot be converted to String)
|
|
17
|
[javac] method TextOps.indexOf(Text,Text,double) is not applicable
|
|
18
|
[javac] (argument mismatch; memptr cannot be converted to Text)
|
|
19
|
[javac] method TextOps.indexOf(String,String,NumberType) is not applicable
|
|
20
|
[javac] (argument mismatch; memptr cannot be converted to String)
|
|
21
|
[javac] method TextOps.indexOf(Text,String,NumberType) is not applicable
|
|
22
|
[javac] (argument mismatch; memptr cannot be converted to Text)
|
|
23
|
[javac] method TextOps.indexOf(String,Text,NumberType) is not applicable
|
|
24
|
[javac] (argument mismatch; memptr cannot be converted to String)
|
|
25
|
[javac] method TextOps.indexOf(Text,Text,NumberType) is not applicable
|
|
26
|
[javac] (argument mismatch; memptr cannot be converted to Text)
|
|
27
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/ByteBucket.java:1140: error: name clash: compareTo(object<? extends ImemptrHolder>) in ByteBucket and compareTo(object) in Icomparable have the same erasure, yet neither overrides the other
|
|
28
|
[javac] public integer compareTo(final object<? extends ImemptrHolder> _pOther)
|
|
29
|
[javac] ^
|
|
30
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/String_.java:53: error: String_ is not abstract and does not override abstract method compareTo(object) in Icomparable
|
|
31
|
[javac] public class String_
|
|
32
|
[javac] ^
|
|
33
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/String_.java:1077: error: name clash: compareTo(object<? extends IlongcharHolder>) in String_ and compareTo(object) in Icomparable have the same erasure, yet neither overrides the other
|
|
34
|
[javac] public integer compareTo(final object<? extends IlongcharHolder> _pOther)
|
|
35
|
[javac] ^
|
|
36
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/Memptr.java:47: error: Memptr is not abstract and does not override abstract method compareTo(object) in Icomparable
|
|
37
|
[javac] public class Memptr
|
|
38
|
[javac] ^
|
|
39
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/Memptr.java:799: error: name clash: compareTo(object<? extends ImemptrHolder>) in Memptr and compareTo(object) in Icomparable have the same erasure, yet neither overrides the other
|
|
40
|
[javac] public integer compareTo(final object<? extends ImemptrHolder> _pOther)
|
|
41
|
[javac] ^
|
|
42
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/collections/Array_.java:470: error: incompatible types: unknown cannot be converted to int64
|
|
43
|
[javac] Array_.this.resizeValue(new unknown());
|
|
44
|
[javac] ^
|
|
45
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/collections/Array_.java:487: error: incompatible types: unknown cannot be converted to int64
|
|
46
|
[javac] Array_.this.resizeValue(new unknown());
|
|
47
|
[javac] ^
|
|
48
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/Decimal.java:36: error: Decimal is not abstract and does not override abstract method compareTo(object) in Icomparable
|
|
49
|
[javac] public class Decimal
|
|
50
|
[javac] ^
|
|
51
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/Decimal.java:161: error: name clash: compareTo(object<? extends IdecimalHolder>) in Decimal and compareTo(object) in Icomparable have the same erasure, yet neither overrides the other
|
|
52
|
[javac] public integer compareTo(final object<? extends IdecimalHolder> _pOther)
|
|
53
|
[javac] ^
|
|
54
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/EventArgs.java:69: error: cannot find symbol
|
|
55
|
[javac] if (_not(EventArgs.empty.isValid()))
|
|
56
|
[javac] ^
|
|
57
|
[javac] symbol: method isValid()
|
|
58
|
[javac] location: variable empty of type ContextLocal<object<? extends EventArgs>>
|
|
59
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/EventArgs.java:74: error: no suitable method found for storeReturnValue(ContextLocal<object<? extends EventArgs>>)
|
|
60
|
[javac] storeReturnValue(EventArgs.empty);
|
|
61
|
[javac] ^
|
|
62
|
[javac] method BlockManager.storeReturnValue(boolean) is not applicable
|
|
63
|
[javac] (argument mismatch; ContextLocal<object<? extends EventArgs>> cannot be converted to boolean)
|
|
64
|
[javac] method BlockManager.storeReturnValue(double) is not applicable
|
|
65
|
[javac] (argument mismatch; ContextLocal<object<? extends EventArgs>> cannot be converted to double)
|
|
66
|
[javac] method BlockManager.storeReturnValue(long) is not applicable
|
|
67
|
[javac] (argument mismatch; ContextLocal<object<? extends EventArgs>> cannot be converted to long)
|
|
68
|
[javac] method BlockManager.storeReturnValue(int) is not applicable
|
|
69
|
[javac] (argument mismatch; ContextLocal<object<? extends EventArgs>> cannot be converted to int)
|
|
70
|
[javac] method BlockManager.storeReturnValue(String) is not applicable
|
|
71
|
[javac] (argument mismatch; ContextLocal<object<? extends EventArgs>> cannot be converted to String)
|
|
72
|
[javac] method BlockManager.storeReturnValue(BaseDataType) is not applicable
|
|
73
|
[javac] (argument mismatch; ContextLocal<object<? extends EventArgs>> cannot be converted to BaseDataType)
|
|
74
|
[javac] method BlockManager.storeReturnValue(WrappedResource) is not applicable
|
|
75
|
[javac] (argument mismatch; ContextLocal<object<? extends EventArgs>> cannot be converted to WrappedResource)
|
|
76
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/Integer_.java:36: error: Integer_ is not abstract and does not override abstract method compareTo(object) in Icomparable
|
|
77
|
[javac] public class Integer_
|
|
78
|
[javac] ^
|
|
79
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/Integer_.java:175: error: name clash: compareTo(object<? extends Iint64Holder>) in Integer_ and compareTo(object) in Icomparable have the same erasure, yet neither overrides the other
|
|
80
|
[javac] public integer compareTo(final object<? extends Iint64Holder> _pOther)
|
|
81
|
[javac] ^
|
|
82
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/LongcharArrayHolder.java:219: error: no suitable constructor found for longchar(character[])
|
|
83
|
[javac] LongcharArrayHolder.this.bulkSetValue(new longchar(pcValue[0]));
|
|
84
|
[javac] ^
|
|
85
|
[javac] constructor longchar.longchar(BaseDataType) is not applicable
|
|
86
|
[javac] (argument mismatch; character[] cannot be converted to BaseDataType)
|
|
87
|
[javac] constructor longchar.longchar(String) is not applicable
|
|
88
|
[javac] (argument mismatch; character[] cannot be converted to String)
|
|
89
|
[javac] constructor longchar.longchar(char) is not applicable
|
|
90
|
[javac] (argument mismatch; character[] cannot be converted to char)
|
|
91
|
[javac] constructor longchar.longchar(Text) is not applicable
|
|
92
|
[javac] (argument mismatch; character[] cannot be converted to Text)
|
|
93
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/WidgetHandle.java:42: error: WidgetHandle is not abstract and does not override abstract method compareTo(object) in Icomparable
|
|
94
|
[javac] public class WidgetHandle
|
|
95
|
[javac] ^
|
|
96
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/WidgetHandle.java:212: error: name clash: compareTo(object<? extends IhandleHolder>) in WidgetHandle and compareTo(object) in Icomparable have the same erasure, yet neither overrides the other
|
|
97
|
[javac] public integer compareTo(final object<? extends IhandleHolder> _pOther)
|
|
98
|
[javac] ^
|
|
99
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/TimeStamp.java:45: error: TimeStamp is not abstract and does not override abstract method compareTo(object) in Icomparable
|
|
100
|
[javac] public class TimeStamp
|
|
101
|
[javac] ^
|
|
102
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/TimeStamp.java:635: error: name clash: compareTo(object<? extends TimeStamp>) in TimeStamp and compareTo(object) in Icomparable have the same erasure, yet neither overrides the other
|
|
103
|
[javac] public integer compareTo(final object<? extends TimeStamp> _pOther)
|
|
104
|
[javac] ^
|
|
105
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/collections/List.java:775: error: no suitable method found for newInstance(Class<ListIterator>,object<CAP#1>)
|
|
106
|
[javac] storeReturnValue(ObjectOps.newInstance(com.goldencode.p2j.oo.core.collections.ListIterator.class, mBackingList));
|
|
107
|
[javac] ^
|
|
108
|
[javac] method ObjectOps.<T#1>newInstance(Class<T#1>) is not applicable
|
|
109
|
[javac] (cannot infer type-variable(s) T#1
|
|
110
|
[javac] (actual and formal argument lists differ in length))
|
|
111
|
[javac] method ObjectOps.<T#2>newInstance(Class<T#2>,boolean,Object...) is not applicable
|
|
112
|
[javac] (cannot infer type-variable(s) T#2
|
|
113
|
[javac] (argument mismatch; object<CAP#1> cannot be converted to boolean))
|
|
114
|
[javac] method ObjectOps.<T#3>newInstance(Class<T#3>,String,Object...) is not applicable
|
|
115
|
[javac] (cannot infer type-variable(s) T#3
|
|
116
|
[javac] (argument mismatch; object<CAP#1> cannot be converted to String))
|
|
117
|
[javac] where T#1,T#2,T#3 are type-variables:
|
|
118
|
[javac] T#1 extends _BaseObject_ declared in method <T#1>newInstance(Class<T#1>)
|
|
119
|
[javac] T#2 extends _BaseObject_ declared in method <T#2>newInstance(Class<T#2>,boolean,Object...)
|
|
120
|
[javac] T#3 extends _BaseObject_ declared in method <T#3>newInstance(Class<T#3>,String,Object...)
|
|
121
|
[javac] where CAP#1 is a fresh type-variable:
|
|
122
|
[javac] CAP#1 extends Ilist from capture of ? extends Ilist
|
|
123
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/collections/List.java:788: error: no suitable method found for newInstance(Class<ListIterator>,object<CAP#1>)
|
|
124
|
[javac] storeReturnValue(ObjectOps.newInstance(com.goldencode.p2j.oo.core.collections.ListIterator.class, mBackingList));
|
|
125
|
[javac] ^
|
|
126
|
[javac] method ObjectOps.<T#1>newInstance(Class<T#1>) is not applicable
|
|
127
|
[javac] (cannot infer type-variable(s) T#1
|
|
128
|
[javac] (actual and formal argument lists differ in length))
|
|
129
|
[javac] method ObjectOps.<T#2>newInstance(Class<T#2>,boolean,Object...) is not applicable
|
|
130
|
[javac] (cannot infer type-variable(s) T#2
|
|
131
|
[javac] (argument mismatch; object<CAP#1> cannot be converted to boolean))
|
|
132
|
[javac] method ObjectOps.<T#3>newInstance(Class<T#3>,String,Object...) is not applicable
|
|
133
|
[javac] (cannot infer type-variable(s) T#3
|
|
134
|
[javac] (argument mismatch; object<CAP#1> cannot be converted to String))
|
|
135
|
[javac] where T#1,T#2,T#3 are type-variables:
|
|
136
|
[javac] T#1 extends _BaseObject_ declared in method <T#1>newInstance(Class<T#1>)
|
|
137
|
[javac] T#2 extends _BaseObject_ declared in method <T#2>newInstance(Class<T#2>,boolean,Object...)
|
|
138
|
[javac] T#3 extends _BaseObject_ declared in method <T#3>newInstance(Class<T#3>,String,Object...)
|
|
139
|
[javac] where CAP#1 is a fresh type-variable:
|
|
140
|
[javac] CAP#1 extends Ilist from capture of ? extends Ilist
|
|
141
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/collections/List.java:815: error: no suitable method found for newInstance(Class<ListIterator>,object<CAP#1>,integer)
|
|
142
|
[javac] storeReturnValue(ObjectOps.newInstance(com.goldencode.p2j.oo.core.collections.ListIterator.class, mBackingList, pStartIdx));
|
|
143
|
[javac] ^
|
|
144
|
[javac] method ObjectOps.<T#1>newInstance(Class<T#1>) is not applicable
|
|
145
|
[javac] (cannot infer type-variable(s) T#1
|
|
146
|
[javac] (actual and formal argument lists differ in length))
|
|
147
|
[javac] method ObjectOps.<T#2>newInstance(Class<T#2>,boolean,Object...) is not applicable
|
|
148
|
[javac] (cannot infer type-variable(s) T#2
|
|
149
|
[javac] (argument mismatch; object<CAP#1> cannot be converted to boolean))
|
|
150
|
[javac] method ObjectOps.<T#3>newInstance(Class<T#3>,String,Object...) is not applicable
|
|
151
|
[javac] (cannot infer type-variable(s) T#3
|
|
152
|
[javac] (argument mismatch; object<CAP#1> cannot be converted to String))
|
|
153
|
[javac] where T#1,T#2,T#3 are type-variables:
|
|
154
|
[javac] T#1 extends _BaseObject_ declared in method <T#1>newInstance(Class<T#1>)
|
|
155
|
[javac] T#2 extends _BaseObject_ declared in method <T#2>newInstance(Class<T#2>,boolean,Object...)
|
|
156
|
[javac] T#3 extends _BaseObject_ declared in method <T#3>newInstance(Class<T#3>,String,Object...)
|
|
157
|
[javac] where CAP#1 is a fresh type-variable:
|
|
158
|
[javac] CAP#1 extends Ilist from capture of ? extends Ilist
|
|
159
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/collections/ObjectStack.java:57: error: cannot find symbol
|
|
160
|
[javac] __core_collections_Stack_constructor__(poArray[0]);
|
|
161
|
[javac] ^
|
|
162
|
[javac] symbol: method __core_collections_Stack_constructor__(object<? extends _BaseObject_>[])
|
|
163
|
[javac] location: class ObjectStack
|
|
164
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/collections/ObjectStack.java:82: error: cannot find symbol
|
|
165
|
[javac] __core_collections_Stack_constructor__();
|
|
166
|
[javac] ^
|
|
167
|
[javac] symbol: method __core_collections_Stack_constructor__()
|
|
168
|
[javac] location: class ObjectStack
|
|
169
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/collections/ResizeError.java:62: error: cannot find symbol
|
|
170
|
[javac] __core_system_ApplicationError_constructor__();
|
|
171
|
[javac] ^
|
|
172
|
[javac] symbol: method __core_system_ApplicationError_constructor__()
|
|
173
|
[javac] location: class ResizeError
|
|
174
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/collections/Set.java:403: error: no suitable method found for newInstance(Class<ListIterator>,object<CAP#1>)
|
|
175
|
[javac] storeReturnValue(ObjectOps.newInstance(com.goldencode.p2j.oo.core.collections.ListIterator.class, mBackingList));
|
|
176
|
[javac] ^
|
|
177
|
[javac] method ObjectOps.<T#1>newInstance(Class<T#1>) is not applicable
|
|
178
|
[javac] (cannot infer type-variable(s) T#1
|
|
179
|
[javac] (actual and formal argument lists differ in length))
|
|
180
|
[javac] method ObjectOps.<T#2>newInstance(Class<T#2>,boolean,Object...) is not applicable
|
|
181
|
[javac] (cannot infer type-variable(s) T#2
|
|
182
|
[javac] (argument mismatch; object<CAP#1> cannot be converted to boolean))
|
|
183
|
[javac] method ObjectOps.<T#3>newInstance(Class<T#3>,String,Object...) is not applicable
|
|
184
|
[javac] (cannot infer type-variable(s) T#3
|
|
185
|
[javac] (argument mismatch; object<CAP#1> cannot be converted to String))
|
|
186
|
[javac] where T#1,T#2,T#3 are type-variables:
|
|
187
|
[javac] T#1 extends _BaseObject_ declared in method <T#1>newInstance(Class<T#1>)
|
|
188
|
[javac] T#2 extends _BaseObject_ declared in method <T#2>newInstance(Class<T#2>,boolean,Object...)
|
|
189
|
[javac] T#3 extends _BaseObject_ declared in method <T#3>newInstance(Class<T#3>,String,Object...)
|
|
190
|
[javac] where CAP#1 is a fresh type-variable:
|
|
191
|
[javac] CAP#1 extends Ilist from capture of ? extends Ilist
|
|
192
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/collections/StringKeyedMap.java:207: error: no suitable method found for newInstance(Class<MapEntry>,object,object<CAP#1>)
|
|
193
|
[javac] entrySet_1.ref().add(ObjectOps.newInstance(MapEntry.class, (object) ObjectOps.thisObject(), iter.ref().getCurrent()));
|
|
194
|
[javac] ^
|
|
195
|
[javac] method ObjectOps.<T#1>newInstance(Class<T#1>) is not applicable
|
|
196
|
[javac] (cannot infer type-variable(s) T#1
|
|
197
|
[javac] (actual and formal argument lists differ in length))
|
|
198
|
[javac] method ObjectOps.<T#2>newInstance(Class<T#2>,boolean,Object...) is not applicable
|
|
199
|
[javac] (cannot infer type-variable(s) T#2
|
|
200
|
[javac] (argument mismatch; object cannot be converted to boolean))
|
|
201
|
[javac] method ObjectOps.<T#3>newInstance(Class<T#3>,String,Object...) is not applicable
|
|
202
|
[javac] (cannot infer type-variable(s) T#3
|
|
203
|
[javac] (argument mismatch; object cannot be converted to String))
|
|
204
|
[javac] where T#1,T#2,T#3 are type-variables:
|
|
205
|
[javac] T#1 extends _BaseObject_ declared in method <T#1>newInstance(Class<T#1>)
|
|
206
|
[javac] T#2 extends _BaseObject_ declared in method <T#2>newInstance(Class<T#2>,boolean,Object...)
|
|
207
|
[javac] T#3 extends _BaseObject_ declared in method <T#3>newInstance(Class<T#3>,String,Object...)
|
|
208
|
[javac] where CAP#1 is a fresh type-variable:
|
|
209
|
[javac] CAP#1 extends _BaseObject_ from capture of ? extends _BaseObject_
|
|
210
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/collections/StringStringMap.java:207: error: no suitable method found for newInstance(Class<MapEntry>,object,object<CAP#1>)
|
|
211
|
[javac] entrySet_1.ref().add(ObjectOps.newInstance(MapEntry.class, (object) ObjectOps.thisObject(), iter.ref().getCurrent()));
|
|
212
|
[javac] ^
|
|
213
|
[javac] method ObjectOps.<T#1>newInstance(Class<T#1>) is not applicable
|
|
214
|
[javac] (cannot infer type-variable(s) T#1
|
|
215
|
[javac] (actual and formal argument lists differ in length))
|
|
216
|
[javac] method ObjectOps.<T#2>newInstance(Class<T#2>,boolean,Object...) is not applicable
|
|
217
|
[javac] (cannot infer type-variable(s) T#2
|
|
218
|
[javac] (argument mismatch; object cannot be converted to boolean))
|
|
219
|
[javac] method ObjectOps.<T#3>newInstance(Class<T#3>,String,Object...) is not applicable
|
|
220
|
[javac] (cannot infer type-variable(s) T#3
|
|
221
|
[javac] (argument mismatch; object cannot be converted to String))
|
|
222
|
[javac] where T#1,T#2,T#3 are type-variables:
|
|
223
|
[javac] T#1 extends _BaseObject_ declared in method <T#1>newInstance(Class<T#1>)
|
|
224
|
[javac] T#2 extends _BaseObject_ declared in method <T#2>newInstance(Class<T#2>,boolean,Object...)
|
|
225
|
[javac] T#3 extends _BaseObject_ declared in method <T#3>newInstance(Class<T#3>,String,Object...)
|
|
226
|
[javac] where CAP#1 is a fresh type-variable:
|
|
227
|
[javac] CAP#1 extends _BaseObject_ from capture of ? extends _BaseObject_
|
|
228
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/util/Token.java:41: error: Token is not abstract and does not override abstract method compareTo(object) in Icomparable
|
|
229
|
[javac] public class Token
|
|
230
|
[javac] ^
|
|
231
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/util/Token.java:308: error: name clash: compareTo(object<? extends Token>) in Token and compareTo(object) in Icomparable have the same erasure, yet neither overrides the other
|
|
232
|
[javac] public integer compareTo(final object<? extends Token> _pOther)
|
|
233
|
[javac] ^
|
|
234
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/util/TokenResolver.java:729: error: incompatible types: int64 cannot be converted to integer
|
|
235
|
[javac] silent(() -> tokenVal.assign(pError.ref().getMessage(integer.maximum(new integer(1), idx))));
|
|
236
|
[javac] ^
|
|
237
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/util/TokenResolverEventArgs.java:179: error: cannot find symbol
|
|
238
|
[javac] __core_EventArgs_constructor__();
|
|
239
|
[javac] ^
|
|
240
|
[javac] symbol: method __core_EventArgs_constructor__()
|
|
241
|
[javac] location: class TokenResolverEventArgs
|
|
242
|
[javac] /home/icp/projects/ADE/src/com/goldencode/p2j/oo/core/util/TokenResolverEventArgs.java:229: error: cannot find symbol
|
|
243
|
[javac] __core_EventArgs_constructor__();
|
|
244
|
[javac] ^
|
|
245
|
[javac] symbol: method __core_EventArgs_constructor__()
|
|
246
|
[javac] location: class TokenResolverEventArgs
|
|
247
|
[javac] Note: Some input files use unchecked or unsafe operations.
|
|
248
|
[javac] Note: Recompile with -Xlint:unchecked for details.
|
|
249
|
[javac] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
|
|
250
|
[javac] 35 errors
|
|
251
|
|
|
252
|
BUILD FAILED
|
|
253
|
|
|
254
|
/home/icp/projects/ADE/build.xml:559: Compile failed; see the compiler error output for details.
|
|
255
|
at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1373)
|
|
256
|
at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:1092)
|
|
257
|
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:299)
|
|
258
|
at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
|
|
259
|
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
260
|
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
|
|
261
|
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
|
|
262
|
at org.apache.tools.ant.Task.perform(Task.java:350)
|
|
263
|
at org.apache.tools.ant.Target.execute(Target.java:449)
|
|
264
|
at org.apache.tools.ant.Target.performTasks(Target.java:470)
|
|
265
|
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1401)
|
|
266
|
at org.apache.tools.ant.Project.executeTarget(Project.java:1374)
|
|
267
|
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
|
|
268
|
at org.apache.tools.ant.Project.executeTargets(Project.java:1264)
|
|
269
|
at org.apache.tools.ant.Main.runBuild(Main.java:818)
|
|
270
|
at org.apache.tools.ant.Main.startAnt(Main.java:223)
|
|
271
|
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
|
|
272
|
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
|