Skip to content

Console Output

Skipping 6,230 KB.. Full Log
04:19:35 NavigateUpButton
04:19:35   _toggleDetail is always true
04:19:35   _isDetail returns true or false depending on the state of the detail-form and detail-table
04:19:35   _buttonEnabled
04:19:35     is true when current node has a parent or...
04:19:35     is true when current node is a top-level node and outline a default detail-form or...
04:19:35     is false otherwise
04:19:35   _drill
04:19:35     drills up to parent node, sets the selection on the tree
04:19:35     shows default detail-form or outline overview
04:19:35 
04:19:35 ViewButtonBox
04:19:35   viewMenuTab
04:19:35     is only visible if there are visible view buttons with displayStyle == "MENU"
04:19:35     is not visible if there are no visible view buttons ith displayStyle == "MENU"
04:19:35     is not visible if there are visible view buttons with displayStyle == "TAB"
04:19:35     is not visible if there are no view buttons at all
04:19:35 
04:19:35 FileChooserAdapter
04:19:35   cancel
04:19:35     does not close the chooser but sends a cancel event
04:19:35 
04:19:35 FileChooser
04:19:35   open
04:19:35     opens the chooser
04:19:35   close
04:19:35     closes the chooser
04:19:35   addFiles
04:19:35     adds the files if multiSelect is true
04:19:35     does only add one file if multiSelect is false
04:19:35   removeFile
04:19:35     removes the file
04:19:35 
04:19:35 scout.FocusManager
04:19:35   isSelectableText
04:19:35     must return true for disabled text-fields
04:19:35   Focus fixes for Internet Explorer (IE)
04:19:35     Click on table-cell, must focus table
04:19:35     Click on tree-node, must focus tree
04:19:35   validateFocus
04:19:35     When nothing else is focusable, focus must be on the Desktop (=sandbox)
04:19:35     with forms:
04:19:35       Focus-context must install listeners on its $container
04:19:35       Focus must be on the 1st form-field when form is rendered
04:19:35       FocusContext must remember the last focused element
04:19:35       A new FocusContext must be created when a form is opened as dialog
04:19:35       Must focus another valid field if the focused field is removed
04:19:35       Must focus another valid field if the focused field is hidden
04:19:35   activateFocusContext
04:19:35     activates the context of the given $container and restores its focus
04:19:35 
04:19:35 FormAdapter
04:19:35   form destroy
04:19:35     destroys the adapters of the children
04:19:35   onModelAction
04:19:35     disposeAdapter
04:19:35       destroys the form
04:19:35 
04:19:35 FormLifecycle
04:19:35   cancel
04:19:35     don't open popup when nothing has been changed
04:19:35     open popup when value of field has been changed
04:19:35     triggers close event after cancel
04:19:35   ok
04:19:35     should validate fields and display message box when form is saved
04:19:35     should call save handler when form is saved and all fields are valid
04:19:35   validation error message
04:19:35     should list labels of missing and invalid fields
04:19:35 
04:19:35 FormMenu
04:19:35   setSelected
04:19:35     opens and closes the form popup
04:19:35     opens the popup and the ellipsis if the menu is overflown
04:19:35     opens the popup but not the ellipsis if the menu is overflown and mobile popup style is used
04:19:35   onModelPropertyChange
04:19:35     selected
04:19:35       calls setSelected
04:19:35 
04:19:35 Form
04:19:35   init
04:19:35     marks the root group box as main box
04:19:35   open
04:19:35     opens the form
04:19:35     adds it to the display parent
04:19:35   close
04:19:35     closes the form
04:19:35     removes it from the display parent
04:19:35   abort
04:19:35     closes the form if there is a close button
04:19:35     closes the form by using cancel if there is no close button
04:19:35   destroy
04:19:35     destroys its children
04:19:35   cacheBounds
04:19:35     read and store bounds
04:19:35     update bounds - if cacheBounds is true
04:19:35     update bounds - if cacheBounds is false
04:19:35   modal
04:19:35     creates a glass pane if true
04:19:35     does not create a glass pane if false
04:19:35   displayParent
04:19:35     is required if form is managed by a form controller, defaults to desktop
04:19:35     is not required if form is just rendered
04:19:35     always same as parent if display parent is set
04:19:35     blocks desktop if modal and displayParent is desktop
04:19:35     blocks detail form and outline if modal and displayParent is outline
04:19:35     blocks form if modal and displayParent is form
04:19:35   rootGroupBox.gridData
04:19:35     is created using gridDataHints when the logical grid is validated
04:19:35   initialFocus
04:19:35     references the widget which should gain focus after the form is displayed
04:19:35 
04:19:35 BasicField
04:19:35   acceptInput must always be sent to server at the end of input, if at least one change has been made
04:19:35     updateDisplayTextOnModify = true, with changed text
04:19:35     updateDisplayTextOnModify = false, with changed text
04:19:35     updateDisplayTextOnModify = true, then property change to updateDisplayTextOnModify = false, with changed text
04:19:35     updateDisplayTextOnModify = true, then property change to updateDisplayTextOnModify = false, with *pending* changed text
04:19:35     updateDisplayTextOnModify = true, then acceptInput(false) is fired. -> send should be done immediately
04:19:35     updateDisplayTextOnModify = true, w/o changed text
04:19:35     updateDisplayTextOnModify = false, w/o changed text
04:19:35     does not fail if field is removed while acceptInput is still pending
04:19:35   clear
04:19:35     removes the text and accepts input also with updateDisplayTextOnAnyKey set to true
04:19:35 
04:19:35 FormFieldAdapter
04:19:35   onModelPropertyChange
04:19:35     event should update model
04:19:35 
04:19:35 FormField
04:19:35   inheritance
04:19:35     inherits from Widget
04:19:35   _initProperty
04:19:35     gridDataHints are extended (not replaced) on init when gridDataHints is a plain object
04:19:35     gridDataHints are replaced when gridDataHints is instanceof GridData
04:19:35   property label position
04:19:35     position on_field
04:19:35       sets the label as placeholder
04:19:35       does not call field._renderLabelPosition initially
04:19:35     position top
04:19:35       guarantees a minimum height if label is empty
04:19:35     does not display a status if status visible = false
04:19:35   disabled style read-only
04:19:35     sets css class 'read-only' when field is disabled and setDisabledStyle has been called 
04:19:35   property tooltipText
04:19:35     adds class has-tooltip if there is a tooltip text
04:19:35   property menus
04:19:35     adds class has-menus if there are menus
04:19:35     adds class has-menus has-tooltip if there are menus and a tooltip
04:19:35   property status visible
04:19:35     shows a status if status visible = true
04:19:35     does not show a status if status visible = false
04:19:35     shows a status even though status visible is false but tooltipText is set
04:19:35     shows a status even though status visible is false but errorStatus is set
04:19:35   property visible
04:19:35     shows the field if visible = true
04:19:35     does not show the field if visible = false
04:19:35     hides the status message if field is made invisible
04:19:35     shows the status message if field is made visible
04:19:35 
04:19:35 ValueFieldAdapter
04:19:35   _createPropertySortFunc
04:19:35     should order properties
04:19:35 
04:19:35 ValueField
04:19:35   property status visible
04:19:35     shows a status even though status visible is false but there are visible menus
04:19:35   init
04:19:35     sets display text using formatValue if value is set initially
04:19:35     does not override display text using formatValue if display text is set initially
04:19:35     does not override display text using formatValue if display text is set initially even if value is set as well
04:19:35     does not set value if value is invalid initially
04:19:35     does not override the errorStatus if an errorStatus is set initially
04:19:35     does not override the errorStatus if an errorStatus set initially even if an invalid value is set
04:19:35     calls validate and format when value is set initially
04:19:35   setValue
04:19:35     sets the value, formats it and sets the display text
04:19:35     does not set the value but the error status and display text if the validation fails
04:19:35     deletes the error status if value is valid
04:19:35     does not fire a property change if the value has not changed
04:19:35     executes every validator when validating the value
04:19:35     converts undefined to null
04:19:35   _validateValue
04:19:35     may throw an error if value is invalid
04:19:35     may throw a scout.Status if value is invalid
04:19:35     may throw a message if value is invalid
04:19:35   parseAndSetValue
04:19:35     parses and sets the value
04:19:35     does not set the value but the error status if the parsing fails
04:19:35     deletes the error status if parsing succeeds
04:19:35   acceptInput
04:19:35     accepts the current display text by calling parse, validate and format
04:19:35     is triggered when input is accepted
04:19:35     contains the actual displayText even if it was changed using format value
04:19:35     updates the display text even if it was changed using parse value
04:19:35   validator
04:19:35     may be set initially
04:19:35   addValidator
04:19:35     adds a validator and revalidates the value
04:19:35   removeValidator
04:19:35     removes a validator and revalidates the value
04:19:35   setValidator
04:19:35     removes every validator and sets the new one
04:19:35   setValidators
04:19:35     replaces the list of validators with the given ones
04:19:35   parser
04:19:35     may be set initially
04:19:35   setParser
04:19:35     replaces the existing parser by a new one and parses the display text again
04:19:35   formatter
04:19:35     may be set initially
04:19:35   setFormatter
04:19:35     replaces the existing formatter by a new one and formats the value again
04:19:35   clear
04:19:35     removes the text and accepts input
04:19:35   validation: initialValue, touched, empty and mandatory
04:19:35     sets initialValue when markAsSaved is called
04:19:35     sets touched to true when value is different from initial value
04:19:35     sets empty to true when value is an empty string (for StringField)
04:19:35     validate returns valid when errorStatus is not set and field is not mandatory
04:19:35     validate returns not valid when errorStatus is set or field is mandatory and empty
04:19:35   menu visibility
04:19:35     context menu only shows visible menus
04:19:35     context menu only shows only menus of specific type
04:19:35     context menu triggers a display text changed event
04:19:35 
04:19:35 BeanField
04:19:35   renders the bean
04:19:35   updates properties correctly
04:19:35 
04:19:35 BrowserFieldAdapter
04:19:35   sends postMessage on message
04:19:35 
04:19:35 Button
04:19:35   setLabel
04:19:35     toggles the class with-label on the icon
04:19:35   setIconId
04:19:35     toggles the class with-label on the icon
04:19:35   setting legacy styles
04:19:35     sets style attributes
04:19:35 
04:19:35 CheckBoxField
04:19:35   inheritance
04:19:35     inherits from ValueField
04:19:35     _renderValue sets checked property
04:19:35     _renderValue sets disabled property
04:19:35   keyStroke
04:19:35     toggles the value
04:19:35 
04:19:35 CheckBoxFieldWithTriState
04:19:35   inheritance
04:19:35     inherits from ValueField
04:19:35     _renderValue sets checked and undefined classes
04:19:35     _renderValue sets disabled property
04:19:35 
04:19:35 ClipboardField
04:19:35   Rendered container has the right class
04:19:35   Rendered field DIV has _not_ an unselectable attribute in IE9
04:19:35 
04:19:35 DateFieldAdapter
04:19:35   parseValue
04:19:35     sets the server errorStatus if the displayText was reverted to the one provoking the error
04:19:35     sets the server errorStatus if the displayText was reverted to the one provoking the error using key down/up
04:19:35     sets the server errorStatus if the displayText was reverted to the one provoking the error using picker
04:19:35     does not accidentially remove the model error status on acceptInput
04:19:35   picker
04:19:35     sends displayText and value if date was selected
04:19:35 
04:19:35 DateField
04:19:35   displayText
04:19:35     is shown correctly after rendering
04:19:35     is removed properly when setting to ''
04:19:35   parseAndSetValue
04:19:35     parses and sets the value
04:19:35   init
04:19:35     sets display text using formatValue if value is set initially
04:19:35   setValue
04:19:35     sets the value, formats it and sets the display text
04:19:35     does not set the value but the error status and display text if the validation fails
04:19:35     deletes the error status if value is valid
04:19:35   acceptInput
04:19:35     validate again if a new date was typed and reverted
04:19:35   acceptDate
04:19:35     removes time as well if date was deleted
04:19:35     does not remove time if date was deleted and time has an error
04:19:35   acceptTime
04:19:35     removes date as well if time was deleted
04:19:35     does not remove date if time was deleted and date has an error
04:19:35   click
04:19:35     opens the datepicker
04:19:35     opens the picker and preselects the current date but not the previous date if it was cleared before
04:19:35   blur
04:19:35     closes the datepicker
04:19:35     accepts the prediction
04:19:35     accepts the prediction with autoDate
04:19:35     updates the model with the selected value
04:19:35     sends value and displayText
04:19:35     does not send value and displayText again if not changed
04:19:35     does not send value and displayText if no date was entered
04:19:35   validation
04:19:35     invalidates field if value is invalid (not a date)
04:19:35     prevents model update if value is invalid
04:19:35   picker
04:19:35     sets selected date as field value when a date was selected
04:19:35     unselects the date if the field's text was removed
04:19:35     sets selected date as field value when a date was selected even if another date was typed
04:19:35   key handling
04:19:35     ESC
04:19:35       closes the datepicker
04:19:35     ENTER
04:19:35       updates the model with the selected value and closes picker
04:19:35     DOWN
04:19:35       opens the picker and selects the current date and time
04:19:35       selects the current date if picker is open and no date is selected
04:19:35       removes the error status if the date was invalid before opening the picker
04:19:35       increases day by one
04:19:35       increases month by one if shift is used as modifier
04:19:35       increases year by one if ctrl is used as modifier
04:19:35       increases minutes to the next 30 if pressed in time field
04:19:35     UP
04:19:35       decreases day by one
04:19:35       decreases month by one if shift is used as modifier
04:19:35       decreases year by one if ctrl is used as modifier
04:19:35   date validation and prediction
04:19:35     can validate inputs
04:19:35     can predict dates
04:19:35     can predict yyyy.MM
04:19:35   can predict partial years
04:19:35   allowed dates
04:19:35     _referenceDate returns only allowed date - only one date
04:19:35     _referenceDate returns only allowed date - choose nearest date in the future
04:19:35     _referenceDate returns only allowed date - when no date in future is available, choose nearest date in past
04:19:35     _setAllowedDates must convert date strings into Dates
04:19:35   touch = true
04:19:35     date picker touch popup
04:19:35       is opened if datefield is touched
04:19:35       is closed when date in picker is selected
04:19:35       unregisters clone after close
04:19:35       updates displayText and value of datefield if date in picker is selected
04:19:35       updates displayText and value of datefield if date in picker is entered
04:19:35       updates displayText and value of datefield if date and time in picker are entered
04:19:35       shows datefield with same date as clicked datefield
04:19:35       shows datefield with same date as clicked datefield, if field empty initially
04:19:35       clears displayText and value of datefield if date in picker was removed
04:19:35       shows datefield with same date as clicked datefield, even if value was deleted before
04:19:35       does not remove time if date was cleared but another date selected 
04:19:35     time picker touch popup
04:19:35       is opened if datefield is touched
04:19:35       is closed when time in picker is selected
04:19:35       updates displayText and value of datefield if date in picker is selected
04:19:35       updates displayText and value of datefield if date in picker is entered
04:19:35       does not remove date if time was cleared but another time selected 
04:19:35   hasDate
04:19:35     renders date field if set to true
04:19:35     renders before time field even if set later
04:19:35     does not loose date if hasDate is toggled
04:19:35     sets enabled property correctly if hasDate is toggled
04:19:35   hasTime
04:19:35     renders time field if set to true
04:19:35     renders after date field even if set later
04:19:35     does not loose time if hasTime is toggled
04:19:35     sets enabled property correctly if hasTime is toggled
04:19:35 
04:19:35 GroupBoxBodyGrid01
04:19:35   group box layout 01
04:19:35     test horizontal layout
04:19:35     test vertical smart layout
04:19:35 
04:19:35 GroupBoxBodyGrid02
04:19:35   group box layout 02
04:19:35     test horizontal layout
04:19:35     test vertical smart layout
04:19:35 
04:19:35 GroupBoxBodyGrid03
04:19:35   group box layout 0100
04:19:35     test horizontal layout
04:19:35     test vertical smart layout
04:19:35 
04:19:35 GroupBoxBodyGrid04
04:19:35   group box layout 04
04:19:35     test horizontal layout
04:19:35     test vertical smart layout
04:19:35 
04:19:35 GroupBoxBodyGrid05
04:19:35   group box layout 05
04:19:35     test horizontal layout
04:19:35     test vertical smart layout
04:19:35 
04:19:35 GroupBoxBodyGrid06
04:19:35   group box layout 06
04:19:35     test horizontal layout
04:19:35     test vertical smart layout
04:19:35 
04:19:35 GroupBoxBodyGrid07
04:19:35   group box layout 07
04:19:35     test horizontal layout
04:19:35     test vertical smart layout
04:19:35 
04:19:35 GroupBoxBodyGrid08
04:19:35   group box layout 08
04:19:35     test horizontal layout
04:19:35     test vertical smart layout
04:19:35 
04:19:35 GroupBoxBodyGrid09
04:19:35   group box layout 09
04:19:35     test horizontal layout
04:19:35     test vertical smart layout
04:19:35 
04:19:35 GroupBoxBodyGrid10
04:19:35   group box layout 10
04:19:35     test horizontal layout
04:19:35     test vertical smart layout
04:19:35 
04:19:35 GroupBoxBodyGrid11
04:19:35   group box layout 11
04:19:35     test horizontal layout
04:19:35     test vertical smart layout
04:19:35 
04:19:35 GroupBox
04:19:35   _render
04:19:35     adds group-box div when label is set
04:19:35     renders controls initially if expanded
04:19:35     does not render controls initially if collapsed, but on expand
04:19:35   focus
04:19:35     focus first focusable field in groupBox
04:19:35   default values
04:19:35     gridDataHints
04:19:35   enabled
04:19:35     is not propagated to children by default
04:19:35     but maybe propagated to children if required
04:19:35   logical grid
04:19:35     is validated automatically by the logical grid layout
04:19:35     will get dirty if a field gets invisible
04:19:35     may be specified using the object type
04:19:35     uses widthInPixel and heightInPixel as dialog width and height if set on main box
04:19:35   scrollable
04:19:35     null by default
04:19:35     is set to true if it is a mainbox
04:19:35     is not set to true if it is a mainbox but explicitly set to false
04:19:35 
04:19:35 LabelField
04:19:35   HtmlEnabled
04:19:35     if false, encodes html in display text
04:19:35     if true, does not encode html in display text
04:19:35     if false, replaces 
04:19:35  with br tag and encodes other text
04:19:35     if true, does not replace 
04:19:35  with br tag and does not encode other text
04:19:35 
04:19:35 NumberFieldAdapter
04:19:35   parse
04:19:35     prevents setting the error status
04:19:35     prevents clearing the error status
04:19:35   supports the calculator
04:19:35 
04:19:35 NumberField
04:19:35   setValue
04:19:35     sets the value and formats it using decimalFormat if the value is valid
04:19:35     tries to convert the value into a number
04:19:35     does not set the value if it is invalid
04:19:35     sets the error status and display text if the value is invalid
04:19:35     uses another invalidation message than the value field
04:19:35   acceptInput
04:19:35     updates the display text after calculation even if the value was not changed
04:19:35   setDecimalFormat
04:19:35     sets the decimal format
04:19:35     if the parameter is a string, it is assumed it is the pattern
04:19:35     updates the value and the display text if the format changes
04:19:35     updates the value and the display text if the multiplier changes
04:19:35   calculates value
04:19:35     with . as separator and ' as grouping char
04:19:35     with , as separator and . as grouping char
04:19:35     of unary expressions
04:19:35     of sum expressions
04:19:35     of product expressions
04:19:35     of complex expressions
04:19:35     of invalid expressions
04:19:35 
04:19:35 RadioButtonGroup
04:19:35   enabled
04:19:35     propagation
04:19:35   selectButton
04:19:35     selects the new button and unselects the old one
04:19:35     makes only the new button tabbable
04:19:35     does not remove the tabindex if the button is deselected
04:19:35     focuses the new button if the old button had the focus
04:19:35 
04:19:35 RadioButton
04:19:35   keyStroke
04:19:35     selects the button
04:19:35     does not focus the button
04:19:35 
04:19:35 SequenceBox
04:19:35   mandatory indicator
04:19:35     does not exist
04:19:35   label width
04:19:35     is 0 if it is empty
04:19:35   status handling
04:19:35     moves the error status of the last field to the seq box
04:19:35     moves the tooltip of the last field to the seq box
04:19:35     moves the menus of the last field to the seq box
04:19:35     does not display the error message of the last field, only the one of the seq box
04:19:35     removes the tooltip from the seq box if last field gets invisible
04:19:35     moves the tooltip from the first field to the seq box if it gets the last field after a visibility change
04:19:35     moves the error from the first field to the seq box if it gets the last field after a visibility change
04:19:35     makes sure the status may be displayed on the field again if the field was the last visible field once
04:19:35 
04:19:35 SliderField
04:19:35   slider
04:19:35     accepts the value
04:19:35 
04:19:35 SmartField
04:19:35   _onKeyUp
04:19:35     does not call _openProposal() when TAB, CTRL or ALT has been pressed
04:19:35     calls _openProposal() when a character key has been pressed
04:19:35   _syncProposalChooser
04:19:35     must reset _requestProposal property
04:19:35   _openProposal
04:19:35     must "browse all" when field is valid and browseAll parameter is true
04:19:35     must search by display-text when field is valid and browseAll parameter is false
04:19:35     must "browseAll" when field is invalid
04:19:35   _acceptProposal
04:19:35     must set displayText
04:19:35     must call clearTimeout() for pending typedProposal events
04:19:35     dont send _acceptProposal when displayText has not changed
04:19:35     send _acceptProposal when displayText has changed
04:19:35     send deleteProposal when displayText has been deleted quickly
04:19:35   touch = true
04:19:35     opens a touch popup when smart field gets touched
04:19:35     opens a touch popup if there already is a proposal chooser while rendering
04:19:35     shows smartfield with same text as clicked smartfield
04:19:35   _formatValue
04:19:35     uses a lookupcall to format the value
04:19:35     returns empty string if value is null or undefined
04:19:35     returns the value as string if there is no lookup call
04:19:35   multiline
04:19:35     multi-line lookupcall on single-line field
04:19:35     multi-line lookupcall on multi-line field
04:19:35   display text
04:19:35     is also rendered if it is empty
04:19:35 
04:19:35 ProposalField2
04:19:35   proposal field
04:19:35     defaults
04:19:35     setValue
04:19:35     setLookupRow should set value too
04:19:35     lookupOnAcceptByText
04:19:35     when lookupOnAcceptByText=true the value is not deleted when aboutToBlurByMouseDown is called
04:19:35     should set error status when result has an exception
04:19:35 
04:19:35 SmartField2Multiline
04:19:35   display text
04:19:35     show first line as INPUT value, additional lines in separate DIV
04:19:35     reset multiline-lines DIV on error
04:19:35 
04:19:35 SmartField2
04:19:35   general behavior
04:19:35     defaults
04:19:35     setLookupRow
04:19:35     init LookupCall when configured as string
04:19:35     when setValue is called, load and set the correct lookup row
04:19:35     load proposals for the current displayText
04:19:35   clear
04:19:35     clears the value
04:19:35     clears the value, also in touch mode
04:19:35     does not close the popup but does a browse all
04:19:35   touch popup
04:19:35     marks field as clearable even if the field is not focused
04:19:35     stays open if active / inactive radio buttons are clicked
04:19:35     stays open even if there are no results (with active filter)
04:19:35   acceptInput
04:19:35     should not be triggered, when search text is (still) empty or equals to the text of the lookup row
04:19:35     should not be triggered, when search text is (still) empty or equals to the text of the lookup row (lookupRow.text is null)
04:19:35     should (not) reset selected lookup row
04:19:35       use lookup row
04:19:35       reset when popup is closed
04:19:35       reset when user was typing or search-text has changed
04:19:35       reset when lookup result is out-dated
04:19:35       must add CSS class from selected lookup-row to field
04:19:35   lookup
04:19:35     should increase lookupSeqNo when a lookup is executed
04:19:35     should set error status when result has an exception
04:19:35     _executeLookup should always remove lookup-status (but not the error-status)
04:19:35     lookupByKey should set first lookup-row from result as this.lookupRow
04:19:35   touch / embed
04:19:35     must clone properties required for embedded field
04:19:35     _copyValuesFromField
04:19:35   aboutToBlurByMouseDown
04:19:35     should not perform lookup for search by text
04:19:35   maxBrowseRowCount
04:19:35     default - don't limit lookup rows
04:19:35     limit lookup rows
04:19:35 
04:19:35 StringFieldAdapter
04:19:35   onModelPropertyChange
04:19:35     insertText
04:19:35       may be called multiple times with the same text
04:19:35 
04:19:35 StringField
04:19:35   inputMasked
04:19:35     sets the field into password mode, if true
04:19:35     unsets the password mode, if false
04:19:35   insertText
04:19:35     expects empty field at the beginning
04:19:35     inserts text into an empty field
04:19:35     appends text to the previous value (if no text is selected)
04:19:35     replaces selection #1 (if part of the text is selected, selection does not start at the beginning)
04:19:35     replaces selection #2 (if part of the text is selected, start at the beginning)
04:19:35     replaces selection #3 (if whole content is selected)
04:19:35     sends display text changed to server using accept text
04:19:35     sends display text changed to server using accept text, twice, if updateDisplayTextOnModify=true
04:19:35   trim
04:19:35     should restore selection
04:19:35     should not break when displayText is very long (regex is too big)
04:19:35   setValue
04:19:35     sets the value and display text if the value is valid
04:19:35     tries to convert the value into a string
04:19:35     sets the value to null if given value is empty
04:19:35     sets value to null if given value only consists of whitespaces and trim is true
04:19:35     does not set value to null if given value only consists of whitespaces and trim is false
04:19:35 
04:19:35 TabBoxAdapter
04:19:35   onModelPropertyChange
04:19:35     selectedTab
04:19:35       selects the tab but does not send a selectTab event
04:19:35 
04:19:35 TabBox
04:19:35   render
04:19:35     does NOT call layout for the selected tab on initialization
04:19:35     must not create LogicalGridData for tab items
04:19:35   selection
04:19:35     should select tabs by ID
04:19:35   key handling
04:19:35     supports left/right keys to select a tab-item
04:19:35 
04:19:35 TabItem
04:19:35   _renderStatusVisible
04:19:35     invalidates tabarea if status visibility changes
04:19:35   _renderCssClass
04:19:35     adds CSS class to both, TabItem and GroupBox
04:19:35 
04:19:35 TableFieldAdapter
04:19:35   property table
04:19:35     destroys the table and model adapter if value is changed to ''
04:19:35 
04:19:35 TableField
04:19:35   property table
04:19:35     shows (renders) the table if the value is set
04:19:35     destroys the table if value is changed to null
04:19:35     table gets class 'field' to make it work with the form field layout
04:19:35     table gets class 'field' to make it work with the form field layout (also when table is set later)
04:19:35   requiresSave
04:19:35     should require save when row has been updated
04:19:35     does not create a memory leak if same row is updated multiple times
04:19:35     should require save when row has been deleted
04:19:35     should require save when row has been inserted
04:19:35     should NOT require save when row has been inserted and deleted again
04:19:35     should NOT require save when row has been inserted and deleted again even if it was updated or checked in the meantime
04:19:35     should require save when row has been checked
04:19:35     should NOT require save when row has been checked and unchecked again
04:19:35 
04:19:35 WrappedForm
04:19:35   mandatory indicator
04:19:35     does not exist
04:19:35   test initial focus disabled
04:19:35     string field in inner form hasn't focus
04:19:35   test initial focus enabled
04:19:35     string field in inner form has focus
04:19:35 
04:19:35 IFrame
04:19:35   setLocation
04:19:35     sets the location of the iframe
04:19:35     sets the location to about:blank if location is empty
04:19:35 
04:19:35 scout.Icon
04:19:35   render
04:19:35     creates a span if it is a font icon
04:19:35     creates an img if it is an image icon
04:19:35   setIconDesc
04:19:35     accepts a string representing the iconId
04:19:35     accepts a scout.IconDesc
04:19:35 
04:19:35 Key
04:19:35   toKeyStrokeString
04:19:35     creates a string representing that key
04:19:35     considers modifiers
04:19:35 
04:19:35 KeyStroke
04:19:35   unrepeatability
04:19:35     means that an unrepeatable KeyStroke is triggered exactly once per keyup event, even given three keydown events
04:19:35     means that an unrepeatable KeyStroke is triggered exactly once given the sequence (keydown, keyup)
04:19:35 
04:19:35 HtmlComponent
04:19:35   install
04:19:35     does NOT set data 'htmlComponent' when constructor is called
04:19:35     sets data 'htmlComponent' when install() is called
04:19:35   size
04:19:35     returns getBoundingClientRect() of JQuery comp
04:19:35   setSize
04:19:35     accepts scout.Dimension as single argument
04:19:35     calls invalidate on layout when size has changed
04:19:35   insets
04:19:35     reads padding, margin and border correctly
04:19:35   validateLayout
04:19:35     calls htmlComp.layout
04:19:35     calls layout of the child component
04:19:35     does not layout invisible components
04:19:35     does not layout components with an invisible parent
04:19:35     does not call isParentVisible too many times
04:19:35 
04:19:35 LayoutValidator
04:19:35   invalidateTree
04:19:35     keeps track of invalid html components
04:19:35     considers only the topmost component
04:19:35     and validate roots
04:19:35     makes sure parent components are put in front of child components
04:19:35   validate
04:19:35     calls layout for each invalid html component
04:19:35     does not call layout if component has been removed
04:19:35     does not call layout if component has been detached, but does not remove from invalid components either
04:19:35     removes the component from the list of invalidate components after validation
04:19:35   cleanupInvalidObjects
04:19:35     removes the widget from invalid components when a widget gets removed
04:19:35 
04:19:35 LogicalGridLayoutInfo
04:19:35   Rectangle.union
04:19:35     produces same results as java.awt.Rectangle
04:19:35   layoutCellBounds
04:19:35     calculates bounds
04:19:35 
04:19:35 graphics
04:19:35   bounds
04:19:35     returns rectangle with position from JQuery.position()
04:19:35     returns rectangle with size from JQuery.outerWidth/Height
04:19:35     returns rectangle with size from  JQuery.outerWidth/Height() including margin if includeMargin is true
04:19:35   Point
04:19:35     equals
04:19:35   Dimension
04:19:35     accepts two numbers as width and height arguments
04:19:35     accepts a single scout.Dimension argument
04:19:35     equals
04:19:35   Rectangle
04:19:35     equals
04:19:35     intersects
04:19:35   Insets
04:19:35     equals
04:19:35 
04:19:35 LookupRow
04:19:35   constructor
04:19:35   sets defaults when created with a plain object
04:19:35   uses values from plain object instead of defaults, when set
04:19:35 
04:19:35 main
04:19:35   nvl
04:19:35     can return alternative value
04:19:35   assertParameter
04:19:35     throws Error when value is not set
04:19:35     throws Error when value has wrong type
04:19:35   isOneOf
04:19:35     can check if value is one of multiple values
04:19:35   create
04:19:35     accepts string or object as first argument
04:19:35     creates a new initialized widget with parent and session set
04:19:35     creates local object if first parameter is the objectType
04:19:35       sets property 'id' correctly when no ID is provided
04:19:35       session must be set, but adapter should not be registered
04:19:35     creates local object if first parameter of type object and contains objectType property
04:19:35 
04:19:35 ButtonAdapterMenu
04:19:35   initialization / destroy
04:19:35     should set/delete adaptedBy property on original button instance
04:19:35   focusable element
04:19:35     button should delegate to adapter menu
04:19:35 
04:19:35 ContextMenuPopup
04:19:35   options.cloneMenuItems
04:19:35     true
04:19:35       clones the given menus and renders the clones
04:19:35       only destroys and removes the clones on popup close
04:19:35     false
04:19:35       renders the original menus
04:19:35       removes but does not destroy the menus on popup close
04:19:35   renderMenuItems
04:19:35     renders invisible menus
04:19:35     adds last and first classes
04:19:35     considers visibility when adding last and first classes
04:19:35 
04:19:35 MenuBarPopup
04:19:35   is opened on doAction if the menu has child actions
04:19:35   rerenders the head on a menu property change
04:19:35 
04:19:35 MenuBar
04:19:35   setMenuItems
04:19:35     prefers EmptySpace for the left position if menu has multiple menuTypes
04:19:35     must add/destroy dynamically created separators
04:19:35     renders menu bar invisible if no visible menu items are available
04:19:35     renders menu bar visible if at least one visible menu item is available
04:19:35   propertyChange
04:19:35     must listen on property changes of its menu items (even when menu bar is not rendered)
04:19:35     must remove property change listeners on destroy
04:19:35   layout
04:19:35     gets invalidated if a menu changes its visibility
04:19:35   updateDefaultMenu
04:19:35     marks first visible and enabled menu that reacts to ENTER keystroke as default menu
04:19:35     updates state if menu gets enabled or disabled
04:19:35     considers rendered state of default menu
04:19:35 
04:19:35 MenuItemsOrder
04:19:35   _createSeparator
04:19:35   _menuTypes
04:19:35 
04:19:35 Menu
04:19:35   defaults
04:19:35     should have expected defaults
04:19:35   render
04:19:35     render depending on the actionStyle
04:19:35     render as separator
04:19:35     must not render childActions when popup is not open
04:19:35   isTabTarget
04:19:35     should return true when menu can be a target of TAB action
04:19:35 
04:19:35 menus
04:19:35   filter
04:19:35     does nothing if no menus are given
04:19:35     returns no menus if no types are given
04:19:35     only returns visible menus, if onlyVisible param is set to true
04:19:35     only returns menus with given type (even when menu is not visible)
04:19:35     only returns parent menus if child menus should be displayed
04:19:35     only returns parent menus if child menus have correct type
04:19:35   updateSeparatorVisibility
04:19:35     makes leading separators invisible
04:19:35     makes trailing separators invisible
04:19:35     makes duplicate separators invisible
04:19:35     makes all separators invisible if there are no other visible menus
04:19:35     reverts to old state if sibling menus get visible
04:19:35     considers all rules
04:19:35 
04:19:35 Planner
04:19:35   deleteResources
04:19:35     deletes resources from model
04:19:35     deletes resources from html document
04:19:35     also adjusts selectedResources and selectionRange if deleted resource was selected
04:19:35   updateResources
04:19:35     updates resources in model
04:19:35     updates resources in html document
04:19:35     updates activities
04:19:35   renderScale
04:19:35     displayMode: DAY
04:19:35       draws scale for whole day
04:19:35       draws scale for one hour
04:19:35       draws scale for two hour interval
04:19:35       draws scale with only showing every second label
04:19:35     displayMode: WEEK / WORK_WEEK
04:19:35       draws scale for WEEK for whole day with 6h interval
04:19:35       draws scale for WEEK with only showing every second label
04:19:35       draws scale for WEEK with changing month
04:19:35       draws scale for WORK_WEEK for whole day with 6h interval
04:19:35       draws scale for WORK_WEEK with only showing every second label
04:19:35     displayMode: MONTH
04:19:35       draws scale
04:19:35       draws scale with only showing every second label
04:19:35     displayMode: CALENDAR_WEEK
04:19:35       draws scale for CALENDAR_WEEK displayMode
04:19:35       draws scale with only showing every second label
04:19:35       draws scale with only showing every third label
04:19:35     displayMode: YEAR
04:19:35       draws scale for YEAR displayMode
04:19:35       draws scale with only showing every second label
04:19:35       draws scale with only showing every third label
04:19:35   transformLeft/transformWidth
04:19:35     calculates left and width in WEEK mode for whole days
04:19:35     calculates left and width in WEEK mode for limitted day range
04:19:35     calculates left and width in WEEK mode for limitted day range (only firstHourOfDay set)
04:19:35   select
04:19:35     selects at least the number of intervals configured by display mode options
04:19:35     respects end of day if minSelectionIntervalCount is set
04:19:35 
04:19:35 Popup
04:19:35   withGlassPane
04:19:35     shows a glass pane if set to true
04:19:35     does not show a glass pane if set to false
04:19:35 
04:19:35 scrollbars
04:19:35   onScroll
04:19:35     attaches handler to scrolling parents which execute when scrolling
04:19:35   offScroll
04:19:35     detaches handler from scrolling parents
04:19:35   isLocationInView
04:19:35     returns true if the given location is inside the given $scrollable
04:19:35     returns false if x of the given location is outside of the given $scrollable (smaller)
04:19:35     returns false if y of the given location is outside of the given $scrollable (smaller)
04:19:35     returns false if x of the given location is outside of the given $scrollable (greater)
04:19:35     returns false if y of the given location is outside of the given $scrollable (greater)
04:19:35   render
04:19:35     ensures parent has position absolute or relative
04:19:35 
04:19:35 BusyIndicator
04:19:35   render
04:19:35     uses entry point as parent if no $parent is provided
04:19:35     uses $parent as parent if provided
04:19:35 
04:19:35 ModelAdapter
04:19:35   can handle properties in any order
04:19:35   _syncPropertiesOnPropertyChange calls set* methods or setProperty method
04:19:35   init
04:19:35     copies properties to widget
04:19:35     sets default values
04:19:35   destroy
04:19:35     destroys the adapter and its children
04:19:35     does not destroy children, which are globally used
04:19:35   onModelPropertyChange
04:19:35     adapter
04:19:35       creates and registers the new adapter
04:19:35       destroys the old adapter
04:19:35     filters
04:19:35       propertyChange events
04:19:35         should send event when property change is triggered by widget
04:19:35         should not send event when property is triggered by server
04:19:35       widget events
04:19:35         should handle widget event when it is not filtered
04:19:35         should not handle widget event when it is filtered
04:19:35     export adapter
04:19:35       exportAdapterData should export last part of model-class as ID
04:19:35     adapters
04:19:35       creates and registers adapters
04:19:35       destroys the old adapters
04:19:35       destroys the old and creates the new adapters if the array contains both
04:19:35 
04:19:35 ResponseQueue
04:19:35   add
04:19:35     adds elements to the queue in the correct order
04:19:35     removes elements that are superseded by combined response
04:19:35   process
04:19:35     processes elements in the correct order
04:19:35     does not process elements in the wrong order
04:19:35     does not process same response twice
04:19:35 
04:19:35 Session
04:19:35   send
04:19:35     sends multiple async events in one call
04:19:35     sends multiple async events in one call over multiple user interactions if sending was delayed
04:19:35     does not await the full delay if a susequent send call has a smaller delay
04:19:35     does not await the full delay if a previous send call has a smaller delay
04:19:35     coalesces events if event provides a coalesce function
04:19:35     sends requests consecutively
04:19:35     sends requests consecutively and respects delay
04:19:35     queues ?poll results when user requests are pending
04:19:35     resumes polling after successful responses
04:19:35     does not resume polling after JS errors
04:19:35     does not resume polling after UI server errors
04:19:35     does not resume polling after HTTP errors
04:19:35     does not resume polling after session terminated
04:19:35   init
04:19:35     sends startup parameter
04:19:35     sends user agent on startup
04:19:35   texts
04:19:35     check if correct text is returned
04:19:35     check if empty text is returned
04:19:35     check if null text is returned
04:19:35     check if arguments are replaced in text
04:19:35     check if multiple arguments are replaced in text
04:19:35     check if undefined texts return an error message
04:19:35     optText returns undefined if key is not found
04:19:35     optText returns default value if key is not found
04:19:35     optText returns text if key found
04:19:35     optText returns text if key found, with arguments
04:19:35 
04:19:35 Splitter
04:19:35   renders the splitter at the given position
04:19:35 
04:19:35 SimpleTabArea
04:19:35   renders the tabs in the correct order
04:19:35 
04:19:35 TableAdapter
04:19:35   selectRows
04:19:35     sends rowsSelected event containing rowIds
04:19:35     does not send selection event if triggered by server
04:19:35   checkRows
04:19:35     sends rowsChecked event containing rowIds
04:19:35     does not send rowsChecked event if triggered by server
04:19:35   onModelAction
04:19:35     rowsSelected event
04:19:35       calls selectRows
04:19:35     rowsDeleted event
04:19:35       calls deleteRows
04:19:35       does not send rowsSelected event for the deleted rows
04:19:35     allRowsDeleted event
04:19:35       calls deleteAllRows
04:19:35       does not send rowsSelected event
04:19:35     rowsInserted event
04:19:35       calls insertRows
04:19:35       may contain cells as objects
04:19:35       may contain cells as scalars
04:19:35       respects null values
04:19:35       uses text as value if value is not provided
04:19:35     rowOrderChanged event
04:19:35       calls updateRowOrder
04:19:35       correct DOM order for newly inserted rows
04:19:35     rowsUpdated event
04:19:35       calls updateRows
04:19:35     columnStructureChanged event
04:19:35       calls updateColumnStructure
04:19:35     columnOrderChanged event
04:19:35       calls updateColumnOrder
04:19:35     columnHeadersUpdated event
04:19:35       calls updateColumnHeaders
04:19:35   onModelPropertyChange
04:19:35     menus
04:19:35       creates and registers menu adapters
04:19:35       destroys the old menus
04:19:35       destroys the old and creates the new menus if the list contains both
04:19:35   _sendFilter
04:19:35     should not coalesce remove and 'add' events
04:19:35   _postCreateWidget
04:19:35     should send a filter event, if a filter exists on table after widget is created.
04:19:35 
04:19:35 TableFilter
04:19:35   row filtering
04:19:35     applies row filter when table gets initialized
04:19:35     doesn't filter anymore if filter gets removed
04:19:35     applies row filter if a new row gets inserted
04:19:35     applies row filter if a new row gets inserted, even if table is not rendered
04:19:35     applies row filter if a row gets updated
04:19:35     applies row filter if a row gets updated, even if table is not rendered
04:19:35     properly handles successive row insertion and updates
04:19:35     properly handles reset table case
04:19:35     considers view range
04:19:35     renders empty data if all rows are removed due to filtering
04:19:35   selection
04:19:35     gets removed for non visible rows after filtering
04:19:35     stays removed even if filtered row is selected explicitly
04:19:35     gets removed for non visible rows after filtering if a row has been updated
04:19:35     gets restored for visible rows after filtering
04:19:35   events
04:19:35     filter
04:19:35       gets fired when table with a filter is initializing
04:19:35       does not get fired when table with no filters is initializing
04:19:35       gets fired if filter() is called
04:19:35       gets fired if filter() is called, even if table is not rendered
04:19:35       gets not fired if rows are filtered again but the filtered rows have not changed
04:19:35       gets fired if rows are filtered during updateRows
04:19:35       gets fired if rows are filtered during insertRows
04:19:35       gets fired if rows are filtered during deleteRows
04:19:35       gets fired if rows are filtered during deleteAllRows
04:19:35       does not get fired if rows are updated but row filter state has not changed
04:19:35       gets sent to server containing rowIds when rows are filtered
04:19:35 
04:19:35 TableFooterSpec
04:19:35   render
04:19:35     attaches listener to the table but only once
04:19:35   remove
04:19:35     stops the open animation of the selected control
04:19:35     stops the close animation of the selected control
04:19:35   controls
04:19:35     removes old and renders new controls on property change
04:19:35   TableStatusTooltip
04:19:35     shows ERROR tooltip
04:19:35     shows INFO tooltip when table is rendered
04:19:35     hides INFO tooltip when user clicks in table
04:19:35     does not hide ERROR tooltip when user clicks in table
04:19:35 
04:19:35 TableHeaderMenu
04:19:35   filter
04:19:35     string column
04:19:35       shows the unique string values
04:19:35       converts multiline text to single line
04:19:35       strips html tags if html is enabled
04:19:35       reflects the state of the filter
04:19:35       correctly updates the list after inserting a new row, if a filter is applied
04:19:35       always displays the selected value, even if the table does not contain the value anymore
04:19:35       displays empty values as -empty-
04:19:35       stores selected text in filter.selectedValues
04:19:35       stores empty as null and not '-empty-'
04:19:35     grouping / sorting
04:19:35       count sorted columns
04:19:35       count grouped columns
04:19:35     boolean column
04:19:35       shows the unique string values
04:19:35     sort enabled
04:19:35       option enabled shows sort options in table header menu
04:19:35       option disabled does not show sort options in table header menu
04:19:35     sort mode
04:19:35       sorts alphabetically
04:19:35       sorts by amount
04:19:35 
04:19:35 TableHeaderSpec
04:19:35   render
04:19:35     attaches listener to the table but only once
04:19:35 
04:19:35 TableKeyStrokes
04:19:35   key up
04:19:35     selects the above row
04:19:35     selects the last row if no row is selected yet
04:19:35     selects the second last row if all rows are selected
04:19:35     selects the only row if there is only one
04:19:35     does nothing if first row already is selected
04:19:35     if first row already is selected but is not the last action row, the row above the last action row gets selected
04:19:35     if there is a last action row, selects the row above last last action row
04:19:35     selects the row above the last action row even if the row above already is selected
04:19:35     uses last row of selection as last action row if last action row is not visible anymore
04:19:35      + shift
04:19:35       adds the row above to the selection
04:19:35       removes the row above from the selection if the last action row is the last row of the selection
04:19:35       if the row above the last action row is not selected, adds the row above to the selection
04:19:35   key down
04:19:35     selects the row below
04:19:35     selects the first row if no row is selected yet
04:19:35     selects the second row if all rows are selected
04:19:35     selects the only row if there is only one
04:19:35     does nothing if last row already is selected
04:19:35     if there is a last action row, selects the row below the last action row
04:19:35     selects the row below the last action row even if the row below already is selected
04:19:35     uses last row of selection as last action row if last action row is not visible anymore
04:19:35      + shift
04:19:35       adds the row below to the selection
04:19:35       removes the row below from the selection if the last action row is the first row of the selection
04:19:35       if the row below the last action row is not selected, adds the row below to the selection
04:19:35   end
04:19:35     selects last row
04:19:35      + shift
04:19:35       selects all rows from currently selected row to last row
04:19:35       preserves existing selection
04:19:35       considers last action row as start row for new selection
04:19:35       uses last row of selection as last action row if last action row is not visible anymore
04:19:35       does nothing if last row is already selected
04:19:35       does not add same rows to selectedRows twice
04:19:35   home
04:19:35     selects first row
04:19:35      + shift
04:19:35       selects all rows from currently selected row to first row
04:19:35       preserves existing selection
04:19:35       considers last action row as start row for new selection
04:19:35       uses first row of selection as last action row if last action row is not visible anymore
04:19:35       does nothing if first row is already selected
04:19:35       does not add same rows to selectedRows twice
04:19:35   space
04:19:35     does nothing if no rows are selected
04:19:35     checks the selected rows if first row is unchecked
04:19:35     does not modify already checked rows when checking
04:19:35     unchecks the selected rows if first row is checked
04:19:35   page up
04:19:35     selects the only row if there is only one
04:19:35   page down
04:19:35     selects the only row if there is only one
04:19:35 
04:19:35 Table
04:19:35   render
04:19:35     renders CSS class
04:19:35     renders a table header
04:19:35     renders table rows
04:19:35       accepts rows with cells
04:19:35       accepts rows with text only
04:19:35   _calculateViewRangeForRowIndex
04:19:35     returns a range based on viewRangeSize
04:19:35   rowIcons and checkable rows
04:19:35     creates an artificial cell when a rowIcon is set on a row
04:19:35   insertRows
04:19:35     inserts rows at the end of the table
04:19:35     renders rows only if view range is not full yet
04:19:35     rowsInserted event must be triggered before rowOrderChanged event
04:19:35   updateRows
04:19:35     updates the model cell texts
04:19:35     updates the html cell texts
04:19:35     does not fail if the row to update is the same instance as the existing one
04:19:35     does not destroy selection
04:19:35     silently updates rows which are not in view range
04:19:35   deleteRows
04:19:35     deletes single rows from model
04:19:35     deletes single rows from html document
04:19:35     considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
04:19:35   deleteAllRows
04:19:35     deletes all rows from model
04:19:35     deletes all rows from html document
04:19:35     silently removes not rendered rows
04:19:35   updateRowOrder
04:19:35     reorders the model rows
04:19:35     reorders the html nodes
04:19:35     considers view range
04:19:35   checkRow
04:19:35     checks the row, does not uncheck others if multiCheck is set to true
04:19:35     unchecks other rows if multiCheck is set to false
04:19:35     does not check the row if checkable is set to false
04:19:35     does not check the row if the row is disabled
04:19:35     does not check the row if the table is disabled
04:19:35     considers view range
04:19:35     keeps added checkable column visible even when reloading factory settings
04:19:35     does not add an additional checkable column if one is already configured
04:19:35   selectRows
04:19:35     updates model
04:19:35     selects rendered rows and unselects others
04:19:35     considers view range
04:19:35     triggers rowsSelected
04:19:35     selectedRow() returns first selected row or null when table has no selection
04:19:35   toggle selection
04:19:35     selects all if not all are selected
04:19:35     selects none if all are selected
04:19:35   selectAll
04:19:35     selects all rows
04:19:35     considers view range -> renders selection only for rendered rows
04:19:35   doRowAction
04:19:35     sends rowAction event with row and column
04:19:35     does not send rowAction event if the row is not selected
04:19:35     does not send rowAction event if it is not the only one selected row
04:19:35   resizeColumn
04:19:35     updates column model and sends resize event 
04:19:35     does not send resize event when resizing is in progress
04:19:35     sends resize event when resizing is finished
04:19:35   autoResizeColumns
04:19:35     distributes the table columns using initialWidth as weight
04:19:35     excludes columns with fixed width
04:19:35     does not make the column smaller than the initial size
04:19:35     does not make the column smaller than a minimum size
04:19:35   sort
04:19:35     updates column model
04:19:35     model update
04:19:35       sets sortAscending according to direction param
04:19:35       resets properties on other columns
04:19:35       sets sortIndex
04:19:35       does not remove sortIndex for columns always included at begin
04:19:35       does not remove sortIndex for columns always included at end
04:19:35       does not remove sortIndex for columns always included at begin and end (combination)
04:19:35       removes column from sort columns
04:19:35     sends sort without sortingRequested event when client side sorting is possible
04:19:35     sends sort event with sortingRequested if client side sorting is not possible
04:19:35     sorts the data
04:19:35     regroups the data if group by column is active
04:19:35     restores selection after sorting
04:19:35     sorting
04:19:35       sorts text columns considering locale (if browser supports it)
04:19:35       sorts number columns
04:19:35       sorts date columns
04:19:35       uses non sort columns as fallback
04:19:35   column grouping
04:19:35     renders an aggregate row for each group
04:19:35     considers groupingStyle -> aggregate rows must be rendered previous to the grouped rows
04:19:35     considers view range -> only renders an aggregate row for rendered rows
04:19:35     considers view range -> doesn't render an aggregate row if the last row of the group is not rendered
04:19:35     regroups if rows get inserted
04:19:35     regroups if rows get inserted, event is from server and table was empty
04:19:35     does not regroup if rows get inserted, event is from server and table was not empty
04:19:35     regroups if rows get deleted
04:19:35     removes aggregate rows if all rows get deleted
04:19:35     regroups if rows get updated
04:19:35     may group column 0 only
04:19:35     may group column 1 only
04:19:35     may group columns 0 (avg) and 1 (sum)
04:19:35     may group columns 0, 1 and 2
04:19:35     may group columns 2 and 1
04:19:35     may group column 1 only after grouping column 0 first
04:19:35     may group column 1 and 2 after grouping column 0 first
04:19:35   row click
04:19:35     selects row and unselects others
04:19:35     sends selection and click events
04:19:35     sends only click if row already is selected
04:19:35     sends selection, checked and click events if table is checkable and checkbox has been clicked
04:19:35   right click on row
04:19:35     opens context menu
04:19:35     context menu only shows items without header type also if there is a type singleSelection
04:19:35     context menu only shows visible menus
04:19:35   _filterMenus
04:19:35     returns no menus for contextMenu if no row is selected
04:19:35     returns only single selection menus for contextMenu if one row is selected
04:19:35     returns only multi selection menus for contextMenu if multiple rows are selected
04:19:35     returns menus with single- and multi selection set for contextMenu if one or more rows are selected
04:19:35     returns only empty space menus if no row is selected
04:19:35     returns empty space and single selection menus if one row is selected
04:19:35     returns empty space and multi selection menus if multiple rows are selected
04:19:35     returns menus with empty space, single- and multi selection set if one or more rows are selected
04:19:35   row mouse down / move / up
04:19:35     selects multiple rows
04:19:35     only sends selection event, no click
04:19:35     only send one event for mousedown and immediate mouseup on the same row
04:19:35     only selects first row if mouse move selection or multi selection is disabled
04:19:35   moveColumn
04:19:35     moves column from oldPos to newPos
04:19:35     considers view range (does not fail if not all rows are rendered)
04:19:35   updateRowOrder
04:19:35     correct DOM order for newly inserted rows
04:19:35   initColumns
04:19:35     sets the column indices if not already set
04:19:35     does not set the column indices if already set
04:19:35   updateColumnStructure
04:19:35     resets the model columns
04:19:35     redraws the header to reflect header cell changes (text)
04:19:35     updates width of empty data
04:19:35   updateColumnOrder
04:19:35     reorders the model columns
04:19:35     reorders the html nodes
04:19:35     silently moves cells which are not rendered in view range
04:19:35   updateColumnHeaders
04:19:35     updates the text and sorting state of model columns
04:19:35     updates sort indices of the sort columns if a sort column got removed
04:19:35     updates the text and sorting state of html table header nodes
04:19:35     updates the custom css class of table header nodes
04:19:35     considers html enabled property of table header cells
04:19:35   headerVisible
04:19:35     hides/shows the table header
04:19:35   View range markers
04:19:35     Must not throw an error when called in detached state
04:19:35   Column visibility
04:19:35     update headers and rows when visibility of a column changes
04:19:35     visibleColumns() only return visible columns
04:19:35     moveColumn() must deal with different indices for visible and all columns
04:19:35 
04:19:35 TableUpdateBuffer
04:19:35   buffers updateRow calls and processes them when all promises resolve
04:19:35   prevents rendering viewport while buffering
04:19:35   processes immediately when a resolved promise is added
04:19:35 
04:19:35 BooleanColumn
04:19:35   table checkable column
04:19:35     a checkbox column gets inserted if table.checkable=true
04:19:35     no checkbox column gets inserted if table.checkable=false
04:19:35     this.checkableColumn is set to the new column
04:19:35     displays the row.checked state as checkbox
04:19:35   boolean column
04:19:35     displays the cell value as checkbox
04:19:35 
04:19:35 Column
04:19:35   considers horizontal alignment
04:19:35   converts linebreak into <br> in header cells
04:19:35   considers custom css class of a column
04:19:35   considers custom css class of a column, as well for checkbox columns
04:19:35   considers custom css class of a cell, if both are set only the cell class is used
04:19:35   considers htmlEnabled of a cell
04:19:35   caches encoded text of a cell to improve performance
04:19:35   multilineText
04:19:35     replaces
04:19:35  with br, but only if htmlEnabled is false
04:19:35   textWrap
04:19:35     wraps text if column.textWrap and table.multilineText are true
04:19:35     does not wrap text if column.textWrap is false and table.multilineText is true
04:19:35     does not wrap text if column.textWrap is true and table.multilineText is false
04:19:35   initCell
04:19:35     sets the value and the text
04:19:35     calls formatValue to format the text
04:19:35     calls formatValue to format the text, also for cell objects
04:19:35     does not format the value if a text is provided
04:19:35     sets the value to null if only text is provided
04:19:35   setCellValue
04:19:35     sets the value and the text
04:19:35     calls formatValue to format the text
04:19:35   cell getters
04:19:35     cell() should return cell of given row
04:19:35     selectedCell() should return cell from selected row
04:19:35   autoOptimizeWidth
04:19:35     will resize the column to fit its content after layouting
04:19:35     also works if there is no header
04:19:35     considers images
04:19:35     autoOptimizeWidthRequired
04:19:35       will be set to true if a row is updated and the content changed
04:19:35       will be set to true if a row is inserted
04:19:35       will be set to true if a row is deleted
04:19:35       will be set to true if all rows are deleted
04:19:35       will be set to true if autoOptimizeWidth is set dynamically
04:19:35   displayable
04:19:35     if set to false, column may not be made visible
04:19:35 
04:19:35 NumberColumn
04:19:35   background effect
04:19:35     colorGradient1
04:19:35       colors cells from red to green
04:19:35       colors cells according to rounded values
04:19:35     considers view range -> only colors rendered cells
04:19:35     updates colors if row gets deleted
04:19:35     updates colors if row gets inserted
04:19:35     updates colors if row gets updated
04:19:35     colors cells if table gets rendered
04:19:35     restores existing background color if background effect gets removed
04:19:35     barChart
04:19:35       does not overwrite existing background color
04:19:35     setBackgroundEffect
04:19:35       changes the background effect
04:19:35       sends columnBackgroundEffectChanged event
04:19:35       does not send columnBackgroundEffectChanged if server triggered it
04:19:35   calculateMinMaxValues
04:19:35     calculates the min/max values based on rounded values
04:19:35   format
04:19:35     updates the value and the display text if the multiplier changes
04:19:35 
04:19:35 scout.comparators
04:19:35   tests 'compare' method of TEXT comparator
04:19:35   tests 'compareIgnoreCase' method of TEXT comparator
04:19:35   tests 'compare' method of NUMERIC comparator
04:19:35   tests 'compare' method of ALPHANUMERIC comparator
04:19:35   tests 'compareIgnoreCase' method of ALPHANUMERIC comparator
04:19:35   tests 'compareIgnoreCase' method of ALPHANUMERIC comparator with session
04:19:35 
04:19:35 AggregateTableControl
04:19:35   aggregate
04:19:35     creates an aggregate row
04:19:35     sums up numbers in a number column
04:19:35     aggregation type none does not aggregate
04:19:35     sums up numbers in a number column but only on filtered rows
04:19:35     sums up numbers in a number column and considers format pattern
04:19:35     sums up numbers in a number column and considers rounded values fo aggregation
04:19:35     updates aggregation if a row is inserted
04:19:35     updates aggregation if a row is updated
04:19:35     updates aggregation if a row is deleted
04:19:35   eanbled state
04:19:35     is false if there are no number columns
04:19:35     is true if there is at least one number column
04:19:35     is false if there is a number column but without an aggregate function
04:19:35   selected state
04:19:35     is false if control is not enabled initially
04:19:35     is set to false if control will be disabled
04:19:35 
04:19:35 TableControl
04:19:35   selected
04:19:35     opens and closes the control container
04:19:35     removes the content of the previous selected control without closing the container
04:19:35     sends selected events (for current and previous selection)
04:19:35 
04:19:35 CellEditor
04:19:35   mouse click
04:19:35     starts cell edit if cell is editable
04:19:35     does not start cell edit if cell is not editable
04:19:35     does not start cell edit if row is disabled
04:19:35     does not start cell edit if table is disabled
04:19:35     does not start cell edit if mouse down and up happened on different cells
04:19:35     does not start cell edit if right mouse button was pressed
04:19:35     does not start cell edit if middle mouse button was pressed
04:19:35     does not open cell editor if a ctrl or shift is pressed, because the user probably wants to do row selection rather than cell editing
04:19:35   startCellEdit event
04:19:35     opens popup with field
04:19:35   endCellEdit event
04:19:35     destroys the field
04:19:35     removes the cell editor popup
04:19:35   completeEdit
04:19:35     sends completeCellEdit
04:19:35     sends completeCellEdit only once
04:19:35     does not remove the popup and its field (will be done by endCellEdit)
04:19:35   cancelEdit
04:19:35     sends cancelCellEdit
04:19:35     removes the popup and its field
04:19:35   validation
04:19:35     shows a tooltip if field has an error
04:19:35     does not sho a tooltip if field has no error
04:19:35   popup recovery
04:19:35     reopens popup if row gets updated
04:19:35     closes popup if row gets deleted
04:19:35     closes popup if all rows get deleted
04:19:35     closes popup (before) table is detached
04:19:35     closes popup when table is removed
04:19:35   tooltip recovery
04:19:35     removes tooltip if row gets deleted
04:19:35 
04:19:35 DateColumnUserFilter
04:19:35   acceptByFields works
04:19:35   acceptByFields works with time
04:19:35   addFilterFields must not create date fields with time
04:19:35 
04:19:35 TableTextUserFilter
04:19:35   filter
04:19:35     filters rows based on cell text
04:19:35     separates cell values with whitepace
04:19:35     works with bean columns
04:19:35 
04:19:35 DateFormat
04:19:35   format
04:19:35     considers d M y
04:19:35     considers h H m a
04:19:35     considers E
04:19:35   parse
04:19:35     considers d M y
04:19:35     considers h H m a
04:19:35   analyze
04:19:35     analyzes the text and returns an object with months, years and days
04:19:35       considers pattern dd.MM.yyyy
04:19:35       considers pattern yyyy-MM-dd
04:19:35       considers pattern MM/dd/yyy
04:19:35       checks correct handling of am/pm
04:19:35       proposes valid dates for pattern dd.MM.yyyy
04:19:35       proposes valid dates for pattern MM.yyyy
04:19:35       proposes valid dates for pattern yyyy
04:19:35       proposes valid times
04:19:35 
04:19:35 DecimalFormat
04:19:35   constructor
04:19:35     uses the pattern from the options
04:19:35     if the options parameter is a string, it assumes it is the pattern
04:19:35   format
04:19:35     considers decimal separators
04:19:35     considers grouping separators
04:19:35     can swap the position of the minus sign
04:19:35     can handle invalid patterns
04:19:35     distinguishes digits and zero digits
04:19:35     can handle positive and negative subpattern
04:19:35     can handle exotic symbols
04:19:35     can handle percentages, format taken from application
04:19:35     can handle multiplier
04:19:35     can handle rounding mode
04:19:35   round
04:19:35     can handle rounding modes
04:19:35 
04:19:35 TextMap
04:19:35   get
04:19:35     returns correct text for key
04:19:35     may return empty text
04:19:35     may return null text
04:19:35     replaces arguments in text
04:19:35     may replace multiple arguments
04:19:35     returns a text containing undefinied if the key is not found
04:19:35     does a parent lookup if key is not found
04:19:35     returns a text containing undefinied if neither child nor parent contains the key
04:19:35   optGet
04:19:35     returns undefined if key is not found
04:19:35     returns default value if key is not found
04:19:35     returns text if key is found
04:19:35     returns text if key is found, with arguments
04:19:35     replaces the same placeholder if used multiple times
04:19:35     does a parent lookup if key is not found
04:19:35 
04:19:35 scout.texts
04:19:35   init
04:19:35     creates Texts objects for each language tag given in the model
04:19:35     links Texts objects according the sub tags of the language tag
04:19:35     does not override existing text maps
04:19:35   get
04:19:35     returns the Texts for the given language tag
04:19:35     returns a Texts object with correct linking
04:19:35     creates an empty Texts object with correct linking if language tag is unknown
04:19:35 
04:19:35 scout.tooltips
04:19:35   can be installed and uninstalled for a form field
04:19:35   creates a tooltip on mouseenter and removes it on mouseleave
04:19:35   if text
04:19:35     is empty no tooltip will be shown
04:19:35     is a function, it will be called for tooltip text
04:19:35     is undefined no tooltip will be shown
04:19:35     is provided by component, it will be used as tooltip text
04:19:35     is provided as function by component, it will be called and used as tooltip text
04:19:35     is provided using options and by component, text provided using options will be used
04:19:35     is a function, component is passed as first and only argument
04:19:35 
04:19:35 CompactTreeAdapter
04:19:35   selectNodes
04:19:35     selects child node and notifies server if server selects the first title node
04:19:35 
04:19:35 Compacttree
04:19:35   creation
04:19:35     adds no empty section node
04:19:35     adds a node with child node
04:19:35     adds a node with child nodes in correct order
04:19:35     deletes a node
04:19:35     inserts a child node
04:19:35   node click
04:19:35     calls selectNodes
04:19:35 
04:19:35 TreeAdapter
04:19:35   node click
04:19:35     sends selection and click events in one call in this order
04:19:35     sends selection, check and click events if tree is checkable and checkbox has been clicked
04:19:35     does not send click if mouse down happens on another node than mouseup
04:19:35     does not send click if mouse down does not happen on a node
04:19:35   node double click
04:19:35     sends clicked, selection, action and expansion events
04:19:35   node control double click
04:19:35     sends clicked, selection, action and expansion events
04:19:35   selectNodes
04:19:35     sends nodeExpanded for the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)
04:19:35     does not send selection event if triggered by server
04:19:35   checkNodes
04:19:35     does not send checked event if triggered by server
04:19:35   setNodesExpanded
04:19:35     does not send expand event if triggered by server
04:19:35   collapseAll
04:19:35     sends nodeExpanded for every collapsed node
04:19:35   onModelAction
04:19:35     nodesInserted event
04:19:35       calls insertNodes
04:19:35     nodesDeleted event
04:19:35       calls deleteNodes
04:19:35     allChildNodesDeleted event
04:19:35       calls deleteAllChildNodes
04:19:35     nodesSelected event
04:19:35       calls selectNodes
04:19:35     nodeChanged event
04:19:35       calls changeNode
04:19:35       updates the text of the node
04:19:35     nodesUpdated event
04:19:35       calls updateNodes
04:19:35     childNodeOrderChanged event
04:19:35       calls updateNodeOrder
04:19:35     multiple events
04:19:35       handles delete, collapse, insert, expand events correctly
04:19:35 
04:19:35 TreeKeyStrokes
04:19:35   key up
04:19:35     selects the above node in collapsed tree
04:19:35     selects the above node node in expanded tree
04:19:35     selects the last node if no node is selected yet
04:19:35     selects the only node if there is only one
04:19:35     does nothing if first node already is selected
04:19:35   key down
04:19:35     selects the node below in collapsed tree
04:19:35     selects the first node if no row is selected yet
04:19:35     selects the above node node in expanded tree
04:19:35     selects the only node if there is only one
04:19:35     does nothing if last node already is selected
04:19:35   Home
04:19:35     selects first node in collapsed tree
04:19:35     selects first node in expanded tree
04:19:35   Subtract
04:19:35      collapses a node
04:19:35      collapses a node and drill up
04:19:35   Add
04:19:35      expands a node
04:19:35      expands a node and drill down
04:19:35   End
04:19:35      jumps to last node
04:19:35   space
04:19:35     does nothing if no nodes are selected
04:19:35     checks the selected node 
04:19:35     unchecks the selected node 
04:19:35 
04:19:35 TreeNodePosition
04:19:35   _findInsertPositionInFlatList
04:19:35     insert node between two other nodes on the same level
04:19:35     insert node between two other nodes on another level
04:19:35     insert node ahead all other nodes on the same level
04:19:35     insert node below all other nodes on the same level
04:19:35     insert a subtree between two other nodes on the same level
04:19:35     insert a node below another node of the same level with an expanded subtree
04:19:35   _addChildrenToFlatListIfExpanded
04:19:35     expands collapsed node
04:19:35     expands collapsed node with different levels in insertBatch
04:19:35 
04:19:35 Tree
04:19:35   creation
04:19:35     adds nodes
04:19:35     does not add notes if no nodes are provided
04:19:35   insertNodes
04:19:35     inserting a child
04:19:35       inserts in a reasonable order if childNodeIndex is not set
04:19:35       updates model
04:19:35       updates model with a complex node containing another node
04:19:35       updates html document if parent is expanded
04:19:35       updates html document at a specific position
04:19:35     only updates the model if parent is collapsed
04:19:35     expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
04:19:35     with breadcrumb style
04:19:35       inserts a html node if the parent node is selected
04:19:35       only updates model if the parent node is not selected
04:19:35       inserts html nodes at a specific position
04:19:35     expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
04:19:35   updateNodes
04:19:35     update same node instance
04:19:35     enabled update
04:19:35       updates the enabled state of the model node
04:19:35       updates the enabled state of the html node, if visible
04:19:35       updates the enabled state of the html node after expansion, if not visible
04:19:35     enabled update on checkable tree
04:19:35       updates the enabled state of the model node
04:19:35       updates the enabled state of the html node, if visible
04:19:35       updates the enabled state of the html node after expansion, if not visible
04:19:35   changeNode
04:19:35     updates the text of the model node
04:19:35     updates the text of the html node
04:19:35     updates custom cssClass of model and html node
04:19:35     preserves child-of-selected when root nodes get changed
04:19:35     preserves child-of-selected when child nodes get changed
04:19:35     preserves group css class when nodes get updated
04:19:35   deleteNodes
04:19:35     deleting a child
04:19:35       updates model
04:19:35       updates html document
04:19:35       updates child node indices
04:19:35       considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
04:19:35     deleting a root node
04:19:35       updates model
04:19:35       updates html document
04:19:35       deleting a collapsed root node
04:19:35         updates model
04:19:35         updates html document
04:19:35     deleting all nodes
04:19:35       updates model
04:19:35       updates html document
04:19:35   deleteAllChildNodes
04:19:35     deletes all nodes from model
04:19:35     deletes all nodes from html document
04:19:35     deletes all nodes from model for a given parent
04:19:35     deletes all nodes from html document for a given parent
04:19:35   checkNodes
04:19:35     checks a subnode -> mark upper nodes 
04:19:35     checks a node -> mark upper nodes -> uncheck node and test if node keeps marked because children are checked
04:19:35     checks a subnode and its sibling -> mark upper nodes -> uncheck one of the siblings
04:19:35     does not check a disabled node
04:19:35     does not check a node in a disabled tree
04:19:35     never checks two nodes if multiCheck is set to false
04:19:35     checks children if autoCheckChildren is set to true
04:19:35     does not check the children if autoCheckChildren is set to false
04:19:35     does not check nodes if checkable is set to false
04:19:35   node click
04:19:35     calls tree._onNodeMouseDown
04:19:35     updates model (selection)
04:19:35   node double click
04:19:35     expands/collapses the node
04:19:35   node control double click
04:19:35     does the same as control single click (does NOT expand and immediately collapse again)
04:19:35   deselectAll
04:19:35     clears the selection
04:19:35   selectNodes
04:19:35     selects a node
04:19:35     selectedNode()
04:19:35     expands the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)
04:19:35     also expands the node if bread crumb mode is enabled
04:19:35     also expands the parents in breadcrumb mode if a hidden node should be selected after being expanded and collapsed while in its hidden state
04:19:35     sets css class ancestor-of-selected on every ancestor of the selected element
04:19:35     sets css class child-of-selected on direct children of the selected element
04:19:35     may select a node which is not rendered
04:19:35     sets parent and ancestor css classes even if nodes are not rendered
04:19:35     sets child-of-selected css class even if nodes are not rendered
04:19:35   expandNode
04:19:35     sets css class child-of-selected on direct children if the expanded node is selected
04:19:35     renders the child nodes if parent is expanded
04:19:35     with breadcrumb style
04:19:35       renders the child nodes if parent is expanded
04:19:35       ensures top level nodes are rendered
04:19:35   expandAllParentNodes
04:19:35     expands all parent nodes of the given node (model)
04:19:35     expands all parent nodes of the given node (html)
04:19:35   collapseNode
04:19:35     prevents collapsing in bread crumb mode if node is selected
04:19:35   collapseAll
04:19:35     collapses all nodes
04:19:35   updateItemPath
04:19:35     Sets css class group on every element within the same group
04:19:35   updateNodeOrder
04:19:35     reorders the child nodes if parent is given (model)
04:19:35     reorders the child nodes if parent is given and expanded (model)
04:19:35     reorders the child nodes if parent is given (html)
04:19:35     considers view range when updating child node order
04:19:35     reorders expanded child nodes if parent is given (model)
04:19:35     reorders the root nodes if no parent is given (model)
04:19:35     reorders the root nodes if no parent is given (html)
04:19:35     reorders expanded root nodes if no parent is given (model)
04:19:35     reorders expanded root nodes if no parent is given (html)
04:19:35   tree filter
04:19:35     filters nodes when filter() is called
04:19:35     filters nodes when filter is added and removed
04:19:35     makes sure only filtered nodes are displayed when node gets expanded
04:19:35     applies filter if a node gets changed
04:19:35     applies filter if a node gets inserted
04:19:35     make sure nodes unchanged by filters are attached. See ticket #168957
04:19:35     shows nodes correctly if nodes are made hidden right before
04:19:35   tree enabled/disabled
04:19:35     disables checkboxes when tree is disabled
04:19:35   test visible list and map
04:19:35     with initial all expanded nodes
04:19:35       init with all expanded in correct order
04:19:35       collapse a node -> all children have to be removed
04:19:35       filter node -> filtered node and children has to be removed from visible
04:19:35       update node -> node is filtered
04:19:35       insert expanded node to expanded parent
04:19:35       insert child node in filtered parent
04:19:35       insert child node which should be filtered
04:19:35     with initial all closed nodes
04:19:35       init with all collapsed
04:19:35       insert child node collapsed parent
04:19:35       expand node
04:19:35       expand child node
04:19:35   destroy tree nodes
04:19:35     should destroy all tree nodes and set destroyed flag
04:19:35 
04:19:35 scout.Call
04:19:35   calls done on success
04:19:35   calls fail on failure
04:19:35   retries on failure
04:19:35 
04:19:35 DetachHelper
04:19:35   restores sticky tooltips
04:19:35   removes tooltip when achor is detached
04:19:35   considers the context of $anchor -> only removes tooltips in that context
04:19:35 
04:19:35 Device
04:19:35   scout.device
04:19:35     is initialized automatically
04:19:35   isWindowsTablet
04:19:35     returns true when browser is Edge and scrollbarWidth is 0
04:19:35   user agent parsing
04:19:35     recognizes iOS devices
04:19:35     recognizes Android devices
04:19:35     recognizes normal Windows PCs
04:19:35     recognizes supported browsers
04:19:35 
04:19:35 EventSupport
04:19:35   on / trigger / off
04:19:35     single event func only triggered until off() is called
04:19:35     multiple events
04:19:35   one
04:19:35     single event func only triggered once when registered with one()
04:19:35     event parameter passed to registered func
04:19:35     de-register function registered with one()
04:19:35   off
04:19:35     remove all with same type
04:19:35     remove specific listener
04:19:35 
04:19:35 Range
04:19:35   equals
04:19:35   union
04:19:35     returns a new range with the sum of both ranges
04:19:35     returns a copy of both ranges if the ranges don't overlap
04:19:35     returns a copy of the non empty range if one range is empty
04:19:35   subtract
04:19:35     returns a new range where the second range is removed from the first
04:19:35     returns a copy of the first range if the second does not overlap the first
04:19:35     returns an empty range if second range completely covers the first
04:19:35     returns a new range if second range is inside the first and touches a border
04:19:35     returns an array of two ranges if second range is inside the first but does not touch a border
04:19:35     returns a copy of the first range if the second range is empty
04:19:35     returns an empty range if the first range is empty
04:19:35   subtractAll
04:19:35     subtracts all given ranges
04:19:35     may return multiple ranges
04:19:35   intersect
04:19:35     returns a new range with the part where both ranges overlap
04:19:35     returns an empty range if the ranges don't overlap
04:19:35     returns an empty range if one range is empty
04:19:35 
04:19:35 scout.URL
04:19:35   can parse super-simple URL
04:19:35   can parse empty hash
04:19:35   can parse a moderately simple URL
04:19:35   can convert the URL to string (only changed in order of arguments)
04:19:35   can handle multi-valued parameters
04:19:35   can add parameters
04:19:35   can remove parameters
04:19:35   can create or replace parameters
04:19:35   can handle non-ascii characters
04:19:35   can sort parameters
04:19:35 
04:19:35 scout.arrays
04:19:35   init
04:19:35     checks whether array has correct length and initial values
04:19:35   ensure
04:19:35     creates an array if the param is not an array
04:19:35     returns the param if the param already is an array
04:19:35   remove
04:19:35     removes elements
04:19:35   removeAll
04:19:35     removes all given elements
04:19:35     considers emtpy args
04:19:35   replace
04:19:35     replaces elements
04:19:35   insert
04:19:35     insert element at index
04:19:35   insertArray
04:19:35     insert element array at index
04:19:35   max
04:19:35     returns 0 iff input contains 0
04:19:35     behaves like Math.max on null and undefined
04:19:35     ignores non-number elements
04:19:35   min
04:19:35     returns 0 iff input contains 0
04:19:35     behaves like Math.min on null and undefined
04:19:35     ignores non-number elements
04:19:35   move
04:19:35     replaces elements
04:19:35   union
04:19:35     merges two arrays
04:19:35     merges two arrays and removes duplicates
04:19:35     also works with floats
04:19:35     if the arrays contain objects instead of primitives, it uses their id to check for equality
04:19:35     does not fail if arr1 or arr2 are not defined
04:19:35   equals
04:19:35     checks whether two arrays contain the same elements in the same order
04:19:35     considers emtpy and same arrays
04:19:35     returns true if one array is undefined/null and the other empty
04:19:35   equalsIgnoreOrder
04:19:35     checks whether two arrays contain the same elements without considering the order
04:19:35     considers emtpy and same arrays
04:19:35     returns true if one array is undefined/null and the other empty
04:19:35   findIndex
04:19:35     returns the index of the element for which the given predicate returns true
04:19:35   find
04:19:35     returns the element for which the given predicate returns true
04:19:35   findFrom
04:19:35     returns the element for which the given predicate returns true, starting from a given index
04:19:35     does not return the element for which the given predicate returns true, if it is on the left side of the start index
04:19:35     also checks the element at start index 
04:19:35     searches from right to left if backwards is true
04:19:35   format
04:19:35     formats an array by concatenating each entry
04:19:35     returns '' for empty array or if no array was provided
04:19:35   formatEncoded
04:19:35     encodes the html of each array element
04:19:35   first
04:19:35     finds first array element
04:19:35   last
04:19:35     finds last array element
04:19:35   pushIfDefined
04:19:35     pushes element only if it is defined
04:19:35 
04:19:35 scout.dates
04:19:35   shift
04:19:35     shifts year or month or day
04:19:35     shifts year and month if both provided
04:19:35     shifts year and month and day if all provided
04:19:35     shift year
04:19:35       adds or removes years
04:19:35       handles edge case leap year
04:19:35     shift month
04:19:35       adds or removes months
04:19:35       handles edge case start month
04:19:35       handles edge case end month
04:19:35       handles edge case leap year
04:19:35   shiftToNextDayOfType
04:19:35     shifts to next day of type
04:19:35   shiftToPreviousDayOfType
04:19:35     shifts to previous day of type
04:19:35   ensureMonday
04:19:35     shifts to next monday in direction if it is not a monday yet
04:19:35   isSameDay
04:19:35     returns true if day, month and year matches
04:19:35   compareMonths
04:19:35     returns the differences in number of months
04:19:35     ignores time
04:19:35     works with different years
04:19:35   compareDays
04:19:35     returns the differences in number of days
04:19:35     ignores time
04:19:35     works with different month
04:19:35     works with different years
04:19:35   timestamp
04:19:35     returns a string of the expected length withonly digits
04:19:35   orderWeekdays
04:19:35     orders weekdays
04:19:35   toJsonDate / parseJsonDate
04:19:35     can handle missing or invalid inputs
04:19:35     can convert JSON and JS dates
04:19:35   create
04:19:35     can create dates
04:19:35   weekInYear
04:19:35     can calculate week in year
04:19:35   format
04:19:35     can handle invalid values
04:19:35     can format valid dates
04:19:35   compare
04:19:35     can handle invalid dates
04:19:35     can compare valid dates
04:19:35   equals
04:19:35     returns true if the dates are equal, false if not
04:19:35   isLeapYear
04:19:35     correctly identifies leap years
04:19:35   combineDateTime
04:19:35     creates a new date by using date part of param date and time part of param time.
04:19:35     uses 01-01-1970 as date part if date is ommitted
04:19:35     uses 00:00 as time part if time is ommitted
04:19:35 
04:19:35 scout.defaultValues
04:19:35   init
04:19:35     can load invalid configurations
04:19:35   applyTo
04:19:35     can apply default values to JSON
04:19:35     can apply default values to JSON considering the model variant
04:19:35     copies default values 'by value'
04:19:35 
04:19:35 scout.icons
04:19:35   parses bitmap icons
04:19:35   parses font icons (scoutIcons font)
04:19:35   parses font icons (custom font)
04:19:35   parses returns a CSS class for custom fonts
04:19:35   appends CSS class string with custom fonts
04:19:35 
04:19:35 scout.models
04:19:35   get
04:19:35     load object without type
04:19:35     ensure the object is a copy
04:19:35   extend
04:19:35     insert new property into root object
04:19:35     override property in root object
04:19:35     insert new property into a non existing array on root object
04:19:35     override property in tree object
04:19:35     insert new object into tree object
04:19:35     insert new object tree into tree object
04:19:35     insert new object into tree object with fixed index
04:19:35     insert new object into tree object with relative index
04:19:35     insert new object into tree object with relative index and two extension elements
04:19:35     insert object referenced by String
04:19:35     insert object bound to field
04:19:35     insert objects array bound to field
04:19:35 
04:19:35 scout.numbers
04:19:35   round
04:19:35     tests special cases
04:19:35     tests rounding mode 'UP'
04:19:35     tests rounding mode 'DOWN'
04:19:35     tests rounding mode 'CEILING'
04:19:35     tests rounding mode 'FLOOR'
04:19:35     tests rounding mode 'HALF_UP'
04:19:35     tests rounding mode 'HALF_DOWN'
04:19:35   shiftDecimalPoint
04:19:35     can shift decimal point to left and right
04:19:35   randomId
04:19:35     can generate random IDs
04:19:35   correlationId
04:19:35     can generate random correlation IDs
04:19:35   isNumber
04:19:35     returns true if the value is a number
04:19:35     returns false if the value is not a number
04:19:35     returns false if the value is NaN
04:19:35 
04:19:35 scout.objects
04:19:35   copyProperties
04:19:35     copies all properties
04:19:35     copies the properties from prototype as well
04:19:35     copies only the properties specified by the filter, if there is one
04:19:35   copyOwnProperties
04:19:35     copies all properties
04:19:35     does not copy the properties from prototype
04:19:35     copies only the properties specified by the filter, if there is one
04:19:35   countOwnProperties
04:19:35     counts all own properties
04:19:35   valueCopy
04:19:35     copies an object by value
04:19:35   isNumber
04:19:35     returns true iff argument is a number
04:19:35   isArray
04:19:35     returns true when argument is an array
04:19:35   isNullOrUndefined
04:19:35     returns true when argument is null or undefined, but not when 0 or any other value
04:19:35   values
04:19:35     returns object values
04:19:35     can handle maps
04:19:35   findChildObjectByKey
04:19:35     find root object
04:19:35     find object in tree
04:19:35     find object in array
04:19:35     find object in nested array
04:19:35     find object in array within the tree
04:19:35     search for not existing property
04:19:35     search for not existing id
04:19:35     search for not existing property and value
04:19:35   isPlainObject
04:19:35     works as expected
04:19:35   argumentsToArray
04:19:35     returns an array
04:19:35 
04:19:35 scout.promises
04:19:35   oneByOne stops executing after failure
04:19:35   groupwise stops executing after failed group
04:19:35   parallel stops executing after failed promise
04:19:35   does not cut off error arguments
04:19:35   adds all result arguments, one for each deferred
04:19:35 
04:19:35 scout.strings
04:19:35   nl2br
04:19:35     can convert newlines to br tags
04:19:35     encodes html, if the parameter is set to true (default)
04:19:35   hasText
04:19:35     can check if string has text
04:19:35   repeat
04:19:35     can repeat strings
04:19:35   padZeroLeft
04:19:35     can pad strings with 0
04:19:35   startsWith
04:19:35     can check if a string starts with another
04:19:35   endsWith
04:19:35     can check if a string ends with another
04:19:35   count
04:19:35     can count occurrences
04:19:35   encode
04:19:35     encodes html
04:19:35     does not try to encode empty strings
04:19:35     caches the html element used for encoding
04:19:35   join
04:19:35     joins strings
04:19:35     join works with array as second parameter
04:19:35   box
04:19:35     boxes strings
04:19:35   lowercaseFirstLetter
04:19:35     converts first letter to lowercase
04:19:35   quote
04:19:35     quotes special characters for regexp
04:19:35   asString
04:19:35     converts input to string
04:19:35   plainText
04:19:35     converts html to plain text
04:19:35     does not try to get plaintext of empty strings
04:19:35     caches the html element used for getting plain text
04:19:35     considers upper and lower case tags
04:19:35     converts br, p, div into new lines
04:19:35     converts li, tr into new lines
04:19:35     converts td into whitespaces
04:19:35     converts &nbsp;, &amp;, &gt;, &lt;
04:19:35     preserves tabs
04:19:35     removes leading and trailing newlines if configured
04:19:35     leaves multiple newlines alone unless configured
04:19:35   insertAt
04:19:35     can insert strings into other strings
04:19:35   nvl
04:19:35     returns an empty string when input is null or undefined
04:19:35     should throw an error when called with more than one parameter
04:19:35   countCodePoints
04:19:35     returns the number of codepoints in a string
04:19:35   splitMax
04:19:35     returns not more than limit elements
04:19:35 
04:19:35 scout.styles
04:19:35   can calculate and apply legacy styles
04:19:35 
04:19:35 Widget
04:19:35   rendering
04:19:35     should set rendering, rendered flags correctly
04:19:35     should set rendering flag to true _while_ the component is rendering
04:19:35   attach/detach
04:19:35     attached and rendered is false by default
04:19:35     attached and rendered has the right value after render/remove and attach/detach
04:19:35   clone
04:19:35     clones only properties marked as clone property
04:19:35     'text' must be recognized as clone property, but not '$container'
04:19:35     prefers properties passed as modelOverride
04:19:35   init
04:19:35     links widget properties with the widget
04:19:35   destroy
04:19:35     destroys the widget
04:19:35     destroys the children
04:19:35     does only destroy children if the parent is the owner
04:19:35     removes the link to parent and owner
04:19:35   setParent
04:19:35     links the widget with the new parent
04:19:35     removes the widget from the old parent if the old is not the owner
04:19:35     does not remove the widget from the old parent if the old is the owner
04:19:35     relinks parent destroy listener to the new parent
04:19:35   remove
04:19:35     removes the widget
04:19:35     removes the children
04:19:35     does not remove the children if owner is removed but parent is still rendered
04:19:35   setProperty
04:19:35     triggers a property change event if the value changes
04:19:35     does not trigger a property change event if the value does not change
04:19:35     with widget property
04:19:35       links the widget with the new child widget
04:19:35       links the widget with the new child widgets if it is an array
04:19:35       does not fail if new widget is null
04:19:35     calls the _render* method if there is one for this property
04:19:35   property css class
04:19:35     adds or removes custom css class
04:19:35     does not accidentally remove other css classes on a property change
04:19:35     addCssClass
04:19:35       adds the cssClass to the existing classes
04:19:35       does not add the same class multiple times
04:19:35     removeCssClass
04:19:35       removes the cssClass from the existing classes
04:19:35   focus
04:19:35     sets the focus on the container
04:19:35     schedules the focus request if the widget is not rendered
04:19:35   Widget properties
04:19:35     automatically resolves referenced widgets
04:19:35 
04:19:35 Results: 1570 specs, 0 failures, 0 pending
04:19:35 
04:19:35 [INFO] stopped o.e.j.s.h.ContextHandler{/webjars,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/}
04:19:35 [INFO] stopped o.e.j.s.h.ContextHandler{/classpath,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/}
04:19:35 [INFO] stopped o.e.j.s.h.ContextHandler{/,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/}
04:19:35 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/}
04:19:35 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/}
04:19:35 [INFO] stopped o.e.j.s.h.ContextHandler{/spec,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/}
04:19:35 [INFO] stopped o.e.j.s.h.ContextHandler{/src,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/}
04:19:35 [INFO] 
04:19:35 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.test ---
04:19:35 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar
04:19:35 [INFO] 
04:19:35 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.test ---
04:19:35 [INFO] Skipping because packaging 'jar' is not pom.
04:19:35 [INFO] 
04:19:35 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.test ---
04:19:35 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar
04:19:35 [INFO] 
04:19:35 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.test ---
04:19:35 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-sources.jar
04:19:35 [INFO] 
04:19:35 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.test ---
04:19:35 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar
04:19:35 [INFO] 
04:19:35 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.test ---
04:19:35 [INFO] Checking compile classpath
04:19:35 [INFO] Checking runtime classpath
04:19:35 [INFO] Checking test classpath
04:19:35 [INFO] 
04:19:35 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.test ---
04:19:35 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:19:36 [INFO] 
04:19:36 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.test ---
04:19:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar
04:19:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.pom
04:19:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar
04:19:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-sources.jar
04:19:36 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar
04:19:36 [INFO] 
04:19:36 [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium >-----
04:19:36 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium 7.0.300-SNAPSHOT [33/39]
04:19:36 [INFO] --------------------------------[ jar ]---------------------------------
04:19:37 [INFO] 
04:19:37 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:37 [INFO] 
04:19:37 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:37 [INFO] 
04:19:37 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:38 [INFO] 
04:19:38 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:38 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/../org.eclipse.scout.rt/target/jacoco-all.exec
04:19:38 [INFO] 
04:19:38 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:19:38 [INFO] Copying 1 resource
04:19:38 [INFO] 
04:19:38 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:38 [INFO] Changes detected - recompiling the module!
04:19:38 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/classes
04:19:38 [INFO] 
04:19:38 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:19:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/src/test/resources
04:19:38 [INFO] 
04:19:38 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:38 [INFO] No sources to compile
04:19:38 [INFO] 
04:19:38 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:38 [INFO] No tests to run.
04:19:38 [INFO] 
04:19:38 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:38 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.jar
04:19:38 [INFO] 
04:19:38 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:38 [INFO] Skipping because packaging 'jar' is not pom.
04:19:38 [INFO] 
04:19:38 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:38 [INFO] Skipping packaging of the test-jar
04:19:38 [INFO] 
04:19:38 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:38 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar
04:19:38 [INFO] 
04:19:38 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:38 [INFO] No sources in project. Archive not created.
04:19:38 [INFO] 
04:19:38 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:38 [INFO] Checking compile classpath
04:19:38 [INFO] Checking runtime classpath
04:19:38 [INFO] Checking test classpath
04:19:38 [INFO] 
04:19:38 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:38 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:19:39 [INFO] 
04:19:39 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.selenium ---
04:19:39 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.jar
04:19:39 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.pom
04:19:39 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar
04:19:39 [INFO] 
04:19:39 [INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test >--
04:19:39 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 7.0.300-SNAPSHOT [34/39]
04:19:39 [INFO] --------------------------------[ jar ]---------------------------------
04:19:39 [INFO] 
04:19:39 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:39 [INFO] 
04:19:39 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:39 [INFO] 
04:19:39 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:40 [INFO] 
04:19:40 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:40 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:19:40 [INFO] 
04:19:40 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:19:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/main/resources
04:19:40 [INFO] 
04:19:40 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:40 [INFO] No sources to compile
04:19:40 [INFO] 
04:19:40 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:19:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/test/resources
04:19:40 [INFO] 
04:19:40 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:40 [INFO] Changes detected - recompiling the module!
04:19:40 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/test-classes
04:19:40 [INFO] 
04:19:40 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:40 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/surefire-reports
04:19:40 
04:19:40 -------------------------------------------------------
04:19:40  T E S T S
04:19:40 -------------------------------------------------------
04:19:40 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
04:19:40 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
04:19:40 Running org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest
04:19:41 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
04:19:41 SLF4J: Defaulting to no-operation (NOP) logger implementation
04:19:41 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
04:19:41 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.993 sec - in org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest
04:19:42 
04:19:42 Results :
04:19:42 
04:19:42 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
04:19:42 
04:19:42 [INFO] 
04:19:42 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:42 [WARNING] JAR will be empty - no content was marked for inclusion!
04:19:42 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.jar
04:19:42 [INFO] 
04:19:42 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:42 [INFO] Skipping because packaging 'jar' is not pom.
04:19:42 [INFO] 
04:19:42 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:42 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-tests.jar
04:19:42 [INFO] 
04:19:42 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:42 [INFO] No sources in project. Archive not created.
04:19:42 [INFO] 
04:19:42 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:42 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar
04:19:42 [INFO] 
04:19:42 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:42 [INFO] Checking compile classpath
04:19:42 [INFO] Checking runtime classpath
04:19:42 [INFO] Checking test classpath
04:19:42 [INFO] 
04:19:42 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:42 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:19:42 [INFO] 
04:19:42 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:19:42 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.jar
04:19:42 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.pom
04:19:42 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-tests.jar
04:19:42 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar
04:19:42 [INFO] 
04:19:42 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html >--------
04:19:42 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 7.0.300-SNAPSHOT [35/39]
04:19:42 [INFO] --------------------------------[ jar ]---------------------------------
04:19:42 [INFO] 
04:19:42 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:42 [INFO] 
04:19:42 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:42 [INFO] 
04:19:42 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] 
04:19:43 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec
04:19:43 [INFO] 
04:19:43 [INFO] --- build-helper-maven-plugin:1.12:add-resource (add-js-resource) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] 
04:19:43 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:19:43 [INFO] Copying 1 resource
04:19:43 [INFO] Copying 5 resources
04:19:43 [INFO] 
04:19:43 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] Changes detected - recompiling the module!
04:19:43 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/classes
04:19:43 [INFO] 
04:19:43 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] 
04:19:43 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:19:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/src/test/resources
04:19:43 [INFO] 
04:19:43 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] No sources to compile
04:19:43 [INFO] 
04:19:43 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] No tests to run.
04:19:43 [INFO] 
04:19:43 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar
04:19:43 [INFO] 
04:19:43 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] Skipping because packaging 'jar' is not pom.
04:19:43 [INFO] 
04:19:43 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] Skipping packaging of the test-jar
04:19:43 [INFO] 
04:19:43 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar
04:19:43 [INFO] 
04:19:43 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] No sources in project. Archive not created.
04:19:43 [INFO] 
04:19:43 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] Checking compile classpath
04:19:43 [INFO] Checking runtime classpath
04:19:43 [INFO] Checking test classpath
04:19:43 [INFO] 
04:19:43 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:43 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:19:44 [INFO] 
04:19:44 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.ui.html ---
04:19:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar
04:19:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.pom
04:19:44 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar
04:19:44 [INFO] 
04:19:44 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty >----------
04:19:44 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 7.0.300-SNAPSHOT [36/39]
04:19:44 [INFO] --------------------------------[ jar ]---------------------------------
04:19:47 [INFO] 
04:19:47 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty ---
04:19:47 [INFO] 
04:19:47 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty ---
04:19:47 [INFO] 
04:19:47 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty ---
04:19:48 [INFO] 
04:19:48 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty ---
04:19:48 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/../org.eclipse.scout.rt/target/jacoco-all.exec
04:19:48 [INFO] 
04:19:48 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty ---
04:19:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:19:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/src/main/resources
04:19:48 [INFO] 
04:19:48 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty ---
04:19:48 [INFO] Changes detected - recompiling the module!
04:19:48 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/target/classes
04:19:48 [INFO] 
04:19:48 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty ---
04:19:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:19:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/src/test/resources
04:19:48 [INFO] 
04:19:48 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty ---
04:19:48 [INFO] No sources to compile
04:19:48 [INFO] 
04:19:48 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty ---
04:19:48 [INFO] No tests to run.
04:19:48 [INFO] 
04:19:48 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty ---
04:19:48 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.jar
04:19:48 [INFO] 
04:19:48 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty ---
04:19:48 [INFO] Skipping because packaging 'jar' is not pom.
04:19:48 [INFO] 
04:19:48 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty ---
04:19:48 [INFO] Skipping packaging of the test-jar
04:19:48 [INFO] 
04:19:48 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty ---
04:19:48 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar
04:19:48 [INFO] 
04:19:48 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty ---
04:19:48 [INFO] No sources in project. Archive not created.
04:19:48 [INFO] 
04:19:48 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty ---
04:19:48 [INFO] Checking compile classpath
04:19:48 [INFO] Checking runtime classpath
04:19:48 [INFO] Checking test classpath
04:19:48 [INFO] 
04:19:48 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty ---
04:19:48 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:19:49 [INFO] 
04:19:49 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty ---
04:19:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.jar
04:19:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.pom
04:19:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar
04:19:49 [INFO] 
04:19:49 [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix >-----
04:19:49 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 7.0.300-SNAPSHOT [37/39]
04:19:49 [INFO] --------------------------------[ jar ]---------------------------------
04:19:49 [INFO] 
04:19:49 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:49 [INFO] 
04:19:49 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:49 [INFO] 
04:19:49 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:50 [INFO] 
04:19:50 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:50 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test.affix/../org.eclipse.scout.rt/target/jacoco-all.exec
04:19:50 [INFO] 
04:19:50 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:19:50 [INFO] Copying 1 resource
04:19:50 [INFO] 
04:19:50 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:50 [INFO] No sources to compile
04:19:50 [INFO] 
04:19:50 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:19:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test.affix/src/test/resources
04:19:50 [INFO] 
04:19:50 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:50 [INFO] No sources to compile
04:19:50 [INFO] 
04:19:50 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:50 [INFO] No tests to run.
04:19:50 [INFO] 
04:19:50 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:50 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.jar
04:19:50 [INFO] 
04:19:50 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:50 [INFO] Skipping because packaging 'jar' is not pom.
04:19:50 [INFO] 
04:19:50 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:50 [INFO] Skipping packaging of the test-jar
04:19:50 [INFO] 
04:19:50 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:50 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT-sources.jar
04:19:50 [INFO] 
04:19:50 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:50 [INFO] No sources in project. Archive not created.
04:19:50 [INFO] 
04:19:50 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:50 [INFO] Checking compile classpath
04:19:50 [INFO] Checking runtime classpath
04:19:50 [INFO] Checking test classpath
04:19:50 [INFO] 
04:19:50 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:50 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:19:50 [INFO] 
04:19:50 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test.affix ---
04:19:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.jar
04:19:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test.affix/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.pom
04:19:50 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT-sources.jar
04:19:50 [INFO] 
04:19:50 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test >--------
04:19:50 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 7.0.300-SNAPSHOT [38/39]
04:19:50 [INFO] --------------------------------[ jar ]---------------------------------
04:19:50 [INFO] 
04:19:50 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test ---
04:19:50 [INFO] 
04:19:50 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test ---
04:19:50 [INFO] 
04:19:50 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty.test ---
04:19:51 [INFO] 
04:19:51 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test ---
04:19:51 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:19:51 [INFO] 
04:19:51 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test ---
04:19:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:19:51 [INFO] Copying 7 resources
04:19:51 [INFO] 
04:19:51 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty.test ---
04:19:51 [INFO] No sources to compile
04:19:51 [INFO] 
04:19:51 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test ---
04:19:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:19:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/src/test/resources
04:19:51 [INFO] 
04:19:51 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test ---
04:19:51 [INFO] Changes detected - recompiling the module!
04:19:51 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/test-classes
04:19:51 [INFO] 
04:19:51 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty.test ---
04:19:51 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/surefire-reports
04:19:51 
04:19:51 -------------------------------------------------------
04:19:51  T E S T S
04:19:51 -------------------------------------------------------
04:19:51 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
04:19:51 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
04:19:51 Running org.eclipse.scout.dev.jetty.JettyServerTest
04:19:51 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
04:19:51 SLF4J: Defaulting to no-operation (NOP) logger implementation
04:19:51 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
04:19:51 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.eclipse.scout.dev.jetty.JettyServerTest
04:19:52 
04:19:52 Results :
04:19:52 
04:19:52 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
04:19:52 
04:19:52 [INFO] 
04:19:52 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test ---
04:19:52 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.jar
04:19:52 [INFO] 
04:19:52 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test ---
04:19:52 [INFO] Skipping because packaging 'jar' is not pom.
04:19:52 [INFO] 
04:19:52 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test ---
04:19:52 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-tests.jar
04:19:52 [INFO] 
04:19:52 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test ---
04:19:52 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-sources.jar
04:19:52 [INFO] 
04:19:52 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test ---
04:19:52 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar
04:19:52 [INFO] 
04:19:52 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test ---
04:19:52 [INFO] Checking compile classpath
04:19:52 [INFO] Checking runtime classpath
04:19:52 [INFO] Checking test classpath
04:19:52 [INFO] 
04:19:52 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test ---
04:19:52 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:19:52 [INFO] 
04:19:52 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test ---
04:19:52 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.jar
04:19:52 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.pom
04:19:52 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-tests.jar
04:19:52 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-sources.jar
04:19:52 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar
04:19:52 [INFO] 
04:19:52 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt-settings >---------
04:19:52 [INFO] Building org.eclipse.scout.rt-settings 7.0.300-SNAPSHOT          [39/39]
04:19:52 [INFO] --------------------------------[ jar ]---------------------------------
04:19:52 [INFO] 
04:19:52 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt-settings ---
04:19:52 [INFO] 
04:19:52 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt-settings ---
04:19:52 [INFO] 
04:19:52 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt-settings ---
04:19:53 [INFO] 
04:19:53 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt-settings ---
04:19:53 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt-settings/../org.eclipse.scout.rt/target/jacoco-all.exec
04:19:53 [INFO] 
04:19:53 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt-settings ---
04:19:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:19:53 [INFO] Copying 15 resources
04:19:53 [INFO] 
04:19:53 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt-settings ---
04:19:53 [INFO] No sources to compile
04:19:53 [INFO] 
04:19:53 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt-settings ---
04:19:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:19:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt-settings/src/test/resources
04:19:53 [INFO] 
04:19:53 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt-settings ---
04:19:53 [INFO] No sources to compile
04:19:53 [INFO] 
04:19:53 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt-settings ---
04:19:53 [INFO] No tests to run.
04:19:53 [INFO] 
04:19:53 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt-settings ---
04:19:53 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.jar
04:19:53 [INFO] 
04:19:53 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt-settings ---
04:19:53 [INFO] Skipping because packaging 'jar' is not pom.
04:19:53 [INFO] 
04:19:53 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt-settings ---
04:19:53 [INFO] Skipping packaging of the test-jar
04:19:53 [INFO] 
04:19:53 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt-settings ---
04:19:53 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT-sources.jar
04:19:53 [INFO] 
04:19:53 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt-settings ---
04:19:53 [INFO] No sources in project. Archive not created.
04:19:53 [INFO] 
04:19:53 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt-settings ---
04:19:53 [INFO] Checking compile classpath
04:19:53 [INFO] Checking runtime classpath
04:19:53 [INFO] Checking test classpath
04:19:53 [INFO] 
04:19:53 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt-settings ---
04:19:53 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:19:53 [INFO] 
04:19:53 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt-settings ---
04:19:53 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/7.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.jar
04:19:53 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt-settings/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/7.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.pom
04:19:53 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/7.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT-sources.jar
04:19:53 [INFO] ------------------------------------------------------------------------
04:19:53 [INFO] Reactor Summary for Eclipse Scout RT 7.0.300-SNAPSHOT:
04:19:53 [INFO] 
04:19:53 [INFO] Eclipse Scout RT ................................... SUCCESS [04:23 min]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.json ........ SUCCESS [ 24.402 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform . SUCCESS [ 15.768 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test SUCCESS [01:58 min]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared ... SUCCESS [  8.517 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test SUCCESS [  6.574 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons SUCCESS [  2.789 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test SUCCESS [  9.852 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api .. SUCCESS [  3.785 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server ... SUCCESS [  1.717 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test SUCCESS [ 15.429 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms SUCCESS [  2.964 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws SUCCESS [  4.595 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt ... SUCCESS [  2.157 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test SUCCESS [ 40.723 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc SUCCESS [  1.682 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test SUCCESS [  4.392 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test SUCCESS [  2.618 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms .. SUCCESS [  1.330 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test SUCCESS [02:56 min]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson .. SUCCESS [  1.277 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest ..... SUCCESS [  2.607 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test  SUCCESS [  2.818 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test SUCCESS [  2.837 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client ... SUCCESS [  3.990 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test SUCCESS [ 22.506 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client SUCCESS [ 14.216 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test SUCCESS [  2.677 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge SUCCESS [  1.415 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor SUCCESS [ 25.408 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html .. SUCCESS [  3.659 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test SUCCESS [02:08 min]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium SUCCESS [  3.190 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test SUCCESS [  2.999 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html SUCCESS [  1.638 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty ... SUCCESS [  4.925 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix SUCCESS [  1.178 s]
04:19:53 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test SUCCESS [  2.161 s]
04:19:53 [INFO] org.eclipse.scout.rt-settings ...................... SUCCESS [  1.241 s]
04:19:53 [INFO] ------------------------------------------------------------------------
04:19:53 [INFO] BUILD SUCCESS
04:19:53 [INFO] ------------------------------------------------------------------------
04:19:53 [INFO] Total time:  15:38 min
04:19:53 [INFO] Finished at: 2020-04-02T08:19:53Z
04:19:53 [INFO] ------------------------------------------------------------------------
04:19:54 No mail will be sent out, as 'org.eclipse.scout.rt.branch-7.0_continuous #827' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
04:19:54 Recording test results
04:19:55 Finished: SUCCESS