Skip to content

Console Output

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