Skip to content

Console Output

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