Skip to content

Console Output

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