Skip to content

Console Output

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