See
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/256/display/redirect>
Changes:
------------------------------------------
[...truncated 44.38 KB...]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.closeTickStroke = tickStroke;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.openTickStroke = tickStroke;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.stroke = stroke;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.hlocColor = stroke.color;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.lineStroke = stroke;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.stroke = stroke;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.lineSegmentRenderer = new
ClassFactory(LineRenderer);
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.fill = fill;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.itemRenderer = skin;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.radius = radius
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213):
col: 6 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.fill = defaultFill;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214):
col: 6 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.areaFill = defaultFill;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215):
col: 6 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.areaStroke = emptyStroke;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216):
col: 6 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.lineStroke =
defaultStroke;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\utils\ObjectUtil.as(715):
col: 34 Use of the instanceof operator. The instanceof operator is
deprecated, use the is operator instead.
[java]
[java] isDict = value instanceof Map || value
instanceof WeakMap;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\utils\ObjectUtil.as(715):
col: 58 Use of the instanceof operator. The instanceof operator is
deprecated, use the is operator instead.
[java]
[java] isDict = value instanceof Map || value
instanceof WeakMap;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\utils\ObjectUtil.as(1449):
col: 32 Use of the instanceof operator. The instanceof operator is
deprecated, use the is operator instead.
[java]
[java] var isDict:Boolean = (obj instanceof Map || obj instanceof
WeakMap);
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\utils\ObjectUtil.as(1449):
col: 54 Use of the instanceof operator. The instanceof operator is
deprecated, use the is operator instead.
[java]
[java] var isDict:Boolean = (obj instanceof Map || obj instanceof
WeakMap);
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\utils\ObjectUtil.as(1451):
col: 17 Use of the instanceof operator. The instanceof operator is
deprecated, use the is operator instead.
[java]
[java] if (obj instanceof WeakMap) throw new Error('WeakMap
cannot be enumerated, use Map instead');
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\Network\src\main\royale\org\apache\royale\net\remoting\amf\AMFBinaryData.as(811):
col: 7 Use of the instanceof operator. The instanceof operator is deprecated,
use the is operator instead.
[java]
[java] if (value instanceof Function) {
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\Storage\src\main\royale\org\apache\royale\storage\file\DataInputStream.as(73):
col: 24 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] streamEvent.data = this.result;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\Storage\src\main\royale\org\apache\royale\storage\providers\AndroidExternalStorageProvider.as(106):
col: 24 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] newEvent.data =
this.result;
[java]
^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\Storage\src\main\royale\org\apache\royale\storage\providers\WebStorageProvider.as(105):
col: 24 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] newEvent.data =
this.result;
[java]
^
[java]
[java] 170.2374036 seconds
[java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
check.swf.needed:
json.swf:
[echo] ROYALE_COMPILER_HOME: C:\jenkins\workspace\royale-asjs/js
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\Core\src\main\royale\CoreClasses.as(306):
col: 46 Access of possibly undefined property trim.
[java]
[java] import org.apache.royale.utils.string.trim; trim;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\Core\src\main\royale\org\apache\royale\utils\string\trim.as
Internal error in file scope builder subsystem, when generating code for:
C:\jenkins\workspace\royale-asjs\frameworks\projects\Core\src\main\royale\org\apache\royale\utils\string\trim.as:
java.lang.NullPointerException
[java] at
org.apache.royale.compiler.internal.scopes.ASScopeBase.verify(ASScopeBase.java:426)
[java] at
org.apache.royale.compiler.internal.definitions.ScopedDefinitionBase.verify(ScopedDefinitionBase.java:65)
[java] at
org.apache.royale.compiler.internal.scopes.ASScopeBase.verify(ASScopeBase.java:430)
[java] at
org.apache.royale.compiler.internal.definitions.ScopedDefinitionBase.verify(ScopedDefinitionBase.java:65)
[java] at
org.apache.royale.compiler.internal.scopes.ASScopeBase.verify(ASScopeBase.java:430)
[java] at
org.apache.royale.compiler.internal.units.CompilationUnitBase.addScopeToProjectScope(CompilationUnitBase.java:857)
[java] at
org.apache.royale.compiler.internal.units.CompilationUnitBase.processFileScopeRequest(CompilationUnitBase.java:868)
[java] at
org.apache.royale.compiler.internal.units.CompilationUnitBase.access$200(CompilationUnitBase.java:109)
[java] at
org.apache.royale.compiler.internal.units.CompilationUnitBase$3$1.call(CompilationUnitBase.java:288)
[java] at
org.apache.royale.compiler.internal.units.CompilationUnitBase$3$1.call(CompilationUnitBase.java:284)
[java] at
org.apache.royale.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:228)
[java] at
org.apache.royale.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:222)
[java] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[java] at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[java] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[java] at java.lang.Thread.run(Thread.java:748)
[java]
[java]
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(231):
col: 21 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.areaFill = fill;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\AreaChart.as(232):
col: 21 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.fill = fill;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(231):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.boxStroke = boxStroke;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\CandlestickChart.as(232):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.declineFill = declineFill;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(228):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.closeTickStroke = tickStroke;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(229):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.openTickStroke = tickStroke;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(230):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.stroke = stroke;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\HLOCChart.as(231):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.hlocColor = stroke.color;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(179):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.lineStroke = stroke;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(180):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.stroke = stroke;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\LineChart.as(181):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.lineSegmentRenderer = new
ClassFactory(LineRenderer);
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(158):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.fill = fill;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(159):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.itemRenderer = skin;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\PlotChart.as(160):
col: 22 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.radius = radius
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(213):
col: 6 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.fill = defaultFill;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(214):
col: 6 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.areaFill = defaultFill;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(215):
col: 6 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.areaStroke = emptyStroke;
[java] ^
[java]
[java]
C:\jenkins\workspace\royale-asjs\frameworks\projects\MXRoyale\src\main\royale\mx\charts\styles\HaloDefaults.as(216):
col: 6 Encountered this keyword within closure. Value of this will not be the
same as enclosing scope.
[java]
[java] this.lineStroke =
defaultStroke;
[java] ^
[java]
[java] 62.7811773 seconds
[java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
[java] Java Result: 3
BUILD FAILED
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/256/artifact/examples/royale/ASDoc/build.xml>:50:
The following error occurred while executing this line:
<http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_ASDoc_Example/256/artifact/examples/royale/ASDoc/build.xml>:156:
condition satisfied
Total time: 4 minutes 39 seconds
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 -Xms384m -Xmx2g
Build step 'Invoke Ant' marked build as failure
Skipped archiving because build is not successful