Back to the "Multiple platform build/check report"[A] B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

BioC 3.1: CHECK report for AnalysisPageServer on moscato2

This page was generated on 2015-10-09 09:31:56 -0700 (Fri, 09 Oct 2015).

Package 38/1024HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
AnalysisPageServer 1.0.0
Brad Friedman
Snapshot Date: 2015-10-08 17:20:21 -0700 (Thu, 08 Oct 2015)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_1/madman/Rpacks/AnalysisPageServer
Last Changed Rev: 102591 / Revision: 109384
Last Changed Date: 2015-04-16 12:42:01 -0700 (Thu, 16 Apr 2015)
zin2 Linux (Ubuntu 14.04.2 LTS) / x86_64  NotNeeded  OK  OK UNNEEDED, same version exists in internal repository
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  NotNeeded  OK [ OK ] OK UNNEEDED, same version exists in internal repository
petty Mac OS X Snow Leopard (10.6.8) / x86_64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository
morelia Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: AnalysisPageServer
Version: 1.0.0
Command: rm -rf AnalysisPageServer.buildbin-libdir AnalysisPageServer.Rcheck && mkdir AnalysisPageServer.buildbin-libdir AnalysisPageServer.Rcheck && E:\biocbld\bbs-3.1-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=AnalysisPageServer.buildbin-libdir AnalysisPageServer_1.0.0.tar.gz >AnalysisPageServer.Rcheck\00install.out 2>&1 && cp AnalysisPageServer.Rcheck\00install.out AnalysisPageServer-install.out && E:\biocbld\bbs-3.1-bioc\R\bin\R.exe CMD check --library=AnalysisPageServer.buildbin-libdir --install="check:AnalysisPageServer-install.out" --force-multiarch --no-vignettes --timings AnalysisPageServer_1.0.0.tar.gz
StartedAt: 2015-10-08 23:16:46 -0700 (Thu, 08 Oct 2015)
EndedAt: 2015-10-08 23:20:52 -0700 (Thu, 08 Oct 2015)
EllapsedTime: 246.7 seconds
RetCode: 0
Status:  OK  
CheckDir: AnalysisPageServer.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf AnalysisPageServer.buildbin-libdir AnalysisPageServer.Rcheck && mkdir AnalysisPageServer.buildbin-libdir AnalysisPageServer.Rcheck && E:\biocbld\bbs-3.1-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=AnalysisPageServer.buildbin-libdir AnalysisPageServer_1.0.0.tar.gz >AnalysisPageServer.Rcheck\00install.out 2>&1 && cp AnalysisPageServer.Rcheck\00install.out AnalysisPageServer-install.out  && E:\biocbld\bbs-3.1-bioc\R\bin\R.exe CMD check --library=AnalysisPageServer.buildbin-libdir --install="check:AnalysisPageServer-install.out" --force-multiarch --no-vignettes --timings AnalysisPageServer_1.0.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'E:/biocbld/bbs-3.1-bioc/meat/AnalysisPageServer.Rcheck'
* using R version 3.2.2 (2015-08-14)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'AnalysisPageServer/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'AnalysisPageServer' version '1.0.0'
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Packages which this enhances but not available for checking:
  'fork' 'FastRWeb'
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... NOTE
Found the following hidden files and directories:
  inst/htdocs/client/.bowerrc
These were most likely included in error. See section 'Package
structure' in the 'Writing R Extensions' manual.
* checking for portable file names ... NOTE
Found the following non-portable file paths:
  AnalysisPageServer/inst/htdocs/client/js/src/models/parameters/combobox/createComboboxParameterModel.js
  AnalysisPageServer/inst/htdocs/client/js/src/views/analysis/plot/sidebar/SidebarDownloadSectionView.js
  AnalysisPageServer/inst/htdocs/client/js/src/views/parameters/combobox/createComboboxParameterView.js

Tarballs are only required to store paths of up to 100 bytes and cannot
store those of more than 256 bytes, with restrictions including to 100
bytes for the final component.
See section 'Package structure' in the 'Writing R Extensions' manual.
* checking whether package 'AnalysisPageServer' can be installed ... OK
* checking installed package size ... NOTE
  installed size is 32.2Mb
  sub-directories of 1Mb or more:
    doc     25.3Mb
    htdocs   4.5Mb
    libs     1.4Mb
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Title field: should not end in a period.
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... OK
* loading checks for arch 'x64'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
** checking loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE
'library' or 'require' calls in package code:
  'FastRWeb' 'RUnit' 'fork'
  Please use :: or requireNamespace() instead.
  See section 'Suggested packages' in the 'Writing R Extensions' manual.
Unexported object imported by a ':::' call: 'log4r:::INFO'
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
check.same.svgs: no visible global function definition for
  'checkEquals'
checkRookForkForVignettes: no visible binding for '<<-' assignment to
  'no.rook.fork.msg'
checkRookForkForVignettes : <anonymous>: no visible binding for global
  variable 'no.rook.fork.msg'
checkRookForkForVignettes: no visible binding for global variable
  'no.rook.fork.msg'
client.ip: no visible binding for global variable 'SERVER'
new.FastRWeb.analysis.page.run : handler: no visible binding for '<<-'
  assignment to 'GET'
new.FastRWeb.analysis.page.run : handler: no visible global function
  definition for 'parse.multipart'
new.FastRWeb.analysis.page.run : handler: no visible binding for global
  variable 'request'
new.FastRWeb.analysis.page.run : handler: no visible binding for '<<-'
  assignment to 'POST'
new.FastRWeb.analysis.page.run : handler: no visible binding for '<<-'
  assignment to 'SERVER'
new.FastRWeb.analysis.page.run : handler: no visible binding for '<<-'
  assignment to 'FILES'
new.FastRWeb.analysis.page.run : handler: no visible binding for '<<-'
  assignment to 'setContentType'
new.FastRWeb.analysis.page.run : handler: no visible binding for '<<-'
  assignment to 'setHeader'
new.FastRWeb.analysis.page.run : handler: no visible binding for '<<-'
  assignment to 'sendBin'
new.FastRWeb.analysis.page.run : handler: no visible binding for global
  variable 'SERVER'
new.FastRWeb.analysis.page.run : handler: no visible global function
  definition for 'WebResult'
new.rook.analysis.page.app : handler: no visible binding for '<<-'
  assignment to 'POST'
new.rook.analysis.page.app : handler: no visible binding for '<<-'
  assignment to 'GET'
new.rook.analysis.page.app : handler: no visible binding for '<<-'
  assignment to 'SERVER'
new.rook.analysis.page.app : handler: no visible binding for '<<-'
  assignment to 'FILES'
new.rook.analysis.page.app : handler: no visible binding for '<<-'
  assignment to 'setContentType'
new.rook.analysis.page.app : handler: no visible binding for '<<-'
  assignment to 'setHeader'
new.rook.analysis.page.app : handler: no visible binding for '<<-'
  assignment to 'sendBin'
new.rook.analysis.page.app: no visible binding for global variable
  'App'
rapache.app.from.registry : <anonymous>: no visible binding for global
  variable 'GET'
rapache.app.from.registry : <anonymous>: no visible binding for global
  variable 'POST'
rapache.app.from.registry : <anonymous>: no visible binding for global
  variable 'FILES'
rapache.app.from.registry : <anonymous>: no visible global function
  definition for 'is.textarea.wrap.request'
rapache.app.from.registry : <anonymous>: no visible global function
  definition for 'setContentType'
rapache.app.from.registry : <anonymous>: no visible global function
  definition for 'setHeader'
rapache.app.from.registry : <anonymous>: no visible binding for global
  variable 'in.analysis'
rapache.app.from.registry : <anonymous>: no visible binding for global
  variable 'analysis.id'
rapache.app.from.registry : <anonymous>: no visible binding for '<<-'
  assignment to 'analysis.id'
rapache.app.from.registry : <anonymous>: no visible binding for '<<-'
  assignment to 'in.analysis'
rapache.app.from.registry : <anonymous>: no visible binding for global
  variable 'events'
rapache.app.from.registry : <anonymous>: no visible binding for global
  variable 'plot.file'
rapache.app.from.registry : <anonymous>: no visible global function
  definition for 'sendBin'
rapache.app.from.registry : <anonymous> : <anonymous>: no visible
  global function definition for 'process.response'
rapache.app.from.registry : <anonymous>: no visible global function
  definition for 'params'
rapache.app.from.registry : <anonymous>: no visible global function
  definition for 'clean.tmpdir'
rapache.app.from.registry : <anonymous>: no visible global function
  definition for 'file.params'
rapache.app.from.registry : <anonymous>: no visible binding for '<<-'
  assignment to 'plot.file'
rapache.app.from.registry : <anonymous>: no visible global function
  definition for 'temp.plot.file'
rapache.app.from.registry : <anonymous>: no visible binding for global
  variable 'SERVER'
rapache.app.from.registry : <anonymous>: no visible binding for global
  variable 'analysis'
rapache.app.from.registry : <anonymous>: no visible binding for global
  variable 'brand'
rapache.app.from.registry : <anonymous>: no visible binding for global
  variable 'page.params'
rapache.app.from.registry : <anonymous>: no visible binding for global
  variable 'all.pages'
rapache.app.from.registry : <anonymous>: no visible binding for global
  variable 'status'
rapache.app.from.registry : <anonymous>: no visible binding for global
  variable 'retrieve'
rapache.app.from.registry : <anonymous>: no visible global function
  definition for 'handlers'
rapache.app.from.registry : <anonymous>: no visible global function
  definition for 'resources'
rapache.app.from.registry : <anonymous> : <anonymous>: no visible
  global function definition for 'handler'
startRookAnalysisPageServer: no visible binding for '<<-' assignment to
  'server.pid'
startRookAnalysisPageServer: no visible binding for global variable
  'server.pid'
test.package: no visible global function definition for
  'defineTestSuite'
test.package: no visible global function definition for 'runTestSuite'
test.package: no visible global function definition for
  'printTextProtocol'
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... NOTE
Note: information on .o files for i386 is not available
Note: information on .o files for x64 is not available
File 'E:/biocbld/bbs-3.1-bioc/meat/AnalysisPageServer.buildbin-libdir/AnalysisPageServer/libs/i386/AnalysisPageServer.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
File 'E:/biocbld/bbs-3.1-bioc/meat/AnalysisPageServer.buildbin-libdir/AnalysisPageServer/libs/x64/AnalysisPageServer.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor the system RNG.
The detected symbols are linked into the code but might come from
libraries and not actually be called.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking installed files from 'inst/doc' ... NOTE
The following directories should probably not be installed:
  'images', 'img'

Consider the use of a .Rinstignore file: see 'Writing R Extensions',
or move the vignette sources from 'inst/doc' to 'vignettes'.
* checking files in 'vignettes' ... NOTE
The following directory looks like a leftover from 'knitr':
  'figure'
Please remove from your package.
* checking examples ...
** running examples for arch 'i386' ... [3s] OK
** running examples for arch 'x64' ... [2s] OK
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'unit_tests.R' [20s]
 [21s] OK
** running tests for arch 'x64' ...
  Running 'unit_tests.R' [21s]
 [21s] OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 10 NOTEs
See
  'E:/biocbld/bbs-3.1-bioc/meat/AnalysisPageServer.Rcheck/00check.log'
for details.


AnalysisPageServer.Rcheck/00install.out:


install for i386

* installing *source* package 'AnalysisPageServer' ...
** libs
g++ -m32 -I"E:/biocbld/BBS-3˜1.1-B/R/include" -DNDEBUG     -I"d:/RCompile/r-compiling/local/local320/include"     -O2 -Wall  -mtune=core2 -c AnalysisPageSVG.cpp -o AnalysisPageSVG.o
AnalysisPageSVG.cpp: In function 'int matchPlotPoints(XMLElementList, std::deque<double>, std::deque<double>, double, int, int)':
AnalysisPageSVG.cpp:154:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
AnalysisPageSVG.cpp:157:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
AnalysisPageSVG.cpp:194:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
AnalysisPageSVG.cpp:210:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
AnalysisPageSVG.cpp:215:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -m32 -I"E:/biocbld/BBS-3˜1.1-B/R/include" -DNDEBUG     -I"d:/RCompile/r-compiling/local/local320/include"     -O2 -Wall  -mtune=core2 -c R_init_AnalysisPageServer.cpp -o R_init_AnalysisPageServer.o
g++ -m32 -I"E:/biocbld/BBS-3˜1.1-B/R/include" -DNDEBUG     -I"d:/RCompile/r-compiling/local/local320/include"     -O2 -Wall  -mtune=core2 -c SearchReplace2.cpp -o SearchReplace2.o
gcc -m32 -I"E:/biocbld/BBS-3˜1.1-B/R/include" -DNDEBUG     -I"d:/RCompile/r-compiling/local/local320/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c catch.c -o catch.o
g++ -m32 -I"E:/biocbld/BBS-3˜1.1-B/R/include" -DNDEBUG     -I"d:/RCompile/r-compiling/local/local320/include"     -O2 -Wall  -mtune=core2 -c cor.cpp -o cor.o
cor.cpp: In function 'double basic_cor(const std::deque<double>&, const std::deque<double>&)':
cor.cpp:24:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -m32 -I"E:/biocbld/BBS-3˜1.1-B/R/include" -DNDEBUG     -I"d:/RCompile/r-compiling/local/local320/include"     -O2 -Wall  -mtune=core2 -c tinyxml2.cpp -o tinyxml2.o
g++ -m32 -shared -s -static-libgcc -o AnalysisPageServer.dll tmp.def AnalysisPageSVG.o R_init_AnalysisPageServer.o SearchReplace2.o catch.o cor.o tinyxml2.o -Ld:/RCompile/r-compiling/local/local320/lib/i386 -Ld:/RCompile/r-compiling/local/local320/lib -LE:/biocbld/BBS-3˜1.1-B/R/bin/i386 -lR
installing to E:/biocbld/bbs-3.1-bioc/meat/AnalysisPageServer.buildbin-libdir/AnalysisPageServer/libs/i386
** R
** inst
** preparing package for lazy loading
While loading AnalysisPageServer: urlEncode not found, providing a pure R implementation
While loading AnalysisPageServer: urlDecode not found, providing a pure R implementation
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded

install for x64

* installing *source* package 'AnalysisPageServer' ...
** libs
g++ -m64 -I"E:/biocbld/BBS-3˜1.1-B/R/include" -DNDEBUG     -I"d:/RCompile/r-compiling/local/local320/include"     -O2 -Wall  -mtune=core2 -c AnalysisPageSVG.cpp -o AnalysisPageSVG.o
AnalysisPageSVG.cpp: In function 'int matchPlotPoints(XMLElementList, std::deque<double>, std::deque<double>, double, int, int)':
AnalysisPageSVG.cpp:154:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
AnalysisPageSVG.cpp:157:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
AnalysisPageSVG.cpp:194:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
AnalysisPageSVG.cpp:210:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
AnalysisPageSVG.cpp:215:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -m64 -I"E:/biocbld/BBS-3˜1.1-B/R/include" -DNDEBUG     -I"d:/RCompile/r-compiling/local/local320/include"     -O2 -Wall  -mtune=core2 -c R_init_AnalysisPageServer.cpp -o R_init_AnalysisPageServer.o
g++ -m64 -I"E:/biocbld/BBS-3˜1.1-B/R/include" -DNDEBUG     -I"d:/RCompile/r-compiling/local/local320/include"     -O2 -Wall  -mtune=core2 -c SearchReplace2.cpp -o SearchReplace2.o
gcc -m64 -I"E:/biocbld/BBS-3˜1.1-B/R/include" -DNDEBUG     -I"d:/RCompile/r-compiling/local/local320/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c catch.c -o catch.o
g++ -m64 -I"E:/biocbld/BBS-3˜1.1-B/R/include" -DNDEBUG     -I"d:/RCompile/r-compiling/local/local320/include"     -O2 -Wall  -mtune=core2 -c cor.cpp -o cor.o
cor.cpp: In function 'double basic_cor(const std::deque<double>&, const std::deque<double>&)':
cor.cpp:24:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -m64 -I"E:/biocbld/BBS-3˜1.1-B/R/include" -DNDEBUG     -I"d:/RCompile/r-compiling/local/local320/include"     -O2 -Wall  -mtune=core2 -c tinyxml2.cpp -o tinyxml2.o
g++ -m64 -shared -s -static-libgcc -o AnalysisPageServer.dll tmp.def AnalysisPageSVG.o R_init_AnalysisPageServer.o SearchReplace2.o catch.o cor.o tinyxml2.o -Ld:/RCompile/r-compiling/local/local320/lib/x64 -Ld:/RCompile/r-compiling/local/local320/lib -LE:/biocbld/BBS-3˜1.1-B/R/bin/x64 -lR
installing to E:/biocbld/bbs-3.1-bioc/meat/AnalysisPageServer.buildbin-libdir/AnalysisPageServer/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'AnalysisPageServer' as AnalysisPageServer_1.0.0.zip
* DONE (AnalysisPageServer)

AnalysisPageServer.Rcheck/examples_i386/AnalysisPageServer-Ex.timings:

nameusersystemelapsed
add.event0.000.010.02
add.event.handler000
analysis.page.link0.000.000.04
aps.urlEncode000
array.param000
bool.param000
build.service000
checkPackageInstalled000
clear.event.handlers000
client.ip000
combobox.param000
compound.param000
copy.front.end000
data.frame.to.json0.010.000.01
data.frame.to.list000
default.param000
default.param.set000
dies.ok0.010.000.01
embed.APS.dataset000
event.names000
execute.handler0.220.000.24
file.param000
get.APS.outdir000
get.page0.150.000.30
getTraceback000
has.event000
has.page0.140.000.14
lives.ok0.020.000.01
new.FastRWeb.analysis.page.run000
new.analysis.page0.090.030.13
new.datanode.array0.030.000.03
new.datanode.html000
new.datanode.simple000
new.event.registry000
new.registry000
new.response000
new.rook.analysis.page.app000
pages0.090.030.12
param.set000
register.page0.110.020.12
remove.event000
reset.APS.outdir000
rook.analysis.page.server.landing.page000
select.param000
set.APS.outdir000
setup.APS.knitr000
simple.param000
slider.param000
startRookAnalysisPageServer000
static.analysis.page000
trig.registry0.160.060.22
trigger.event000
tryKeepConditions000
tryKeepTraceback000
uniquify.ids.in.svg.files0.080.000.07
validate.param.value000
vwc.conditions000
vwc.error000
vwc.error.condition000
vwc.error.traceback000
vwc.is.error000
vwc.messages000
vwc.messages.conditions0.010.000.02
vwc.messages.tracebacks000
vwc.n000
vwc.n.messages000
vwc.n.warnings000
vwc.tracebacks0.020.000.01
vwc.value000
vwc.warnings000
vwc.warnings.conditions000
vwc.warnings.tracebacks000

AnalysisPageServer.Rcheck/examples_x64/AnalysisPageServer-Ex.timings:

nameusersystemelapsed
add.event000
add.event.handler000
analysis.page.link000
aps.urlEncode0.020.000.01
array.param000
bool.param000
build.service000
checkPackageInstalled000
clear.event.handlers000
client.ip000
combobox.param000
compound.param000
copy.front.end000
data.frame.to.json000
data.frame.to.list000
default.param000
default.param.set000
dies.ok000
embed.APS.dataset000
event.names000
execute.handler0.100.030.12
file.param000
get.APS.outdir000
get.page0.060.020.09
getTraceback000
has.event000
has.page0.080.010.10
lives.ok000
new.FastRWeb.analysis.page.run000
new.analysis.page0.050.020.06
new.datanode.array0.010.000.02
new.datanode.html000
new.datanode.simple000
new.event.registry000
new.registry000
new.response000
new.rook.analysis.page.app000
pages0.060.020.08
param.set0.020.000.01
register.page0.060.000.07
remove.event000
reset.APS.outdir000
rook.analysis.page.server.landing.page000
select.param000
set.APS.outdir000
setup.APS.knitr000
simple.param000
slider.param000
startRookAnalysisPageServer000
static.analysis.page0.010.000.02
trig.registry0.110.010.12
trigger.event000
tryKeepConditions000
tryKeepTraceback000
uniquify.ids.in.svg.files0.030.000.03
validate.param.value000
vwc.conditions000
vwc.error000
vwc.error.condition000
vwc.error.traceback000
vwc.is.error000
vwc.messages000
vwc.messages.conditions000
vwc.messages.tracebacks0.020.000.01
vwc.n000
vwc.n.messages000
vwc.n.warnings000
vwc.tracebacks0.010.000.02
vwc.value000
vwc.warnings000
vwc.warnings.conditions000
vwc.warnings.tracebacks0.020.000.01