Skip to content

Console Output

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