Skip to content

Console Output

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