Skip to content

Console Output

Skipping 7,903 KB.. Full Log
08:22:02 TabBoxAdapter
08:22:02   onModelPropertyChange
08:22:02     selectedTab
08:22:02       selects the tab but does not send a selectTab event
08:22:02 
08:22:02 TabBox
08:22:02   render
08:22:02     does NOT call layout for the selected tab on initialization
08:22:02     must not create LogicalGridData for tab items
08:22:02   selection
08:22:02     should select tabs by ID
08:22:02   key handling
08:22:02     supports left/right keys to select a tab-item
08:22:02   first class
08:22:02     is added to the first tab item
08:22:02     is added to the first visible tab item
08:22:02     is correctly updated when visibility changes
08:22:02 
08:22:02 TabItem
08:22:02   _renderStatusVisible
08:22:02     invalidates tabarea if status visibility changes
08:22:02   _renderCssClass
08:22:02     adds CSS class to both, TabItem and GroupBox
08:22:02 
08:22:02 TableFieldAdapter
08:22:02   property table
08:22:02     destroys the table and model adapter if value is changed to ''
08:22:02 
08:22:02 TableField
08:22:02   property table
08:22:02     shows (renders) the table if the value is set
08:22:02     destroys the table if value is changed to null
08:22:02     table gets class 'field' to make it work with the form field layout
08:22:02     table gets class 'field' to make it work with the form field layout (also when table is set later)
08:22:02   requiresSave
08:22:02     should require save when row has been updated
08:22:02     does not create a memory leak if same row is updated multiple times
08:22:02     should require save when row has been deleted
08:22:02     should require save when row has been inserted
08:22:02     should NOT require save when row has been inserted and deleted again
08:22:02     should NOT require save when row has been inserted and deleted again even if it was updated or checked in the meantime
08:22:02     should require save when row has been checked
08:22:02     should NOT require save when row has been checked and unchecked again
08:22:02     should require save after a cell edit.
08:22:02     should NOT require save open and close cell editor without any text change.
08:22:02     resets row status on markAsSaved
08:22:02 
08:22:02 TagField
08:22:02   model
08:22:02     add tag
08:22:02     remove tag
08:22:02   rendering
08:22:02     should render tags (=value)
08:22:02   key-strokes
08:22:02     ENTER
08:22:02   tag lookup
08:22:02     start and prepare a lookup call clone when typing
08:22:02 
08:22:02 TreeBox
08:22:02   general behavior
08:22:02     defaults
08:22:02     init LookupCall when configured as string
08:22:02     when setValue is called, load and set the correct lookup rows
08:22:02   clear
08:22:02     clears the value
08:22:02     uncheck all rows
08:22:02   setEnabled
08:22:02     should disable check rows
08:22:02   lookupCall
08:22:02     switching should refill tree
08:22:02     should be cloned and prepared for each lookup
08:22:02   lookup
08:22:02     should set error status when result has an exception
08:22:02     _executeLookup should always remove lookup-status (but not the error-status)
08:22:02     should be executed when lookup call is set
08:22:02   value
08:22:02     should be synchronized when rows are checked
08:22:02   _formatValue
08:22:02     uses a lookup call to format the value
08:22:02     returns empty string if value is null or undefined
08:22:02     does not auto-check child nodes if node is checked by model
08:22:02   label
08:22:02     is linked with the field
08:22:02 
08:22:02 WrappedForm
08:22:02   mandatory indicator
08:22:02     does not exist
08:22:02   initial focus disabled
08:22:02     string field in inner form hasn't focus
08:22:02   initial focus enabled
08:22:02     string field in inner form has focus
08:22:02   innerForm
08:22:02     is set to null when being destroyed
08:22:02     will be removed if set to null
08:22:02 
08:22:02 IFrame
08:22:02   setLocation
08:22:02     sets the location of the iframe
08:22:02     sets the location to about:blank if location is empty
08:22:02 
08:22:02 Icon
08:22:02   render
08:22:02     creates a span if it is a font icon
08:22:02     creates an img if it is an image icon
08:22:02   setIconDesc
08:22:02     accepts a string representing the iconId
08:22:02     accepts a scout.IconDesc
08:22:02 
08:22:02 Key
08:22:02   toKeyStrokeString
08:22:02     creates a string representing that key
08:22:02     considers modifiers
08:22:02 
08:22:02 KeyStroke
08:22:02   unrepeatability
08:22:02     means that an unrepeatable KeyStroke is triggered exactly once per keyup event, even given three keydown events
08:22:02     means that an unrepeatable KeyStroke is triggered exactly once given the sequence (keydown, keyup)
08:22:02 
08:22:02 keys
08:22:02   forBrowser
08:22:02   fromBrowser
08:22:02 
08:22:02 HtmlComponent
08:22:02   install
08:22:02     does NOT set data 'htmlComponent' when constructor is called
08:22:02     sets data 'htmlComponent' when install() is called
08:22:02   size
08:22:02     returns getBoundingClientRect() of JQuery comp
08:22:02   setSize
08:22:02     accepts scout.Dimension as single argument
08:22:02     calls invalidate on layout when size has changed
08:22:02   insets
08:22:02     reads padding, margin and border correctly
08:22:02   validateLayout
08:22:02     calls htmlComp.layout
08:22:02     calls layout of the child component
08:22:02     does not layout invisible components
08:22:02     does not layout components with an invisible parent
08:22:02     does not call parents() too many times
08:22:02     does not layout components with an animating parent
08:22:02     does not layout animated components
08:22:02   prefSize
08:22:02     returns preferred size of the component
08:22:02     considers max width/height set by CSS
08:22:02     considers min width/height set by CSS
08:22:02     returns zero size for invisible components
08:22:02 
08:22:02 LayoutValidator
08:22:02   invalidateTree
08:22:02     keeps track of invalid html components
08:22:02     considers only the topmost component
08:22:02     and validate roots
08:22:02     makes sure parent components are put in front of child components
08:22:02   validate
08:22:02     calls layout for each invalid html component
08:22:02     does not call layout if component has been removed
08:22:02     does not call layout if component has been detached, but does not remove from invalid components either
08:22:02     removes the component from the list of invalidate components after validation
08:22:02   cleanupInvalidObjects
08:22:02     removes the widget from invalid components when a widget gets removed
08:22:02 
08:22:02 graphics
08:22:02   bounds
08:22:02     returns rectangle with position from JQuery.position()
08:22:02     returns rectangle with size from JQuery.outerWidth/Height
08:22:02     returns rectangle with size from  JQuery.outerWidth/Height() including margin if includeMargin is true
08:22:02   Point
08:22:02     equals
08:22:02   Dimension
08:22:02     accepts two numbers as width and height arguments
08:22:02     accepts a single scout.Dimension argument
08:22:02     equals
08:22:02   Rectangle
08:22:02     equals
08:22:02     intersects
08:22:02   Insets
08:22:02     equals
08:22:02 
08:22:02 AbstractGrid01
08:22:02   group box layout 01
08:22:02     test horizontal layout
08:22:02     test vertical smart layout
08:22:02 
08:22:02 AbstractGrid02
08:22:02   group box layout 02
08:22:02     test horizontal layout
08:22:02     test vertical smart layout
08:22:02 
08:22:02 AbstractGrid03
08:22:02   group box layout 0100
08:22:02     test horizontal layout
08:22:02     test vertical smart layout
08:22:02 
08:22:02 AbstractGrid04
08:22:02   group box layout 04
08:22:02     test horizontal layout
08:22:02     test vertical smart layout
08:22:02 
08:22:02 AbstractGrid05
08:22:02   group box layout 05
08:22:02     test horizontal layout
08:22:02     test vertical smart layout
08:22:02 
08:22:02 AbstractGrid06
08:22:02   group box layout 06
08:22:02     test horizontal layout
08:22:02     test vertical smart layout
08:22:02 
08:22:02 AbstractGrid07
08:22:02   group box layout 07
08:22:02     test horizontal layout
08:22:02     test vertical smart layout
08:22:02 
08:22:02 AbstractGrid08
08:22:02   group box layout 08
08:22:02     test horizontal layout
08:22:02     test vertical smart layout
08:22:02 
08:22:02 AbstractGrid09
08:22:02   group box layout 09
08:22:02     test horizontal layout
08:22:02     test vertical smart layout
08:22:02 
08:22:02 AbstractGrid10
08:22:02   group box layout 10
08:22:02     test horizontal layout
08:22:02     test vertical smart layout
08:22:02 
08:22:02 AbstractGrid11
08:22:02   group box layout 11
08:22:02     test horizontal layout
08:22:02     test vertical smart layout
08:22:02 
08:22:02 LogicalGridLayoutInfo
08:22:02   Rectangle.union
08:22:02     produces same results as java.awt.Rectangle
08:22:02   layoutCellBounds
08:22:02     calculates bounds
08:22:02 
08:22:02 LogicalGridLayout
08:22:02   prefSize
08:22:02     returns row height and column width incl. insets
08:22:02     returns pref size of its child incl. insets if useUiHeight is true
08:22:02     returns max pref size of its children at on same row incl. insets if useUiHeight is true
08:22:02     passes widthHint to its children
08:22:02     considers hgap when passing widthHint if there are multiple children on the same row
08:22:02     considers weightX when passing widthHint if there are multiple children on the same row
08:22:02     uses widthInPixel as widthHint
08:22:02     uses preferred width as widthHint if fill horizontal is false
08:22:02     uses container width as widthHint if fill horizontal is false and pref width is bigger
08:22:02     does not mess comp size up if fill horizontal and fill vertical are false
08:22:02 
08:22:02 LookupRow
08:22:02   constructor
08:22:02   sets defaults when created with a plain object
08:22:02   uses values from plain object instead of defaults, when set
08:22:02 
08:22:02 main
08:22:02   nvl
08:22:02     can return alternative value
08:22:02   assertParameter
08:22:02     throws Error when value is not set
08:22:02     throws Error when value has wrong type
08:22:02   isOneOf
08:22:02     can check if value is one of multiple values
08:22:02   create
08:22:02     accepts string or object as first argument
08:22:02     creates a new initialized widget with parent and session set
08:22:02     creates local object if first parameter is the objectType
08:22:02       sets property 'id' correctly when no ID is provided
08:22:02       session must be set, but adapter should not be registered
08:22:02     creates local object if first parameter of type object and contains objectType property
08:22:02 
08:22:02 ButtonAdapterMenu
08:22:02   maps defaultButton setting
08:22:02     from not set to null
08:22:02       to defaultMenu = true
08:22:02     from true
08:22:02       to defaultMenu = true
08:22:02     from false (w/o other previous values) to null
08:22:02       to defaultMenu = null
08:22:02     from false (with other previous values) to false
08:22:02       to defaultMenu = false
08:22:02   initialization / destroy
08:22:02     should set/delete adaptedBy property on original button instance
08:22:02   focusable element
08:22:02     button should delegate to adapter menu
08:22:02 
08:22:02 ContextMenuPopup
08:22:02   options.cloneMenuItems
08:22:02     true
08:22:02       clones the given menus and renders the clones
08:22:02       only destroys and removes the clones on popup close
08:22:02     false
08:22:02       renders the original menus
08:22:02       removes but does not destroy the menus on popup close
08:22:02   renderMenuItems
08:22:02     renders invisible menus
08:22:02     adds last and first classes
08:22:02     considers visibility when adding last and first classes
08:22:02     makes cloned menus non-tabbable
08:22:02 
08:22:02 MenuBarPopup
08:22:02   is opened on doAction if the menu has child actions
08:22:02   rerenders the head on a menu property change
08:22:02 
08:22:02 MenuBar
08:22:02   setMenuItems
08:22:02     prefers EmptySpace for the left position if menu has multiple menuTypes
08:22:02     must add/destroy dynamically created separators
08:22:02     renders menu bar invisible if no visible menu items are available
08:22:02     renders menu bar visible if at least one visible menu item is available
08:22:02   propertyChange
08:22:02     must listen on property changes of its menu items (even when menu bar is not rendered)
08:22:02     must remove property change listeners on destroy
08:22:02     automatically hides unused separators
08:22:02   layout
08:22:02     gets invalidated if a menu changes its visibility
08:22:02   updateDefaultMenu
08:22:02     marks first visible and enabled menu that reacts to ENTER keystroke as default menu
08:22:02     marks ButtonAdapterMenu that reacts to ENTER keystroke as default menu
08:22:02     marks first visible and enabled menu that has the "defaultMenu" flag set as default menu
08:22:02     updates state if menu gets enabled or disabled
08:22:02     considers rendered state of default menu
08:22:02 
08:22:02 MenuItemsOrder
08:22:02   _createSeparator
08:22:02   _menuTypes
08:22:02 
08:22:02 Menu
08:22:02   defaults
08:22:02     should have expected defaults
08:22:02   render
08:22:02     render depending on the actionStyle
08:22:02     render as separator
08:22:02     must not render childActions when popup is not open
08:22:02   isTabTarget
08:22:02     should return true when menu can be a target of TAB action
08:22:02   setTooltipText
08:22:02     can update the tooltip text
08:22:02   clone
08:22:02     and change child actions
08:22:02 
08:22:02 menus
08:22:02   filter
08:22:02     does nothing if no menus are given
08:22:02     returns no menus if no types are given
08:22:02     only returns visible menus, if onlyVisible param is set to true
08:22:02     only returns menus with given type (even when menu is not visible)
08:22:02     only returns parent menus if child menus should be displayed
08:22:02     only returns parent menus if child menus have correct type
08:22:02   updateSeparatorVisibility
08:22:02     makes leading separators invisible
08:22:02     makes trailing separators invisible
08:22:02     makes duplicate separators invisible
08:22:02     makes all separators invisible if there are no other visible menus
08:22:02     reverts to old state if sibling menus get visible
08:22:02     considers all rules
08:22:02 
08:22:02 Planner
08:22:02   deleteResources
08:22:02     deletes resources from model
08:22:02     deletes resources from html document
08:22:02     also adjusts selectedResources and selectionRange if deleted resource was selected
08:22:02   updateResources
08:22:02     updates resources in model
08:22:02     updates resources in html document
08:22:02     updates activities
08:22:02   renderScale
08:22:02     displayMode: DAY
08:22:02       draws scale for whole day
08:22:02       draws scale for one hour
08:22:02       draws scale for two hour interval
08:22:02       draws scale with only showing every second label
08:22:02     displayMode: WEEK / WORK_WEEK
08:22:02       draws scale for WEEK for whole day with 6h interval
08:22:02       draws scale for WEEK with only showing every second label
08:22:02       draws scale for WEEK with changing month
08:22:02       draws scale for WORK_WEEK for whole day with 6h interval
08:22:02       draws scale for WORK_WEEK with only showing every second label
08:22:02     displayMode: MONTH
08:22:02       draws scale
08:22:02       draws scale with only showing every second label
08:22:02     displayMode: CALENDAR_WEEK
08:22:02       draws scale for CALENDAR_WEEK displayMode
08:22:02       draws scale with only showing every second label
08:22:02       draws scale with only showing every third label
08:22:02     displayMode: YEAR
08:22:02       draws scale for YEAR displayMode
08:22:02       draws scale with only showing every second label
08:22:02       draws scale with only showing every third label
08:22:02   transformLeft/transformWidth
08:22:02     calculates left and width in WEEK mode for whole days
08:22:02     calculates left and width in WEEK mode for limitted day range
08:22:02     calculates left and width in WEEK mode for limitted day range (only firstHourOfDay set)
08:22:02   select
08:22:02     selects at least the number of intervals configured by display mode options
08:22:02     respects end of day if minSelectionIntervalCount is set
08:22:02 
08:22:02 Popup
08:22:02   withGlassPane
08:22:02     shows a glass pane if set to true
08:22:02     does not show a glass pane if set to false
08:22:02 
08:22:02 scrollbars
08:22:02   onScroll
08:22:02     attaches handler to scrolling parents which execute when scrolling
08:22:02   offScroll
08:22:02     detaches handler from scrolling parents
08:22:02   isLocationInView
08:22:02     returns true if the given location is inside the given $scrollable
08:22:02     returns false if x of the given location is outside of the given $scrollable (smaller)
08:22:02     returns false if y of the given location is outside of the given $scrollable (smaller)
08:22:02     returns false if x of the given location is outside of the given $scrollable (greater)
08:22:02     returns false if y of the given location is outside of the given $scrollable (greater)
08:22:02   render
08:22:02     ensures parent has position absolute or relative
08:22:02 
08:22:02 BusyIndicator
08:22:02   render
08:22:02     uses entry point as parent if no $parent is provided
08:22:02     uses $parent as parent if provided
08:22:02 
08:22:02 ModelAdapter
08:22:02   can handle properties in any order
08:22:02   _syncPropertiesOnPropertyChange calls set* methods or setProperty method
08:22:02   init
08:22:02     copies properties to widget
08:22:02     sets default values
08:22:02   destroy
08:22:02     destroys the adapter and its children
08:22:02     does not destroy children, which are globally used
08:22:02   onModelPropertyChange
08:22:02     adapter
08:22:02       creates and registers the new adapter
08:22:02       destroys the old adapter
08:22:02     filters
08:22:02       propertyChange events
08:22:02         should send event when property change is triggered by widget
08:22:02         should not send event when property is triggered by server
08:22:02       widget events
08:22:02         should handle widget event when it is not filtered
08:22:02         should not handle widget event when it is filtered
08:22:02     export adapter
08:22:02       exportAdapterData should export last part of model-class as ID
08:22:02     adapters
08:22:02       creates and registers adapters
08:22:02       destroys the old adapters
08:22:02       destroys the old and creates the new adapters if the array contains both
08:22:02 
08:22:02 ResponseQueue
08:22:02   add
08:22:02     adds elements to the queue in the correct order
08:22:02     removes elements that are superseded by combined response
08:22:02   process
08:22:02     processes elements in the correct order
08:22:02     does not process elements in the wrong order
08:22:02     does not process same response twice
08:22:02 
08:22:02 Session
08:22:02   send
08:22:02     sends multiple async events in one call
08:22:02     sends multiple async events in one call over multiple user interactions if sending was delayed
08:22:02     does not await the full delay if a susequent send call has a smaller delay
08:22:02     does not await the full delay if a previous send call has a smaller delay
08:22:02     coalesces events if event provides a coalesce function
08:22:02     sends requests consecutively
08:22:02     sends requests consecutively and respects delay
08:22:02     queues ?poll results when user requests are pending
08:22:02     resumes polling after successful responses
08:22:02     does not resume polling after JS errors
08:22:02     does not resume polling after UI server errors
08:22:02     does not resume polling after HTTP errors
08:22:02     does not resume polling after session terminated
08:22:02   init
08:22:02     sends startup parameter
08:22:02     sends user agent on startup
08:22:02   texts
08:22:02     check if correct text is returned
08:22:02     check if empty text is returned
08:22:02     check if null text is returned
08:22:02     check if arguments are replaced in text
08:22:02     check if multiple arguments are replaced in text
08:22:02     check if undefined texts return an error message
08:22:02     optText returns undefined if key is not found
08:22:02     optText returns default value if key is not found
08:22:02     optText returns text if key found
08:22:02     optText returns text if key found, with arguments
08:22:02 
08:22:02 Splitter
08:22:02   renders the splitter at the given position
08:22:02 
08:22:02 SimpleTabArea
08:22:02   renders the tabs in the correct order
08:22:02 
08:22:02 HierarchicalTableSpec
08:22:02   add
08:22:02     a root row
08:22:02     a child row to a row which is already a parent row (by id)
08:22:02     a child row to a row which is already a parent row (by TableRow)
08:22:02     a child row to a row which is already a parent row (by pseudo row)
08:22:02     a child row to a row which is leaf
08:22:02     a child row to a collapsed row
08:22:02   delete
08:22:02     leaf row and expect the row structure to be valid
08:22:02     leaf row with collapsed parent and expect the structure to be valid
08:22:02     a parent row and expect all children are deleted cascading.
08:22:02   structure
08:22:02     is updated when insert a new child row
08:22:02     is updated when deleting a child row
08:22:02     is updated when deleting a row and its children
08:22:02   expanded rows
08:22:02     are valid after expand parent and its child row and expand parent again.
08:22:02     are valid after expand all and collapse all.
08:22:02   selection
08:22:02     of all rows is valid if parent rows do not match a filter condition
08:22:02     a single row matching the filter
08:22:02     a single row which is a parent row of a row matching the filter
08:22:02     of a not visible row due to a filter
08:22:02     changes when selected rows gets invisible due to collapse of a parent row.
08:22:02     of a row is still the same if the row gets collapsed. 
08:22:02     is still the same after inserting rows
08:22:02     is still the same after deleting an not selected row
08:22:02     gets adjusted when deleting a selected row
08:22:02   update row
08:22:02     by changing the parent key
08:22:02     by removing the parent key
08:22:02     by adding the parent key
08:22:02   filtered visible
08:22:02     rows are correct after when a child row matches a filter in of a collapsed parent row.
08:22:02   move
08:22:02     row down and expect to be moved after the next sibling on the same level.
08:22:02     row up and expect to be moved before the next sibling on the same level.
08:22:02     child row down and expect it will not be moved away of its siblings.
08:22:02     child row up and expect it will not be moved away of its siblings.
08:22:02   move visible row
08:22:02     up - expect the row gets moved above the previous visible row
08:22:02     down - expect the row gets moved below the next visible row
08:22:02 
08:22:02 TableAdapter
08:22:02   selectRows
08:22:02     sends rowsSelected event containing rowIds
08:22:02     does not send selection event if triggered by server
08:22:02   checkRows
08:22:02     sends rowsChecked event containing rowIds
08:22:02     does not send rowsChecked event if triggered by server
08:22:02   expandRows
08:22:02     sends rowsExpanded event containing rowIds
08:22:02     does not send rowsChecked event if triggered by server
08:22:02   onModelAction
08:22:02     rowsSelected event
08:22:02       calls selectRows
08:22:02     rowsDeleted event
08:22:02       calls deleteRows
08:22:02       does not send rowsSelected event for the deleted rows
08:22:02     allRowsDeleted event
08:22:02       calls deleteAllRows
08:22:02       does not send rowsSelected event
08:22:02     rowsInserted event
08:22:02       calls insertRows
08:22:02       may contain cells as objects
08:22:02       may contain cells as scalars
08:22:02       respects null values
08:22:02       uses text as value if value is not provided
08:22:02     rowOrderChanged event
08:22:02       calls updateRowOrder
08:22:02       correct DOM order for newly inserted rows
08:22:02     rowsUpdated event
08:22:02       calls updateRows
08:22:02     columnStructureChanged event
08:22:02       calls updateColumnStructure
08:22:02     columnOrderChanged event
08:22:02       calls updateColumnOrder
08:22:02     columnHeadersUpdated event
08:22:02       calls updateColumnHeaders
08:22:02   onModelPropertyChange
08:22:02     menus
08:22:02       creates and registers menu adapters
08:22:02       destroys the old menus
08:22:02       destroys the old and creates the new menus if the list contains both
08:22:02   _sendFilter
08:22:02     should not coalesce remove and 'add' events
08:22:02   _postCreateWidget
08:22:02     should send a filter event, if a filter exists on table after widget is created.
08:22:02 
08:22:02 TableFilter
08:22:02   row filtering
08:22:02     applies row filter when table gets initialized
08:22:02     doesn't filter anymore if filter gets removed
08:22:02     applies row filter if a new row gets inserted
08:22:02     applies row filter if a new row gets inserted, even if table is not rendered
08:22:02     applies row filter if a row gets updated
08:22:02     applies row filter if a row gets updated, even if table is not rendered
08:22:02     properly handles successive row insertion and updates
08:22:02     properly handles reset table case
08:22:02     considers view range
08:22:02     renders empty data if all rows are removed due to filtering
08:22:02   selection
08:22:02     gets removed for non visible rows after filtering
08:22:02     stays removed even if filtered row is selected explicitly
08:22:02     gets removed for non visible rows after filtering if a row has been updated
08:22:02     gets restored for visible rows after filtering
08:22:02   events
08:22:02     filter
08:22:02       gets fired when table with a filter is initializing
08:22:02       does not get fired when table with no filters is initializing
08:22:02       gets fired if filter() is called
08:22:02       gets fired if filter() is called, even if table is not rendered
08:22:02       gets not fired if rows are filtered again but the filtered rows have not changed
08:22:02       gets fired if rows are filtered during updateRows
08:22:02       gets fired if rows are filtered during insertRows
08:22:02       gets fired if rows are filtered during deleteRows
08:22:02       gets fired if rows are filtered during deleteAllRows
08:22:02       does not get fired if rows are updated but row filter state has not changed
08:22:02       gets sent to server containing rowIds when rows are filtered
08:22:02 
08:22:02 TableFooterSpec
08:22:02   render
08:22:02     attaches listener to the table but only once
08:22:02   remove
08:22:02     stops the open animation of the selected control
08:22:02     stops the close animation of the selected control
08:22:02   controls
08:22:02     removes old and renders new controls on property change
08:22:02   TableStatusTooltip
08:22:02     shows ERROR tooltip
08:22:02     shows INFO tooltip when table is rendered
08:22:02     hides INFO tooltip when user clicks in table
08:22:02     does not hide ERROR tooltip when user clicks in table
08:22:02 
08:22:02 Table Grouping
08:22:02   renders an aggregate row for each group
08:22:02   considers groupingStyle -> aggregate rows must be rendered previous to the grouped rows
08:22:02   considers view range -> only renders an aggregate row for rendered rows
08:22:02   considers view range -> doesn't render an aggregate row if the last row of the group is not rendered
08:22:02   regroups if rows get inserted
08:22:02   regroups if rows get inserted, event is from server and table was empty
08:22:02   does not regroup if rows get inserted, event is from server and table was not empty
08:22:02   regroups when a filter is applied
08:22:02   regroups if rows get deleted
08:22:02   removes aggregate rows if all rows get deleted
08:22:02   regroups if rows get updated
08:22:02   may group column 0 only
08:22:02   may group column 1 only
08:22:02   may group columns 0 (avg) and 1 (sum)
08:22:02   may group columns 0, 1 and 2
08:22:02   may group columns 2 and 1
08:22:02   may group column 1 only after grouping column 0 first
08:22:02   may group column 1 and 2 after grouping column 0 first
08:22:02 
08:22:02 TableHeaderMenu
08:22:02   filter
08:22:02     string column
08:22:02       shows the unique string values
08:22:02       converts multiline text to single line
08:22:02       strips html tags if html is enabled
08:22:02       reflects the state of the filter
08:22:02       correctly updates the list after inserting a new row, if a filter is applied
08:22:02       always displays the selected value, even if the table does not contain the value anymore
08:22:02       displays empty values as -empty-
08:22:02       stores selected text in filter.selectedValues
08:22:02       stores empty as null and not '-empty-'
08:22:02     grouping / sorting
08:22:02       count sorted columns
08:22:02       count grouped columns
08:22:02     boolean column
08:22:02       shows the unique string values
08:22:02     sort enabled
08:22:02       option enabled shows sort options in table header menu
08:22:02       option disabled does not show sort options in table header menu
08:22:02     sort mode
08:22:02       sorts alphabetically
08:22:02       sorts by amount
08:22:02 
08:22:02 TableHeaderSpec
08:22:02   render
08:22:02     attaches listener to the table but only once
08:22:02   hiddenByUi
08:22:02 
08:22:02 TableKeyStrokes
08:22:02   key up
08:22:02     selects the above row
08:22:02     selects the last row if no row is selected yet
08:22:02     selects the second last row if all rows are selected
08:22:02     selects the only row if there is only one
08:22:02     does nothing if first row already is selected
08:22:02     if first row already is selected but is not the last action row, the row above the last action row gets selected
08:22:02     if there is a last action row, selects the row above last last action row
08:22:02     selects the row above the last action row even if the row above already is selected
08:22:02     uses last row of selection as last action row if last action row is not visible anymore
08:22:02      + shift
08:22:02       adds the row above to the selection
08:22:02       removes the row above from the selection if the last action row is the last row of the selection
08:22:02       if the row above the last action row is not selected, adds the row above to the selection
08:22:02   key down
08:22:02     selects the row below
08:22:02     selects the first row if no row is selected yet
08:22:02     selects the second row if all rows are selected
08:22:02     selects the only row if there is only one
08:22:02     does nothing if last row already is selected
08:22:02     if there is a last action row, selects the row below the last action row
08:22:02     selects the row below the last action row even if the row below already is selected
08:22:02     uses last row of selection as last action row if last action row is not visible anymore
08:22:02      + shift
08:22:02       adds the row below to the selection
08:22:02       removes the row below from the selection if the last action row is the first row of the selection
08:22:02       if the row below the last action row is not selected, adds the row below to the selection
08:22:02   end
08:22:02     selects last row
08:22:02      + shift
08:22:02       selects all rows from currently selected row to last row
08:22:02       preserves existing selection
08:22:02       considers last action row as start row for new selection
08:22:02       uses last row of selection as last action row if last action row is not visible anymore
08:22:02       does nothing if last row is already selected
08:22:02       does not add same rows to selectedRows twice
08:22:02   home
08:22:02     selects first row
08:22:02      + shift
08:22:02       selects all rows from currently selected row to first row
08:22:02       preserves existing selection
08:22:02       considers last action row as start row for new selection
08:22:02       uses first row of selection as last action row if last action row is not visible anymore
08:22:02       does nothing if first row is already selected
08:22:02       does not add same rows to selectedRows twice
08:22:02   space
08:22:02     does nothing if no rows are selected
08:22:02     checks the selected rows if first row is unchecked
08:22:02     does not modify already checked rows when checking
08:22:02     unchecks the selected rows if first row is checked
08:22:02   page up
08:22:02     selects the only row if there is only one
08:22:02   page down
08:22:02     selects the only row if there is only one
08:22:02 
08:22:02 Table
08:22:02   render
08:22:02     renders CSS class
08:22:02     renders a table header
08:22:02     renders table rows
08:22:02       accepts rows with cells
08:22:02       accepts rows with text only
08:22:02   _calculateViewRangeForRowIndex
08:22:02     returns a range based on viewRangeSize
08:22:02   rowIcons and checkable rows
08:22:02     creates an artificial cell when a rowIcon is set on a row
08:22:02   insertRows
08:22:02     inserts rows at the end of the table
08:22:02     renders rows only if view range is not full yet
08:22:02     rowsInserted event must be triggered before rowOrderChanged event
08:22:02   updateRows
08:22:02     updates the model cell texts
08:22:02     updates the html cell texts
08:22:02     does not fail if the row to update is the same instance as the existing one
08:22:02     does not destroy selection
08:22:02     silently updates rows which are not in view range
08:22:02   deleteRows
08:22:02     deletes single rows from model
08:22:02     deletes single rows from html document
08:22:02     considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
08:22:02   deleteAllRows
08:22:02     deletes all rows from model
08:22:02     deletes all rows from html document
08:22:02     silently removes not rendered rows
08:22:02   updateRowOrder
08:22:02     reorders the model rows
08:22:02     reorders the html nodes
08:22:02     considers view range
08:22:02   checkRow
08:22:02     checks the row, does not uncheck others if multiCheck is set to true
08:22:02     unchecks other rows if multiCheck is set to false
08:22:02     does not check the row if checkable is set to false
08:22:02     does not check the row if the row is disabled
08:22:02     does not check the row if the table is disabled
08:22:02     considers view range
08:22:02     keeps added checkable column visible even when reloading factory settings
08:22:02     does not add an additional checkable column if one is already configured
08:22:02   selectRows
08:22:02     updates model
08:22:02     selects rendered rows and unselects others
08:22:02     considers view range
08:22:02     triggers rowsSelected
08:22:02     selectedRow() returns first selected row or null when table has no selection
08:22:02   toggle selection
08:22:02     selects all if not all are selected
08:22:02     selects none if all are selected
08:22:02   selectAll
08:22:02     selects all rows
08:22:02     considers view range -> renders selection only for rendered rows
08:22:02   doRowAction
08:22:02     sends rowAction event with row and column
08:22:02     does not send rowAction event if the row is not selected
08:22:02     does not send rowAction event if it is not the only one selected row
08:22:02   resizeColumn
08:22:02     updates column model and sends resize event 
08:22:02     does not send resize event when resizing is in progress
08:22:02     sends resize event when resizing is finished
08:22:02     always updates model width, but only resizes cells of visible columns 
08:22:02   autoResizeColumns
08:22:02     distributes the table columns using initialWidth as weight
08:22:02     excludes columns with fixed width
08:22:02     does not make the column smaller than the initial size
08:22:02     does not make the column smaller than a minimum size
08:22:02   sort
08:22:02     updates column model
08:22:02     model update
08:22:02       sets sortAscending according to direction param
08:22:02       resets properties on other columns
08:22:02       sets sortIndex
08:22:02       does not remove sortIndex for columns always included at begin
08:22:02       does not remove sortIndex for columns always included at end
08:22:02       does not remove sortIndex for columns always included at begin and end (combination)
08:22:02       removes column from sort columns
08:22:02     sends sort without sortingRequested event when client side sorting is possible
08:22:02     sends sort event with sortingRequested if client side sorting is not possible
08:22:02     sorts the data
08:22:02     regroups the data if group by column is active
08:22:02     restores selection after sorting
08:22:02     sorting
08:22:02       sorts text columns considering locale (if browser supports it)
08:22:02       sorts number columns
08:22:02       sorts date columns
08:22:02       uses non sort columns as fallback
08:22:02   row click
08:22:02     selects row and unselects others
08:22:02     sends selection and click events
08:22:02     sends only click if row already is selected
08:22:02     sends selection, checked and click events if table is checkable and checkbox has been clicked
08:22:02   right click on row
08:22:02     opens context menu
08:22:02     context menu only shows items without header type also if there is a type singleSelection
08:22:02     context menu only shows visible menus
08:22:02   _filterMenus
08:22:02     returns no menus for contextMenu if no row is selected
08:22:02     returns only single selection menus for contextMenu if one row is selected
08:22:02     returns only multi selection menus for contextMenu if multiple rows are selected
08:22:02     returns menus with single- and multi selection set for contextMenu if one or more rows are selected
08:22:02     returns only empty space menus if no row is selected
08:22:02     returns empty space and single selection menus if one row is selected
08:22:02     returns empty space and multi selection menus if multiple rows are selected
08:22:02     returns menus with empty space, single- and multi selection set if one or more rows are selected
08:22:02   row mouse down / move / up
08:22:02     selects multiple rows
08:22:02     only sends selection event, no click
08:22:02     only send one event for mousedown and immediate mouseup on the same row
08:22:02     only selects first row if mouse move selection or multi selection is disabled
08:22:02   moveColumn
08:22:02     moves column from oldPos to newPos
08:22:02     considers view range (does not fail if not all rows are rendered)
08:22:02   updateRowOrder
08:22:02     correct DOM order for newly inserted rows
08:22:02   initColumns
08:22:02     table is available in _init
08:22:02     sets the column indices if not already set
08:22:02     does not set the column indices if already set
08:22:02   updateColumnStructure
08:22:02     resets the model columns
08:22:02     redraws the header to reflect header cell changes (text)
08:22:02     updates width of empty data
08:22:02   updateColumnOrder
08:22:02     reorders the model columns
08:22:02     reorders the html nodes
08:22:02     silently moves cells which are not rendered in view range
08:22:02   updateColumnHeaders
08:22:02     updates the text and sorting state of model columns
08:22:02     updates sort indices of the sort columns if a sort column got removed
08:22:02     updates the text and sorting state of html table header nodes
08:22:02     updates the custom css class of table header nodes
08:22:02     considers html enabled property of table header cells
08:22:02   headerVisible
08:22:02     hides/shows the table header
08:22:02     adds empty div when set to true if there are no rows
08:22:02     removes empty div when set to false even if there are no rows
08:22:02   View range markers
08:22:02     Must not throw an error when called in detached state
08:22:02   Column visibility
08:22:02     update headers and rows when visibility of a column changes
08:22:02     visibleColumns() only return visible columns
08:22:02     moveColumn() must deal with different indices for visible and all columns
08:22:02   moveRowUp
08:22:02     moves row one up
08:22:02   moveRowDown
08:22:02     moves row one down
08:22:02   moveRowToTop
08:22:02     moves row to the top
08:22:02   moveRowToBottom
08:22:02     moves row to the bottom
08:22:02   moveVisibleRowUp
08:22:02     moves row one up regarding filtered rows
08:22:02   moveVisibleRowDown
08:22:02     moves row one up regarding filtered rows
08:22:02   rowStatus
08:22:02     changes when updating the value
08:22:02   invisible
08:22:02     does not try to read row height when invisible
08:22:02 
08:22:02 TableUpdateBuffer
08:22:02   buffers updateRow calls and processes them when all promises resolve
08:22:02   prevents rendering viewport while buffering
08:22:02   processes immediately when a resolved promise is added
08:22:02 
08:22:02 BooleanColumn
08:22:02   table checkable column
08:22:02     a checkbox column gets inserted if table.checkable=true
08:22:02     no checkbox column gets inserted if table.checkable=false
08:22:02     this.checkableColumn is set to the new column
08:22:02     displays the row.checked state as checkbox
08:22:02   boolean column
08:22:02     displays the cell value as checkbox
08:22:02 
08:22:02 Column
08:22:02   considers horizontal alignment
08:22:02   converts linebreak into <br> in header cells
08:22:02   considers custom css class of a column
08:22:02   considers custom css class of a column, as well for checkbox columns
08:22:02   considers custom css class of a cell, if both are set only the cell class is used
08:22:02   considers htmlEnabled of a cell
08:22:02   caches encoded text of a cell to improve performance
08:22:02   multilineText
08:22:02     replaces
08:22:02  with br, but only if htmlEnabled is false
08:22:02   textWrap
08:22:02     wraps text if column.textWrap and table.multilineText are true
08:22:02     does not wrap text if column.textWrap is false and table.multilineText is true
08:22:02     does not wrap text if column.textWrap is true and table.multilineText is false
08:22:02     can be toggled on the fly
08:22:02   initCell
08:22:02     sets the value and the text
08:22:02     calls formatValue to format the text
08:22:02     calls formatValue to format the text, also for cell objects
08:22:02     does not format the value if a text is provided
08:22:02     sets the value to null if only text is provided
08:22:02   setCellValue
08:22:02     sets the value and the text
08:22:02     calls formatValue to format the text
08:22:02   cell getters
08:22:02     cell() should return cell of given row
08:22:02     selectedCell() should return cell from selected row
08:22:02   autoOptimizeWidth
08:22:02     will resize the column to fit its content after layouting
08:22:02     also works if there is no header
08:22:02     considers images
08:22:02     autoOptimizeWidthRequired
08:22:02       will be set to true if a row is updated and the content changed
08:22:02       will be set to true if a row is inserted
08:22:02       will be set to true if a row is deleted
08:22:02       will be set to true if all rows are deleted
08:22:02       will be set to true if autoOptimizeWidth is set dynamically
08:22:02   displayable
08:22:02     if set to false, column may not be made visible
08:22:02 
08:22:02 DateColumn
08:22:02   format
08:22:02     updates the value and the display text if the format changes
08:22:02 
08:22:02 NumberColumn
08:22:02   background effect
08:22:02     colorGradient1
08:22:02       colors cells from red to green
08:22:02       colors cells according to rounded values
08:22:02     considers view range -> only colors rendered cells
08:22:02     updates colors if row gets deleted
08:22:02     updates colors if row gets inserted
08:22:02     updates colors if row gets updated
08:22:02     colors cells if table gets rendered
08:22:02     restores existing background color if background effect gets removed
08:22:02     barChart
08:22:02       does not overwrite existing background color
08:22:02     setBackgroundEffect
08:22:02       changes the background effect
08:22:02       sends columnBackgroundEffectChanged event
08:22:02       does not send columnBackgroundEffectChanged if server triggered it
08:22:02   calculateMinMaxValues
08:22:02     calculates the min/max values based on rounded values
08:22:02   format
08:22:02     updates the value and the display text if the multiplier changes
08:22:02 
08:22:02 SmartColumn
08:22:02   must NOT execute a lookup by key when the editor is initialized
08:22:02 
08:22:02 scout.comparators
08:22:02   tests 'compare' method of TEXT comparator
08:22:02   tests 'compareIgnoreCase' method of TEXT comparator
08:22:02   tests 'compare' method of NUMERIC comparator
08:22:02   tests 'compare' method of ALPHANUMERIC comparator
08:22:02   tests 'compareIgnoreCase' method of ALPHANUMERIC comparator
08:22:02   tests 'compareIgnoreCase' method of ALPHANUMERIC comparator with session
08:22:02 
08:22:02 AggregateTableControl
08:22:02   aggregate
08:22:02     creates an aggregate row
08:22:02     sums up numbers in a number column
08:22:02     aggregation type none does not aggregate
08:22:02     sums up numbers in a number column but only on filtered rows
08:22:02     sums up numbers in a number column and considers format pattern
08:22:02     sums up numbers in a number column and considers rounded values fo aggregation
08:22:02     updates aggregation if a row is inserted
08:22:02     updates aggregation if a row is updated
08:22:02     updates aggregation if a row is deleted
08:22:02   eanbled state
08:22:02     is false if there are no number columns
08:22:02     is true if there is at least one number column
08:22:02     is false if there is a number column but without an aggregate function
08:22:02   selected state
08:22:02     is false if control is not enabled initially
08:22:02     is set to false if control will be disabled
08:22:02 
08:22:02 TableControl
08:22:02   selected
08:22:02     opens and closes the control container
08:22:02     removes the content of the previous selected control without closing the container
08:22:02     sends selected events (for current and previous selection)
08:22:02 
08:22:02 CellEditorAdapter
08:22:02   endCellEdit event
08:22:02     destroys the field
08:22:02     removes the cell editor popup
08:22:02   completeEdit
08:22:02     sends completeCellEdit
08:22:02     sends completeCellEdit only once
08:22:02     does not remove the popup and its field (will be done by endCellEdit)
08:22:02   cancelEdit
08:22:02     sends cancelCellEdit
08:22:02     removes the popup and its field
08:22:02 
08:22:02 CellEditor
08:22:02   mouse click
08:22:02     starts cell edit if cell is editable
08:22:02     does not start cell edit if cell is not editable
08:22:02     does not start cell edit if row is disabled
08:22:02     does not start cell edit if table is disabled
08:22:02     does not start cell edit if form is disabled
08:22:02     does not start cell edit if mouse down and up happened on different cells
08:22:02     does not start cell edit if right mouse button was pressed
08:22:02     does not start cell edit if middle mouse button was pressed
08:22:02     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
08:22:02   prepareCellEdit
08:22:02     creates field and calls start
08:22:02     triggers prepareCellEdit event
08:22:02   startCellEdit
08:22:02     opens popup with field
08:22:02     triggers startCellEdit event
08:22:02   completeCellEdit
08:22:02     triggers completeCellEdit event
08:22:02     calls endCellEdit with saveEditorValue=true
08:22:02     saves editor value
08:22:02     does not reopen the editor again
08:22:02   cancelCellEdit
08:22:02     triggers cancelCellEdit event
08:22:02     calls endCellEdit with saveEditorValue=false
08:22:02     does not save editor value
08:22:02   endCellEdit
08:22:02     destroys the field
08:22:02     removes the cell editor popup
08:22:02   validation
08:22:02     shows a tooltip if field has an error
08:22:02     does not sho a tooltip if field has no error
08:22:02   popup recovery
08:22:02     reopens popup if row gets updated
08:22:02     closes popup if row gets deleted
08:22:02     closes popup if all rows get deleted
08:22:02     closes popup (before) table is detached
08:22:02     closes popup when table is removed
08:22:02   tooltip recovery
08:22:02     removes tooltip if row gets deleted
08:22:02 
08:22:02 DateColumnUserFilter
08:22:02   acceptByFields works
08:22:02   acceptByFields works with time
08:22:02   addFilterFields must not create date fields with time
08:22:02 
08:22:02 TableTextUserFilter
08:22:02   filter
08:22:02     filters rows based on cell text
08:22:02     separates cell values with whitepace
08:22:02     works with bean columns
08:22:02 
08:22:02 DateFormat
08:22:02   format
08:22:02     considers d M y
08:22:02     considers h H m a
08:22:02     considers E
08:22:02     considers ss SSS Z
08:22:02   parse
08:22:02     considers d M y
08:22:02     considers h H m a
08:22:02     considers ss SSS Z
08:22:02   analyze
08:22:02     analyzes the text and returns an object with months, years and days
08:22:02       considers pattern dd.MM.yyyy
08:22:02       considers pattern yyyy-MM-dd
08:22:02       considers pattern MM/dd/yyy
08:22:02       checks correct handling of am/pm
08:22:02       proposes valid dates for pattern dd.MM.yyyy
08:22:02       proposes valid dates for pattern MM.yyyy
08:22:02       proposes valid dates for pattern yyyy
08:22:02       proposes valid times
08:22:02 
08:22:02 DecimalFormat
08:22:02   constructor
08:22:02     uses the pattern from the options
08:22:02     if the options parameter is a string, it assumes it is the pattern
08:22:02   format
08:22:02     considers decimal separators
08:22:02     considers grouping separators
08:22:02     is lenient with grouping separators
08:22:02     can swap the position of the minus sign
08:22:02     can handle invalid patterns
08:22:02     distinguishes digits and zero digits
08:22:02     can handle positive and negative subpattern
08:22:02     can handle exotic symbols
08:22:02     can handle percentages, format taken from application
08:22:02     can handle multiplier
08:22:02     can handle rounding mode
08:22:02   round
08:22:02     can handle rounding modes
08:22:02 
08:22:02 TextMap
08:22:02   get
08:22:02     returns correct text for key
08:22:02     may return empty text
08:22:02     may return null text
08:22:02     replaces arguments in text
08:22:02     may replace multiple arguments
08:22:02     returns a text containing undefinied if the key is not found
08:22:02     does a parent lookup if key is not found
08:22:02     returns a text containing undefinied if neither child nor parent contains the key
08:22:02   optGet
08:22:02     returns undefined if key is not found
08:22:02     returns default value if key is not found
08:22:02     returns text if key is found
08:22:02     returns text if key is found, with arguments
08:22:02     replaces the same placeholder if used multiple times
08:22:02     does a parent lookup if key is not found
08:22:02 
08:22:02 scout.texts
08:22:02   init
08:22:02     creates Texts objects for each language tag given in the model
08:22:02     links Texts objects according the sub tags of the language tag
08:22:02     does not override existing text maps
08:22:02   get
08:22:02     returns the Texts for the given language tag
08:22:02     returns a Texts object with correct linking
08:22:02     creates an empty Texts object with correct linking if language tag is unknown
08:22:02 
08:22:02 TileGridAdapter
08:22:02   initProperties
08:22:02     creates a tile filter if tiles are filtered by the server
08:22:02   _syncFilteredTiles
08:22:02     creates a tile filter if tiles are filtered by the server
08:22:02 
08:22:02 TileGrid
08:22:02   selectTiles
08:22:02     selects the given tiles and unselects the previously selected ones
08:22:02     does not select if selectable is false
08:22:02     does not select tiles excluded by filter
08:22:02     triggers a property change event
08:22:02   deselectTiles
08:22:02     deselects the given tiles
08:22:02     triggers a property change event
08:22:02   insertTiles
08:22:02     inserts the given tiles
08:22:02     triggers a property change event
08:22:02     links the inserted tiles with the tileGrid
08:22:02   deleteTiles
08:22:02     deletes the given tiles
08:22:02     deselects the deleted tiles
08:22:02     triggers a property change event
08:22:02     destroys the deleted tiles
08:22:02     does not destroy the deleted tiles if the tileGrid is not the owner
08:22:02   deleteAllTiles
08:22:02     deletes all tiles
08:22:02     deselects the deleted tiles
08:22:02     adds empty marker
08:22:02   setTiles
08:22:02     applies the order of the new tiles to tiles and filteredTiles
08:22:02     applies the order of the new tiles to the rendered elements
08:22:02     applies the order of the new tiles to the filteredTiles if a filter is active
08:22:02   sort
08:22:02     uses the comparator to sort the tiles and filteredTiles
08:22:02     is executed when new tiles are added
08:22:02     reorders the DOM elements accordingly
08:22:02   mouseDown
08:22:02     with multiSelect = false
08:22:02       on a deselected tile selects the tile
08:22:02       on a deselected tile selects the tile and unselects others
08:22:02       on a selected tile does nothing
08:22:02       sets focusedTile property to clicked tile when selected
08:22:02     with multiSelect = true
08:22:02       on a deselected tile selects the tile
08:22:02       on a deselected tile selects the tile and unselects others
08:22:02       on a selected tile does nothing
08:22:02       on a selected tile keeps the selection but deselects others if other tiles are selected
08:22:02       with CTRL pressed
08:22:02         on a deselected tile adds the tile to the selection
08:22:02         on a selected tile removes the tile from the selection
08:22:02         sets focusedTile property to null when when clicked tile is unselected
08:22:02   click
08:22:02     triggers tileClick
08:22:02     triggers tileSelected and tileClick if selectable
08:22:02     triggers tileAction when clicked twice
08:22:02   filter
08:22:02     filters the tiles according to the added filters
08:22:02     considers newly inserted tiles
08:22:02     deselects not accepted tiles
08:22:02     applies the filters initially, if there is one
08:22:02     applies the filters initially even if every tile is accepted
08:22:02     updates empty marker
08:22:02     still works if moved from one grid to anoter
08:22:02   addFilters
08:22:02     adds the given filters
08:22:02   removeFilters
08:22:02     invalidates the logical grid
08:22:02     removes the given filters
08:22:02 
08:22:02 VirtualTileGrid
08:22:02   virtual
08:22:02     only renders the tiles in the view range, if true
08:22:02     can be toggled dynamically
08:22:02     does nothing if all tiles are in the view port
08:22:02     can be enabled even if tiles have been inserted
08:22:02     removes tiles correctly when enabled even if a filter is active
08:22:02   selectTiles
08:22:02     selects the given tiles but renders the selection only for the tiles in the view range
08:22:02   deselectTiles
08:22:02     deselects the given tiles, no matter if they are in the view port or not
08:22:02   insertTiles
08:22:02     inserts the given tiles and renders them if they are in the viewport
08:22:02   deleteTiles
08:22:02     deletes the given tiles no mather if they are in the view port or not
08:22:02     destroys the deleted tiles
08:22:02   deleteAllTiles
08:22:02     adds empty marker also if virtual is true
08:22:02   setTiles
08:22:02     applies the order of the new tiles to the rendered elements in the view range
08:22:02     applies the order of the new tiles to the filteredTiles if a filter is active
08:22:02   sort
08:22:02     reorders the DOM elements in the view range according to the new order
08:22:02   mouseDown
08:22:02     with multiSelect = true
08:22:02       with CTRL pressed
08:22:02         on a deselected tile adds the tile to the selection, even if the selection is not in the view range
08:22:02   filter
08:22:02     removes not accepted elements
08:22:02     considers newly inserted tiles
08:22:02     applies the filters initially, if there is one
08:22:02     applies the filters initially even if every tile is accepted
08:22:02     updates empty marker
08:22:02 
08:22:02 TileAccordionAdapter
08:22:02   initProperties
08:22:02     does not take filters from tile grid in remote case
08:22:02 
08:22:02 TileAccordionKeyStrokes
08:22:02   ctrl + a
08:22:02     selects all tiles
08:22:02     deselects all tiles if tiles are already selected
08:22:02     only considers tiles of expanded groups
08:22:02   key right
08:22:02     selects the first tile of the next group if selected tile is the last one in the current group
08:22:02     selects the first tile of the next group if selected tile is the last one in the current group but only if next group is not collapsed
08:22:02     selects the first tile if no tile is selected yet
08:22:02     does nothing if the last tile is already selected
08:22:02     selects the only tile if there is only one
08:22:02     with shift
08:22:02       adds the tile of the next group to the selection if the focused tile is the last tile of the current group
08:22:02       removes the next tile from the selection if the focused tile is the first tile of the selection
08:22:02       does nothing if the last tile is already selected
08:22:02       adds the correct tile to the selection if the focused tile gets invisible
08:22:02       connects two selections blocks and sets the focused tile to the beginning of the new block
08:22:02   key left
08:22:02     selects the last tile of the previous group if selected tile is the first one in the current group
08:22:02     selects the last tile of the previous group if selected tile is the first one in the current group but only if the group is not collapsed
08:22:02     selects the last tile if no tile is selected yet
08:22:02     does nothing if the first tile is already selected
08:22:02     selects the only tile if there is only one
08:22:02     with shift
08:22:02       adds the previous tile to the selection
08:22:02       does nothing if the first tile is already selected
08:22:02       removes the previous tile from the selection if the next tile is already selected
08:22:02       adds the correct tile to the selection if the focused tile gets invisible
08:22:02       connects two selections blocks and sets the focused tile to the beginning of the new block
08:22:02   key down
08:22:02     selects the tile in the grid below if the selected tile is in the last line of the current group
08:22:02     selects the tile in the grid below if the selected tile is in the last line of the current group but only if the group is not collapsed
08:22:02     considers filtered tiles
08:22:02     selects the first tile if no tile is selected yet
08:22:02     selects the first tile if no tile is selected yet or the focused tile was in a collapsed group
08:22:02     does nothing if a tile in the last row is already selected
08:22:02     selects the only tile if there is only one
08:22:02     selects the last tile if below the focused tile is no tile
08:22:02     with shift
08:22:02       adds the tiles between the focused and the newly focused tile to the selection
08:22:02       removes the tiles between the focused and the newly focused tiles from the selection if the focused tile is the first tile of the selection
08:22:02       does nothing if a tile in the last row is already selected
08:22:02       adds the correct tile to the selection if the focused tile gets invisible
08:22:02       connects two selections blocks and sets the focused tile to the beginning of the new block
08:22:02   key up
08:22:02     selects the tile in the grid above if the selected tile is in the first line of the current group
08:22:02     selects the tile in the grid above if the selected tile is in the first line of the current group but only if the group is not collapsed
08:22:02     selects the last tile if no tile is selected yet
08:22:02     does nothing if a tile in the first row is already selected
08:22:02     selects the only tile if there is only one
08:22:02     with shift
08:22:02       adds the tiles between the focused and the newly focused tile to the selection
08:22:02       removes the tiles between the focused and the newly focused tiles from the selection if the focused tile is the first tile of the selection
08:22:02       does nothing if a tile in the first row is already selected
08:22:02       adds the correct tile to the selection if the focused tile gets invisible
08:22:02       connects two selections blocks and sets the focused tile to the beginning of the new block
08:22:02   home
08:22:02     selects the first tile
08:22:02     selects the first tile but only if the group is not collapsed
08:22:02     does nothing if the first tile is already selected
08:22:02     selects only the first tile if first and other tiles are selected
08:22:02     selects the only tile if there is only one
08:22:02     with shift
08:22:02       adds the tiles between the focused and the newly focused tile to the selection
08:22:02   end
08:22:02     selects the last tile
08:22:02     selects the last tile but only if the group is not collapsed
08:22:02     does nothing if the last tile is already selected
08:22:02     selects only the last tile if last and other tiles are selected
08:22:02     selects the only tile if there is only one
08:22:02     with shift
08:22:02       adds the tiles between the focused and the newly focused tile to the selection
08:22:02 
08:22:02 TileAccordion
08:22:02   init
08:22:02     copies properties to tile grids
08:22:02     does not override properties which are specified by the tile grid itself
08:22:02   setters
08:22:02     copy properties to tile grids
08:22:02   addTileFilter
08:22:02     adds the filter to every existing tile grid
08:22:02     adds the filter to future tile grids
08:22:02   removeTileFilter
08:22:02     removes the filter to every existing tile grid
08:22:02     makes sure the filter is not added to future tile grids
08:22:02   click
08:22:02     triggers tileClick
08:22:02     triggers tileSelected and tileClick if selectable
08:22:02     triggers tileAction when clicked twice
08:22:02     is not delegated anymore if group is deleted without being destroyed
08:22:02   selectTiles
08:22:02     selects one of the given tiles and unselects the previously selected ones
08:22:02     selects all the given tiles and unselects the previously selected ones if multiSelect is true
08:22:02     triggers a property change event
08:22:02     triggers a property change event also if multiSelect is true
08:22:02     does not select tiles in a collapsed group
08:22:02   insertGroups
08:22:02     triggers property change events for tiles inserted by the new group
08:22:02     adjusts selection if new grid contains selected tiles
08:22:02     triggers a property change event for the new selection if new grid contains selected tiles
08:22:02   deleteGroups
08:22:02     triggers a property change event for tiles of the deleted group
08:22:02 
08:22:02 TileButton
08:22:02   init
08:22:02     creates an enabled tile button
08:22:02     creates a disabled tile button
08:22:02 
08:22:02 TileGridKeyStrokes
08:22:02   ctrl + a
08:22:02     selects all tiles
08:22:02     deselects all tiles if tiles are already selected
08:22:02   key right
08:22:02     selects the next tile
08:22:02     selects the first tile if no tile is selected yet
08:22:02     does nothing if the last tile is already selected
08:22:02     selects the only tile if there is only one
08:22:02     with shift
08:22:02       adds the next tile to the selection
08:22:02       removes the next tile from the selection if the focused tile is the first tile of the selection
08:22:02       does nothing if the last tile is already selected
08:22:02       adds the correct tile to the selection if the focused tile gets invisible
08:22:02       connects two selections blocks and sets the focused tile to the beginning of the new block
08:22:02   key left
08:22:02     selects the previous tile
08:22:02     selects the last tile if no tile is selected yet
08:22:02     does nothing if the first tile is already selected
08:22:02     selects the only tile if there is only one
08:22:02     with shift
08:22:02       adds the previous tile to the selection
08:22:02       does nothing if the first tile is already selected
08:22:02       removes the previous tile from the selection if the next tile is already selected
08:22:02       adds the correct tile to the selection if the focused tile gets invisible
08:22:02       connects two selections blocks and sets the focused tile to the beginning of the new block
08:22:02   key down
08:22:02     selects the tile below
08:22:02     selects the first tile if no tile is selected yet
08:22:02     does nothing if a tile in the last row is already selected
08:22:02     selects the only tile if there is only one
08:22:02     selects the last tile if below the focused tile is no tile
08:22:02     with shift
08:22:02       adds the tiles between the focused and the newly focused tile to the selection
08:22:02       removes the tiles between the focused and the newly focused tiles from the selection if the focused tile is the first tile of the selection
08:22:02       does nothing if a tile in the last row is already selected
08:22:02       adds the correct tile to the selection if the focused tile gets invisible
08:22:02       connects two selections blocks and sets the focused tile to the beginning of the new block
08:22:02   key up
08:22:02     selects the tile above
08:22:02     selects the last tile if no tile is selected yet
08:22:02     does nothing if a tile in the first row is already selected
08:22:02     selects the only tile if there is only one
08:22:02     with shift
08:22:02       adds the tiles between the focused and the newly focused tile to the selection
08:22:02       removes the tiles between the focused and the newly focused tiles from the selection if the focused tile is the first tile of the selection
08:22:02       does nothing if a tile in the first row is already selected
08:22:02       adds the correct tile to the selection if the focused tile gets invisible
08:22:02       connects two selections blocks and sets the focused tile to the beginning of the new block
08:22:02   home
08:22:02     selects the first tile
08:22:02     does nothing if the first tile is already selected
08:22:02     selects only the first tile if first and other tiles are selected
08:22:02     selects the only tile if there is only one
08:22:02     with shift
08:22:02       adds the tiles between the focused and the newly focused tile to the selection
08:22:02   end
08:22:02     selects the last tile
08:22:02     does nothing if the first tile is already selected
08:22:02     selects only the last tile if last and other tiles are selected
08:22:02     selects the only tile if there is only one
08:22:02     with shift
08:22:02       adds the tiles between the focused and the newly focused tile to the selection
08:22:02 
08:22:02 scout.WidgetTooltipSpec
08:22:02   can create and hold a widget
08:22:02 
08:22:02 scout.tooltips
08:22:02   can be installed and uninstalled for a form field
08:22:02   creates a tooltip on mouseenter and removes it on mouseleave
08:22:02   if text
08:22:02     is empty no tooltip will be shown
08:22:02     is a function, it will be called for tooltip text
08:22:02     is undefined no tooltip will be shown
08:22:02     is provided by component, it will be used as tooltip text
08:22:02     is provided as function by component, it will be called and used as tooltip text
08:22:02     is provided using options and by component, text provided using options will be used
08:22:02     is a function, component is passed as first and only argument
08:22:02   can update the text of an already visible tooltip
08:22:02 
08:22:02 CompactTreeAdapter
08:22:02   selectNodes
08:22:02     selects child node and notifies server if server selects the first title node
08:22:02 
08:22:02 Compacttree
08:22:02   creation
08:22:02     adds no empty section node
08:22:02     adds a node with child node
08:22:02     adds a node with child nodes in correct order
08:22:02     deletes a node
08:22:02     inserts a child node
08:22:02   node click
08:22:02     calls selectNodes
08:22:02 
08:22:02 TreeAdapter
08:22:02   node click
08:22:02     sends selection and click events in one call in this order
08:22:02     sends selection, check and click events if tree is checkable and checkbox has been clicked
08:22:02     does not send click if mouse down happens on another node than mouseup
08:22:02     does not send click if mouse down does not happen on a node
08:22:02   node double click
08:22:02     sends clicked, selection, action and expansion events
08:22:02   node control double click
08:22:02     sends clicked, selection, action and expansion events
08:22:02   selectNodes
08:22:02     sends nodeExpanded for the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)
08:22:02     does not send selection event if triggered by server
08:22:02   checkNodes
08:22:02     does not send checked event if triggered by server
08:22:02   setNodesExpanded
08:22:02     does not send expand event if triggered by server
08:22:02   collapseAll
08:22:02     sends nodeExpanded for every collapsed node
08:22:02   onModelAction
08:22:02     nodesInserted event
08:22:02       calls insertNodes
08:22:02     nodesDeleted event
08:22:02       calls deleteNodes
08:22:02     allChildNodesDeleted event
08:22:02       calls deleteAllChildNodes
08:22:02     nodesSelected event
08:22:02       calls selectNodes
08:22:02     nodeChanged event
08:22:02       calls changeNode
08:22:02       updates the text of the node
08:22:02     nodesUpdated event
08:22:02       calls updateNodes
08:22:02     childNodeOrderChanged event
08:22:02       calls updateNodeOrder
08:22:02     multiple events
08:22:02       handles delete, collapse, insert, expand events correctly
08:22:02 
08:22:02 TreeKeyStrokes
08:22:02   key up
08:22:02     selects the above node in collapsed tree
08:22:02     selects the above node node in expanded tree
08:22:02     selects the last node if no node is selected yet
08:22:02     selects the only node if there is only one
08:22:02     does nothing if first node already is selected
08:22:02   key down
08:22:02     selects the node below in collapsed tree
08:22:02     selects the first node if no row is selected yet
08:22:02     selects the above node node in expanded tree
08:22:02     selects the only node if there is only one
08:22:02     does nothing if last node already is selected
08:22:02   Home
08:22:02     selects first node in collapsed tree
08:22:02     selects first node in expanded tree
08:22:02   Subtract
08:22:02      collapses a node
08:22:02      collapses a node and drill up
08:22:02   Add
08:22:02      expands a node
08:22:02      expands a node and drill down
08:22:02   End
08:22:02      jumps to last node
08:22:02   space
08:22:02     does nothing if no nodes are selected
08:22:02     checks the selected node 
08:22:02     unchecks the selected node 
08:22:02 
08:22:02 TreeNodePosition
08:22:02   _findInsertPositionInFlatList
08:22:02     insert node between two other nodes on the same level
08:22:02     insert node between two other nodes on another level
08:22:02     insert node ahead all other nodes on the same level
08:22:02     insert node below all other nodes on the same level
08:22:02     insert a subtree between two other nodes on the same level
08:22:02     insert a node below another node of the same level with an expanded subtree
08:22:02   _addChildrenToFlatListIfExpanded
08:22:02     expands collapsed node
08:22:02     expands collapsed node with different levels in insertBatch
08:22:02 
08:22:02 Tree
08:22:02   creation
08:22:02     adds nodes
08:22:02     does not add notes if no nodes are provided
08:22:02   insertNodes
08:22:02     inserting a child
08:22:02       inserts in a reasonable order if childNodeIndex is not set
08:22:02       updates model
08:22:02       updates model with a complex node containing another node
08:22:02       updates html document if parent is expanded
08:22:02       updates html document at a specific position
08:22:02     only updates the model if parent is collapsed
08:22:02     expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
08:22:02     with breadcrumb style
08:22:02       inserts a html node if the parent node is selected
08:22:02       only updates model if the parent node is not selected
08:22:02       inserts html nodes at a specific position
08:22:02     expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
08:22:02   updateNodes
08:22:02     update same node instance
08:22:02     enabled update
08:22:02       updates the enabled state of the model node
08:22:02       updates the enabled state of the html node, if visible
08:22:02       updates the enabled state of the html node after expansion, if not visible
08:22:02     enabled update on checkable tree
08:22:02       updates the enabled state of the model node
08:22:02       updates the enabled state of the html node, if visible
08:22:02       updates the enabled state of the html node after expansion, if not visible
08:22:02   changeNode
08:22:02     updates the text of the model node
08:22:02     updates the text of the html node
08:22:02     updates custom cssClass of model and html node
08:22:02     preserves child-of-selected when root nodes get changed
08:22:02     preserves child-of-selected when child nodes get changed
08:22:02     preserves group css class when nodes get updated
08:22:02   deleteNodes
08:22:02     deleting a child
08:22:02       updates model
08:22:02       updates html document
08:22:02       updates child node indices
08:22:02       considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
08:22:02       calculateViewRangeSize should not return values < 4
08:22:02     deleting a root node
08:22:02       updates model
08:22:02       updates html document
08:22:02       deleting a collapsed root node
08:22:02         updates model
08:22:02         updates html document
08:22:02     deleting all nodes
08:22:02       updates model
08:22:02       updates html document
08:22:02     deleting child nodes without commentParentNode
08:22:02       updates model
08:22:02   deleteAllChildNodes
08:22:02     deletes all nodes from model
08:22:02     deletes all nodes from html document
08:22:02     deletes all nodes from model for a given parent
08:22:02     deletes all nodes from html document for a given parent
08:22:02   checkNodes
08:22:02     checks a subnode -> mark upper nodes 
08:22:02     checks a node -> mark upper nodes -> uncheck node and test if node keeps marked because children are checked
08:22:02     checks a subnode and its sibling -> mark upper nodes -> uncheck one of the siblings
08:22:02     does not check a disabled node
08:22:02     does not check a node in a disabled tree
08:22:02     never checks two nodes if multiCheck is set to false
08:22:02     checks children if autoCheckChildren is set to true
08:22:02     does not check the children if autoCheckChildren is set to false
08:22:02     does not check nodes if checkable is set to false
08:22:02   node click
08:22:02     calls tree._onNodeMouseDown
08:22:02     updates model (selection)
08:22:02   node double click
08:22:02     expands/collapses the node
08:22:02   node control double click
08:22:02     does the same as control single click (does NOT expand and immediately collapse again)
08:22:02   deselectAll
08:22:02     clears the selection
08:22:02   selectNodes
08:22:02     selects a node
08:22:02     selectedNode()
08:22:02     expands the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)
08:22:02     also expands the node if bread crumb mode is enabled
08:22:02     also expands the parents in breadcrumb mode if a hidden node should be selected after being expanded and collapsed while in its hidden state
08:22:02     sets css class ancestor-of-selected on every ancestor of the selected element
08:22:02     sets css class child-of-selected on direct children of the selected element
08:22:02     may select a node which is not rendered
08:22:02     sets parent and ancestor css classes even if nodes are not rendered
08:22:02     sets child-of-selected css class even if nodes are not rendered
08:22:02   expandNode
08:22:02     sets css class child-of-selected on direct children if the expanded node is selected
08:22:02     renders the child nodes if parent is expanded
08:22:02     with breadcrumb style
08:22:02       renders the child nodes if parent is expanded
08:22:02       ensures top level nodes are rendered
08:22:02   expandAllParentNodes
08:22:02     expands all parent nodes of the given node (model)
08:22:02     expands all parent nodes of the given node (html)
08:22:02   lazyExpandCollapse
08:22:02     manual expand -> manual collapse node
08:22:02     manual expand -> lazy collapse node
08:22:02     lazy expand -> manual collapse node
08:22:02     lazy expand -> lazy collapse node
08:22:02   collapseNode
08:22:02     prevents collapsing in bread crumb mode if node is selected
08:22:02   collapseAll
08:22:02     collapses all nodes
08:22:02   updateItemPath
08:22:02     Sets css class group on every element within the same group
08:22:02   updateNodeOrder
08:22:02     reorders the child nodes if parent is given (model)
08:22:02     reorders the child nodes if parent is given and expanded (model)
08:22:02     reorders the child nodes if parent is given (html)
08:22:02     considers view range when updating child node order
08:22:02     reorders expanded child nodes if parent is given (model)
08:22:02     reorders the root nodes if no parent is given (model)
08:22:02     reorders the root nodes if no parent is given (html)
08:22:02     reorders expanded root nodes if no parent is given (model)
08:22:02     reorders expanded root nodes if no parent is given (html)
08:22:02   tree filter
08:22:02     filters nodes when filter() is called
08:22:02     filters nodes when filter is added and removed
08:22:02     makes sure only filtered nodes are displayed when node gets expanded
08:22:02     applies filter if a node gets changed
08:22:02     applies filter if a node gets inserted
08:22:02     make sure nodes unchanged by filters are attached. See ticket #168957
08:22:02     shows nodes correctly if nodes are made hidden right before
08:22:02   tree enabled/disabled
08:22:02     disables checkboxes when tree is disabled
08:22:02   test visible list and map
08:22:02     with initial all expanded nodes
08:22:02       init with all expanded in correct order
08:22:02       collapse a node -> all children have to be removed
08:22:02       filter node -> filtered node and children has to be removed from visible
08:22:02       update node -> node is filtered
08:22:02       insert expanded node to expanded parent
08:22:02       insert child node in filtered parent
08:22:02       insert child node which should be filtered
08:22:02     with initial all closed nodes
08:22:02       init with all collapsed
08:22:02       insert child node collapsed parent
08:22:02       expand node
08:22:02       expand child node
08:22:02   destroy tree nodes
08:22:02     should destroy all tree nodes and set destroyed flag
08:22:02   invisible
08:22:02     does not try to read node width when invisible
08:22:02 
08:22:02 scout.Call
08:22:02   calls done on success
08:22:02   calls fail on failure
08:22:02   retries on failure
08:22:02 
08:22:02 DetachHelper
08:22:02   restores sticky tooltips
08:22:02   removes tooltip when achor is detached
08:22:02   considers the context of $anchor -> only removes tooltips in that context
08:22:02 
08:22:02 Device
08:22:02   scout.device
08:22:02     is initialized automatically
08:22:02   isWindowsTabletMode
08:22:02     returns true if system is windows and scrollbarWidth is 0
08:22:02   user agent parsing
08:22:02     recognizes iOS devices
08:22:02     recognizes Android devices
08:22:02     recognizes Windows devices
08:22:02     recognizes supported browsers
08:22:02 
08:22:02 EventSupport
08:22:02   on / trigger / off
08:22:02     single event func only triggered until off() is called
08:22:02     multiple events
08:22:02   one
08:22:02     single event func only triggered once when registered with one()
08:22:02     event parameter passed to registered func
08:22:02     de-register function registered with one()
08:22:02   off
08:22:02     remove all with same type
08:22:02     remove specific listener
08:22:02 
08:22:02 Range
08:22:02   equals
08:22:02   add
08:22:02     returns a new range with the sum of both ranges
08:22:02     fails if the new range does not border on the existing
08:22:02     returns a copy of the non empty range if one range is empty
08:22:02   union
08:22:02     returns a new range with the sum of both ranges
08:22:02     returns a copy of both ranges if the ranges don't overlap
08:22:02     returns a copy of the non empty range if one range is empty
08:22:02   subtract
08:22:02     returns a new range where the second range is removed from the first
08:22:02     returns a copy of the first range if the second does not overlap the first
08:22:02     returns an empty range if second range completely covers the first
08:22:02     returns a new range if second range is inside the first and touches a border
08:22:02     returns an array of two ranges if second range is inside the first but does not touch a border
08:22:02     returns a copy of the first range if the second range is empty
08:22:02     returns an empty range if the first range is empty
08:22:02   subtractAll
08:22:02     subtracts all given ranges
08:22:02     may return multiple ranges
08:22:02   intersect
08:22:02     returns a new range with the part where both ranges overlap
08:22:02     returns an empty range if the ranges don't overlap
08:22:02     returns an empty range if one range is empty
08:22:02 
08:22:02 scout.Status
08:22:02   convenience functions
08:22:02     create valid status objects
08:22:02 
08:22:02 scout.URL
08:22:02   can parse super-simple URL
08:22:02   can parse empty hash
08:22:02   can parse a moderately simple URL
08:22:02   can convert the URL to string (only changed in order of arguments)
08:22:02   can handle multi-valued parameters
08:22:02   can add parameters
08:22:02   can remove parameters
08:22:02   can create or replace parameters
08:22:02   can handle non-ascii characters
08:22:02   can sort parameters
08:22:02 
08:22:02 scout.arrays
08:22:02   init
08:22:02     checks whether array has correct length and initial values
08:22:02   ensure
08:22:02     creates an array if the param is not an array
08:22:02     returns the param if the param already is an array
08:22:02   remove
08:22:02     removes elements
08:22:02   removeAll
08:22:02     removes all given elements
08:22:02     considers emtpy args
08:22:02   replace
08:22:02     replaces elements
08:22:02   insert
08:22:02     insert element at index
08:22:02   insertAll
08:22:02     insert element array at index
08:22:02   insertSorted
08:22:02     inserts element at correct position
08:22:02   max
08:22:02     returns 0 iff input contains 0
08:22:02     behaves like Math.max on null and undefined
08:22:02     ignores non-number elements
08:22:02   min
08:22:02     returns 0 iff input contains 0
08:22:02     behaves like Math.min on null and undefined
08:22:02     ignores non-number elements
08:22:02   move
08:22:02     replaces elements
08:22:02   union
08:22:02     merges two arrays
08:22:02     merges two arrays and removes duplicates
08:22:02     also works with floats
08:22:02     if the arrays contain objects instead of primitives, it uses their id to check for equality
08:22:02     does not fail if arr1 or arr2 are not defined
08:22:02   equals
08:22:02     checks whether two arrays contain the same elements in the same order
08:22:02     considers emtpy and same arrays
08:22:02     returns true if one array is undefined/null and the other empty
08:22:02   equalsIgnoreOrder
08:22:02     checks whether two arrays contain the same elements without considering the order
08:22:02     considers emtpy and same arrays
08:22:02     returns true if one array is undefined/null and the other empty
08:22:02   findIndex
08:22:02     returns the index of the element for which the given predicate returns true
08:22:02   find
08:22:02     returns the element for which the given predicate returns true
08:22:02   findFrom
08:22:02     returns the element for which the given predicate returns true, starting from a given index
08:22:02     does not return the element for which the given predicate returns true, if it is on the left side of the start index
08:22:02     also checks the element at start index 
08:22:02     searches from right to left if backwards is true
08:22:02   format
08:22:02     formats an array by concatenating each entry
08:22:02     returns '' for empty array or if no array was provided
08:22:02   formatEncoded
08:22:02     encodes the html of each array element
08:22:02   first
08:22:02     finds first array element
08:22:02   last
08:22:02     finds last array element
08:22:02   pushIfDefined
08:22:02     pushes element only if it is defined
08:22:02   diff
08:22:02     returns all elements of the first array which are not in the second array
08:22:02 
08:22:02 scout.dates
08:22:02   shift
08:22:02     shifts year or month or day
08:22:02     shifts year and month if both provided
08:22:02     shifts year and month and day if all provided
08:22:02     shift year
08:22:02       adds or removes years
08:22:02       handles edge case leap year
08:22:02     shift month
08:22:02       adds or removes months
08:22:02       handles edge case start month
08:22:02       handles edge case end month
08:22:02       handles edge case leap year
08:22:02   shiftToNextDayOfType
08:22:02     shifts to next day of type
08:22:02   shiftToPreviousDayOfType
08:22:02     shifts to previous day of type
08:22:02   ensureMonday
08:22:02     shifts to next monday in direction if it is not a monday yet
08:22:02   isSameDay
08:22:02     returns true if day, month and year matches
08:22:02   compareMonths
08:22:02     returns the differences in number of months
08:22:02     ignores time
08:22:02     works with different years
08:22:02   compareDays
08:22:02     returns the differences in number of days
08:22:02     ignores time
08:22:02     works with different month
08:22:02     works with different years
08:22:02   timestamp
08:22:02     returns a string of the expected length withonly digits
08:22:02   orderWeekdays
08:22:02     orders weekdays
08:22:02   toJsonDate / parseJsonDate
08:22:02     can handle missing or invalid inputs
08:22:02     can convert JSON and JS dates
08:22:02   create
08:22:02     can create dates
08:22:02   weekInYear
08:22:02     can calculate week in year
08:22:02   format
08:22:02     can handle invalid values
08:22:02     can format valid dates
08:22:02   compare
08:22:02     can handle invalid dates
08:22:02     can compare valid dates
08:22:02   equals
08:22:02     returns true if the dates are equal, false if not
08:22:02   isLeapYear
08:22:02     correctly identifies leap years
08:22:02   combineDateTime
08:22:02     creates a new date by using date part of param date and time part of param time.
08:22:02     uses 01-01-1970 as date part if date is ommitted
08:22:02     uses 00:00 as time part if time is ommitted
08:22:02 
08:22:02 scout.defaultValues
08:22:02   init
08:22:02     can load invalid configurations
08:22:02   applyTo
08:22:02     can apply default values to JSON
08:22:02     can apply default values to JSON considering the model variant
08:22:02     copies default values 'by value'
08:22:02 
08:22:02 scout.icons
08:22:02   parses bitmap icons
08:22:02   parses font icons (scoutIcons font)
08:22:02   parses font icons (custom font)
08:22:02   parses returns a CSS class for custom fonts
08:22:02   appends CSS class string with custom fonts
08:22:02 
08:22:02 scout.models
08:22:02   get
08:22:02     load object without type
08:22:02     ensure the object is a copy
08:22:02   extend
08:22:02     insert new property into root object
08:22:02     override property in root object
08:22:02     insert new property into a non existing array on root object
08:22:02     override property in tree object
08:22:02     insert new object into tree object
08:22:02     insert new object tree into tree object
08:22:02     insert new object into tree object with fixed index
08:22:02     insert new object into tree object with relative index
08:22:02     insert new object into tree object with relative index and two extension elements
08:22:02     insert object referenced by String
08:22:02     insert object bound to field
08:22:02     insert objects array bound to field
08:22:02 
08:22:02 scout.numbers
08:22:02   round
08:22:02     tests special cases
08:22:02     tests rounding mode 'UP'
08:22:02     tests rounding mode 'DOWN'
08:22:02     tests rounding mode 'CEILING'
08:22:02     tests rounding mode 'FLOOR'
08:22:02     tests rounding mode 'HALF_UP'
08:22:02     tests rounding mode 'HALF_DOWN'
08:22:02   shiftDecimalPoint
08:22:02     can shift decimal point to left and right
08:22:02   randomId
08:22:02     can generate random IDs
08:22:02   correlationId
08:22:02     can generate random correlation IDs
08:22:02   isNumber
08:22:02     returns true if the value is a number
08:22:02     returns false if the value is not a number
08:22:02     returns false if the value is NaN
08:22:02 
08:22:02 scout.objects
08:22:02   copyProperties
08:22:02     copies all properties
08:22:02     copies the properties from prototype as well
08:22:02     copies only the properties specified by the filter, if there is one
08:22:02   copyOwnProperties
08:22:02     copies all properties
08:22:02     does not copy the properties from prototype
08:22:02     copies only the properties specified by the filter, if there is one
08:22:02   countOwnProperties
08:22:02     counts all own properties
08:22:02     works for objects created with createMap() function
08:22:02   valueCopy
08:22:02     copies an object by value
08:22:02     works for objects created with createMap() function
08:22:02   isNumber
08:22:02     returns true iff argument is a number
08:22:02   isArray
08:22:02     returns true when argument is an array
08:22:02   isNullOrUndefined
08:22:02     returns true when argument is null or undefined, but not when 0 or any other value
08:22:02   values
08:22:02     returns object values
08:22:02     can handle maps
08:22:02     createMap with optional properties
08:22:02     createMap should not have a prototype
08:22:02   findChildObjectByKey
08:22:02     find root object
08:22:02     find object in tree
08:22:02     find object in array
08:22:02     find object in nested array
08:22:02     find object in array within the tree
08:22:02     search for not existing property
08:22:02     search for not existing id
08:22:02     search for not existing property and value
08:22:02   isPlainObject
08:22:02     works as expected
08:22:02   argumentsToArray
08:22:02     returns an array
08:22:02   equals
08:22:02     works as expected
08:22:02   equalsRecursive
08:22:02     works as expected
08:22:02   Constant resolving from plain object / JSON model
08:22:02     resolveConst
08:22:02     resolveConstProperty
08:22:02   optProperty
08:22:02     should return the last property in the object chain
08:22:02 
08:22:02 scout.promises
08:22:02   oneByOne stops executing after failure
08:22:02   groupwise stops executing after failed group
08:22:02   parallel stops executing after failed promise
08:22:02   does not cut off error arguments
08:22:02   adds all result arguments, one for each deferred
08:22:02 
08:22:02 scout.strings
08:22:02   nl2br
08:22:02     can convert newlines to br tags
08:22:02     encodes html, if the parameter is set to true (default)
08:22:02   hasText
08:22:02     can check if string has text
08:22:02   repeat
08:22:02     can repeat strings
08:22:02   padZeroLeft
08:22:02     can pad strings with 0
08:22:02   startsWith
08:22:02     can check if a string starts with another
08:22:02   endsWith
08:22:02     can check if a string ends with another
08:22:02   count
08:22:02     can count occurrences
08:22:02   encode
08:22:02     encodes html
08:22:02     does not try to encode empty strings
08:22:02     caches the html element used for encoding
08:22:02   join
08:22:02     joins strings
08:22:02     join works with array as second parameter
08:22:02   box
08:22:02     boxes strings
08:22:02   lowercaseFirstLetter
08:22:02     converts first letter to lowercase
08:22:02   uppercaseFirstLetter
08:22:02     converts first letter to uppercase
08:22:02   quote
08:22:02     quotes special characters for regexp
08:22:02   asString
08:22:02     converts input to string
08:22:02   plainText
08:22:02     converts html to plain text
08:22:02     does not try to get plaintext of empty strings
08:22:02     caches the html element used for getting plain text
08:22:02     considers upper and lower case tags
08:22:02     converts br, p, div into new lines
08:22:02     converts li, tr into new lines
08:22:02     converts td into whitespaces
08:22:02     converts &nbsp;, &amp;, &gt;, &lt;
08:22:02     preserves tabs
08:22:02     removes leading and trailing newlines if configured
08:22:02     leaves multiple newlines alone unless configured
08:22:02   insertAt
08:22:02     can insert strings into other strings
08:22:02   nvl
08:22:02     returns an empty string when input is null or undefined
08:22:02     should throw an error when called with more than one parameter
08:22:02   countCodePoints
08:22:02     returns the number of codepoints in a string
08:22:02   splitMax
08:22:02     returns not more than limit elements
08:22:02 
08:22:02 scout.styles
08:22:02   can merge colors
08:22:02   can lighten and darken colors
08:22:02   can calculate and apply legacy styles
08:22:02 
08:22:02 Widget
08:22:02   visitChildren
08:22:02     should traverse child items
08:22:02   enabled
08:22:02     should be propagated correctly
08:22:02     should not be inherited if inheritAccessibility is disabled
08:22:02     should correctly recalculate enabled state when adding a new field
08:22:02   rendering
08:22:02     should set rendering, rendered flags correctly
08:22:02     should set rendering flag to true _while_ the component is rendering
08:22:02   attach/detach
08:22:02     attached and rendered is false by default
08:22:02     attached and rendered has the right value after render/remove and attach/detach
08:22:02   clone
08:22:02     clones only properties marked as clone property
08:22:02     'text' must be recognized as clone property, but not '$container'
08:22:02     prefers properties passed as modelOverride
08:22:02   init
08:22:02     links widget properties with the widget
08:22:02   destroy
08:22:02     destroys the widget
08:22:02     destroys the children
08:22:02     does only destroy children if the parent is the owner
08:22:02     removes the link to parent and owner
08:22:02   setParent
08:22:02     links the widget with the new parent
08:22:02     removes the widget from the old parent if the old is not the owner
08:22:02     does not remove the widget from the old parent if the old is the owner
08:22:02     relinks parent destroy listener to the new parent
08:22:02   remove
08:22:02     removes the widget
08:22:02     removes the children
08:22:02     does not remove the children if owner is removed but parent is still rendered
08:22:02     removes the widget if removing is animated but parent is removed while animation is running
08:22:02   setProperty
08:22:02     triggers a property change event if the value changes
08:22:02     does not trigger a property change event if the value does not change
08:22:02     with widget property
08:22:02       links the widget with the new child widget
08:22:02       links the widget with the new child widgets if it is an array
08:22:02       does not fail if new widget is null
08:22:02     calls the _render* method if there is one for this property
08:22:02   property css class
08:22:02     adds or removes custom css class
08:22:02     does not accidentally remove other css classes on a property change
08:22:02     addCssClass
08:22:02       adds the cssClass to the existing classes
08:22:02       does not add the same class multiple times
08:22:02     removeCssClass
08:22:02       removes the cssClass from the existing classes
08:22:02     toggleCssClass
08:22:02       toggles the cssClass based on a predicate
08:22:02   focus
08:22:02     sets the focus on the container
08:22:02     schedules the focus request if the widget is not rendered
08:22:02   Widget properties
08:22:02     automatically resolves referenced widgets
08:22:02   scrollTop
08:22:02     is stored on scroll if scrollbars are installed
08:22:02     is not stored on scroll if scrollbars are not installed
08:22:02     is applied again on render after remove
08:22:02     is set to null if scrollbars are not installed
08:22:02     is set to null if scrollbars are uninstalled on the fly
08:22:02   isEveryParentVisible
08:22:02     should correctly calculate the parents visible state if all parents are visible
08:22:02     should correctly calculate the parents visible state if one parent is invisible
08:22:02     should correctly calculate the parents visible state if several parents are invisible
08:22:02     should correctly calculate the parents visible state if all parents are invisible
08:22:02 
08:22:02 Results: 2121 specs, 0 failures, 0 pending
08:22:02 
08:22:02 [INFO] stopped o.e.j.s.h.ContextHandler{/webjars,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/}
08:22:02 [INFO] stopped o.e.j.s.h.ContextHandler{/classpath,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/}
08:22:02 [INFO] stopped o.e.j.s.h.ContextHandler{/,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/}
08:22:02 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/}
08:22:02 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/}
08:22:02 [INFO] stopped o.e.j.s.h.ContextHandler{/spec,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/}
08:22:02 [INFO] stopped o.e.j.s.h.ContextHandler{/src,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/}
08:22:02 [INFO] 
08:22:02 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.test ---
08:22:02 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT.jar
08:22:02 [INFO] 
08:22:02 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.test ---
08:22:02 [INFO] Skipping because packaging 'jar' is not pom.
08:22:02 [INFO] 
08:22:02 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.test ---
08:22:02 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-tests.jar
08:22:02 [INFO] 
08:22:02 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.test ---
08:22:02 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-sources.jar
08:22:02 [INFO] 
08:22:02 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.test ---
08:22:02 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-test-sources.jar
08:22:02 [INFO] 
08:22:02 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.test ---
08:22:02 [INFO] Checking compile classpath
08:22:02 [INFO] Checking runtime classpath
08:22:02 [INFO] Checking test classpath
08:22:02 [INFO] 
08:22:02 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.test ---
08:22:02 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
08:22:03 [INFO] 
08:22:03 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.test ---
08:22:03 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT.jar
08:22:03 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT.pom
08:22:03 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-tests.jar
08:22:03 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-sources.jar
08:22:03 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-8.0.0-SNAPSHOT-test-sources.jar
08:22:03 [INFO] 
08:22:03 [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium >-----
08:22:03 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium 8.0.0-SNAPSHOT [39/45]
08:22:03 [INFO] --------------------------------[ jar ]---------------------------------
08:22:24 [INFO] 
08:22:24 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:24 [INFO] 
08:22:24 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:24 [INFO] 
08:22:24 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:24 [INFO] 
08:22:24 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:24 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.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-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/../org.eclipse.scout.rt/target/jacoco-all.exec
08:22:24 [INFO] 
08:22:24 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:22:24 [INFO] Copying 1 resource
08:22:24 [INFO] 
08:22:24 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:24 [INFO] Changes detected - recompiling the module!
08:22:24 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/classes
08:22:25 [INFO] 
08:22:25 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:22:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/src/test/resources
08:22:25 [INFO] 
08:22:25 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:25 [INFO] No sources to compile
08:22:25 [INFO] 
08:22:25 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:25 [INFO] No tests to run.
08:22:25 [INFO] 
08:22:25 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:25 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-8.0.0-SNAPSHOT.jar
08:22:25 [INFO] 
08:22:25 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:25 [INFO] Skipping because packaging 'jar' is not pom.
08:22:25 [INFO] 
08:22:25 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:25 [INFO] Skipping packaging of the test-jar
08:22:25 [INFO] 
08:22:25 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:25 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-8.0.0-SNAPSHOT-sources.jar
08:22:25 [INFO] 
08:22:25 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:25 [INFO] No sources in project. Archive not created.
08:22:25 [INFO] 
08:22:25 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:25 [INFO] Checking compile classpath
08:22:25 [INFO] Checking runtime classpath
08:22:25 [INFO] Checking test classpath
08:22:25 [INFO] 
08:22:25 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:25 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
08:22:26 [INFO] 
08:22:26 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.selenium ---
08:22:26 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-8.0.0-SNAPSHOT.jar
08:22:26 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-8.0.0-SNAPSHOT.pom
08:22:26 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-8.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-8.0.0-SNAPSHOT-sources.jar
08:22:26 [INFO] 
08:22:26 [INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test >--
08:22:26 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 8.0.0-SNAPSHOT [40/45]
08:22:26 [INFO] --------------------------------[ jar ]---------------------------------
08:22:26 [INFO] 
08:22:26 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:26 [INFO] 
08:22:26 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:26 [INFO] 
08:22:26 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:26 [INFO] 
08:22:26 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:26 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.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-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/../org.eclipse.scout.rt/target/jacoco-all.exec
08:22:26 [INFO] 
08:22:26 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:22:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/main/resources
08:22:26 [INFO] 
08:22:26 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:26 [INFO] No sources to compile
08:22:26 [INFO] 
08:22:26 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:22:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/test/resources
08:22:26 [INFO] 
08:22:26 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:26 [INFO] Changes detected - recompiling the module!
08:22:26 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/test-classes
08:22:26 [INFO] 
08:22:26 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:26 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/surefire-reports
08:22:26 
08:22:26 -------------------------------------------------------
08:22:26  T E S T S
08:22:26 -------------------------------------------------------
08:22:27 Running org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest
08:22:27 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
08:22:27 SLF4J: Defaulting to no-operation (NOP) logger implementation
08:22:27 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
08:22:28 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.077 sec - in org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest
08:22:28 
08:22:28 Results :
08:22:28 
08:22:28 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
08:22:28 
08:22:28 [INFO] 
08:22:28 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:28 [WARNING] JAR will be empty - no content was marked for inclusion!
08:22:28 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT.jar
08:22:28 [INFO] 
08:22:28 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:28 [INFO] Skipping because packaging 'jar' is not pom.
08:22:28 [INFO] 
08:22:28 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:28 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT-tests.jar
08:22:28 [INFO] 
08:22:28 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:28 [INFO] No sources in project. Archive not created.
08:22:28 [INFO] 
08:22:28 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:28 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT-test-sources.jar
08:22:28 [INFO] 
08:22:28 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:28 [INFO] Checking compile classpath
08:22:28 [INFO] Checking runtime classpath
08:22:28 [INFO] Checking test classpath
08:22:28 [INFO] 
08:22:28 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:28 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
08:22:28 [INFO] 
08:22:28 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
08:22:28 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT.jar
08:22:28 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT.pom
08:22:28 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT-tests.jar
08:22:28 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/8.0.0-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-8.0.0-SNAPSHOT-test-sources.jar
08:22:28 [INFO] 
08:22:28 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html >--------
08:22:28 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 8.0.0-SNAPSHOT [41/45]
08:22:28 [INFO] --------------------------------[ jar ]---------------------------------
08:22:28 [INFO] 
08:22:28 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:28 [INFO] 
08:22:28 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:28 [INFO] 
08:22:28 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] 
08:22:29 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.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-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec
08:22:29 [INFO] 
08:22:29 [INFO] --- build-helper-maven-plugin:1.12:add-resource (add-js-resource) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] 
08:22:29 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:22:29 [INFO] Copying 1 resource
08:22:29 [INFO] Copying 5 resources
08:22:29 [INFO] 
08:22:29 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] Changes detected - recompiling the module!
08:22:29 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/classes
08:22:29 [INFO] 
08:22:29 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] 
08:22:29 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:22:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/src/test/resources
08:22:29 [INFO] 
08:22:29 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] No sources to compile
08:22:29 [INFO] 
08:22:29 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] No tests to run.
08:22:29 [INFO] 
08:22:29 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-8.0.0-SNAPSHOT.jar
08:22:29 [INFO] 
08:22:29 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] Skipping because packaging 'jar' is not pom.
08:22:29 [INFO] 
08:22:29 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] Skipping packaging of the test-jar
08:22:29 [INFO] 
08:22:29 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-8.0.0-SNAPSHOT-sources.jar
08:22:29 [INFO] 
08:22:29 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] No sources in project. Archive not created.
08:22:29 [INFO] 
08:22:29 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] Checking compile classpath
08:22:29 [INFO] Checking runtime classpath
08:22:29 [INFO] Checking test classpath
08:22:29 [INFO] 
08:22:29 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:29 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
08:22:30 [INFO] 
08:22:30 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.ui.html ---
08:22:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/8.0.0-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-8.0.0-SNAPSHOT.jar
08:22:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/8.0.0-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-8.0.0-SNAPSHOT.pom
08:22:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-8.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/8.0.0-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-8.0.0-SNAPSHOT-sources.jar
08:22:30 [INFO] 
08:22:30 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty >----------
08:22:30 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 8.0.0-SNAPSHOT [42/45]
08:22:30 [INFO] --------------------------------[ jar ]---------------------------------
08:22:36 [INFO] 
08:22:36 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty ---
08:22:36 [INFO] 
08:22:36 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty ---
08:22:36 [INFO] 
08:22:36 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty ---
08:22:37 [INFO] 
08:22:37 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty ---
08:22:37 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.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-8.0_continuous/org.eclipse.scout.dev.jetty/../org.eclipse.scout.rt/target/jacoco-all.exec
08:22:37 [INFO] 
08:22:37 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty ---
08:22:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:22:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/src/main/resources
08:22:37 [INFO] 
08:22:37 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty ---
08:22:37 [INFO] Changes detected - recompiling the module!
08:22:37 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/target/classes
08:22:37 [INFO] 
08:22:37 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty ---
08:22:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:22:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/src/test/resources
08:22:37 [INFO] 
08:22:37 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty ---
08:22:37 [INFO] No sources to compile
08:22:37 [INFO] 
08:22:37 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty ---
08:22:37 [INFO] No tests to run.
08:22:37 [INFO] 
08:22:37 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty ---
08:22:37 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-8.0.0-SNAPSHOT.jar
08:22:37 [INFO] 
08:22:37 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty ---
08:22:37 [INFO] Skipping because packaging 'jar' is not pom.
08:22:37 [INFO] 
08:22:37 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty ---
08:22:37 [INFO] Skipping packaging of the test-jar
08:22:37 [INFO] 
08:22:37 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty ---
08:22:37 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-8.0.0-SNAPSHOT-sources.jar
08:22:37 [INFO] 
08:22:37 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty ---
08:22:37 [INFO] No sources in project. Archive not created.
08:22:37 [INFO] 
08:22:37 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty ---
08:22:37 [INFO] Checking compile classpath
08:22:37 [INFO] Checking runtime classpath
08:22:37 [INFO] Checking test classpath
08:22:37 [INFO] 
08:22:37 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty ---
08:22:37 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
08:22:38 [INFO] 
08:22:38 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty ---
08:22:38 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty-8.0.0-SNAPSHOT.jar
08:22:38 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty-8.0.0-SNAPSHOT.pom
08:22:38 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-8.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty-8.0.0-SNAPSHOT-sources.jar
08:22:38 [INFO] 
08:22:38 [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix >-----
08:22:38 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 8.0.0-SNAPSHOT [43/45]
08:22:38 [INFO] --------------------------------[ jar ]---------------------------------
08:22:38 [INFO] 
08:22:38 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:38 [INFO] 
08:22:38 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:38 [INFO] 
08:22:38 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:39 [INFO] 
08:22:39 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:39 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.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-8.0_continuous/org.eclipse.scout.dev.jetty.test.affix/../org.eclipse.scout.rt/target/jacoco-all.exec
08:22:39 [INFO] 
08:22:39 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:22:39 [INFO] Copying 1 resource
08:22:39 [INFO] 
08:22:39 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:39 [INFO] No sources to compile
08:22:39 [INFO] 
08:22:39 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:22:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test.affix/src/test/resources
08:22:39 [INFO] 
08:22:39 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:39 [INFO] No sources to compile
08:22:39 [INFO] 
08:22:39 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:39 [INFO] No tests to run.
08:22:39 [INFO] 
08:22:39 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:39 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-8.0.0-SNAPSHOT.jar
08:22:39 [INFO] 
08:22:39 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:39 [INFO] Skipping because packaging 'jar' is not pom.
08:22:39 [INFO] 
08:22:39 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:39 [INFO] Skipping packaging of the test-jar
08:22:39 [INFO] 
08:22:39 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:39 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-8.0.0-SNAPSHOT-sources.jar
08:22:39 [INFO] 
08:22:39 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:39 [INFO] No sources in project. Archive not created.
08:22:39 [INFO] 
08:22:39 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:39 [INFO] Checking compile classpath
08:22:39 [INFO] Checking runtime classpath
08:22:39 [INFO] Checking test classpath
08:22:39 [INFO] 
08:22:39 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:39 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
08:22:39 [INFO] 
08:22:39 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test.affix ---
08:22:39 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-8.0.0-SNAPSHOT.jar
08:22:39 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test.affix/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-8.0.0-SNAPSHOT.pom
08:22:39 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-8.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-8.0.0-SNAPSHOT-sources.jar
08:22:39 [INFO] 
08:22:39 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test >--------
08:22:39 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 8.0.0-SNAPSHOT [44/45]
08:22:39 [INFO] --------------------------------[ jar ]---------------------------------
08:22:39 [INFO] 
08:22:39 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test ---
08:22:39 [INFO] 
08:22:39 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test ---
08:22:39 [INFO] 
08:22:39 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty.test ---
08:22:40 [INFO] 
08:22:40 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test ---
08:22:40 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.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-8.0_continuous/org.eclipse.scout.dev.jetty.test/../org.eclipse.scout.rt/target/jacoco-all.exec
08:22:40 [INFO] 
08:22:40 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test ---
08:22:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:22:40 [INFO] Copying 7 resources
08:22:40 [INFO] 
08:22:40 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty.test ---
08:22:40 [INFO] No sources to compile
08:22:40 [INFO] 
08:22:40 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test ---
08:22:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:22:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/src/test/resources
08:22:40 [INFO] 
08:22:40 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test ---
08:22:40 [INFO] Changes detected - recompiling the module!
08:22:40 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/test-classes
08:22:40 [INFO] 
08:22:40 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty.test ---
08:22:40 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/surefire-reports
08:22:40 
08:22:40 -------------------------------------------------------
08:22:40  T E S T S
08:22:40 -------------------------------------------------------
08:22:40 Running org.eclipse.scout.dev.jetty.JettyServerTest
08:22:40 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
08:22:40 SLF4J: Defaulting to no-operation (NOP) logger implementation
08:22:40 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
08:22:40 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec - in org.eclipse.scout.dev.jetty.JettyServerTest
08:22:41 
08:22:41 Results :
08:22:41 
08:22:41 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
08:22:41 
08:22:41 [INFO] 
08:22:41 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test ---
08:22:41 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT.jar
08:22:41 [INFO] 
08:22:41 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test ---
08:22:41 [INFO] Skipping because packaging 'jar' is not pom.
08:22:41 [INFO] 
08:22:41 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test ---
08:22:41 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-tests.jar
08:22:41 [INFO] 
08:22:41 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test ---
08:22:41 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-sources.jar
08:22:41 [INFO] 
08:22:41 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test ---
08:22:41 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-test-sources.jar
08:22:41 [INFO] 
08:22:41 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test ---
08:22:41 [INFO] Checking compile classpath
08:22:41 [INFO] Checking runtime classpath
08:22:41 [INFO] Checking test classpath
08:22:41 [INFO] 
08:22:41 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test ---
08:22:41 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
08:22:41 [INFO] 
08:22:41 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test ---
08:22:41 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT.jar
08:22:41 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT.pom
08:22:41 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-tests.jar
08:22:41 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-sources.jar
08:22:41 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/8.0.0-SNAPSHOT/org.eclipse.scout.dev.jetty.test-8.0.0-SNAPSHOT-test-sources.jar
08:22:41 [INFO] 
08:22:41 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt-settings >---------
08:22:41 [INFO] Building org.eclipse.scout.rt-settings 8.0.0-SNAPSHOT            [45/45]
08:22:41 [INFO] --------------------------------[ jar ]---------------------------------
08:22:41 [INFO] 
08:22:41 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt-settings ---
08:22:41 [INFO] 
08:22:41 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt-settings ---
08:22:41 [INFO] 
08:22:41 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt-settings ---
08:22:42 [INFO] 
08:22:42 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt-settings ---
08:22:42 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.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-8.0_continuous/org.eclipse.scout.rt-settings/../org.eclipse.scout.rt/target/jacoco-all.exec
08:22:42 [INFO] 
08:22:42 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt-settings ---
08:22:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:22:42 [INFO] Copying 15 resources
08:22:42 [INFO] 
08:22:42 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt-settings ---
08:22:42 [INFO] No sources to compile
08:22:42 [INFO] 
08:22:42 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt-settings ---
08:22:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
08:22:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt-settings/src/test/resources
08:22:42 [INFO] 
08:22:42 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt-settings ---
08:22:42 [INFO] No sources to compile
08:22:42 [INFO] 
08:22:42 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt-settings ---
08:22:42 [INFO] No tests to run.
08:22:42 [INFO] 
08:22:42 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt-settings ---
08:22:42 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-8.0.0-SNAPSHOT.jar
08:22:42 [INFO] 
08:22:42 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt-settings ---
08:22:42 [INFO] Skipping because packaging 'jar' is not pom.
08:22:42 [INFO] 
08:22:42 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt-settings ---
08:22:42 [INFO] Skipping packaging of the test-jar
08:22:42 [INFO] 
08:22:42 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt-settings ---
08:22:42 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-8.0.0-SNAPSHOT-sources.jar
08:22:42 [INFO] 
08:22:42 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt-settings ---
08:22:42 [INFO] No sources in project. Archive not created.
08:22:42 [INFO] 
08:22:42 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt-settings ---
08:22:42 [INFO] Checking compile classpath
08:22:42 [INFO] Checking runtime classpath
08:22:42 [INFO] Checking test classpath
08:22:42 [INFO] 
08:22:42 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt-settings ---
08:22:42 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
08:22:42 [INFO] 
08:22:42 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt-settings ---
08:22:42 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-8.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/8.0.0-SNAPSHOT/org.eclipse.scout.rt-settings-8.0.0-SNAPSHOT.jar
08:22:42 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt-settings/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/8.0.0-SNAPSHOT/org.eclipse.scout.rt-settings-8.0.0-SNAPSHOT.pom
08:22:42 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-8.0.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-8.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/8.0.0-SNAPSHOT/org.eclipse.scout.rt-settings-8.0.0-SNAPSHOT-sources.jar
08:22:42 [INFO] ------------------------------------------------------------------------
08:22:42 [INFO] Reactor Summary for Eclipse Scout RT 8.0.0-SNAPSHOT:
08:22:42 [INFO] 
08:22:42 [INFO] Eclipse Scout RT ................................... SUCCESS [05:00 min]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.json ........ SUCCESS [ 35.025 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform . SUCCESS [ 20.126 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test SUCCESS [02:12 min]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mail ..... SUCCESS [  3.667 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared ... SUCCESS [  7.618 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test SUCCESS [  5.797 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons SUCCESS [  2.555 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test SUCCESS [ 10.038 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api .. SUCCESS [  1.291 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server ... SUCCESS [  1.548 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test SUCCESS [ 19.495 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws SUCCESS [  4.341 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt ... SUCCESS [  2.012 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test SUCCESS [ 50.886 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc SUCCESS [  1.484 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test SUCCESS [  4.658 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.dataobject SUCCESS [  1.305 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson .. SUCCESS [  8.532 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.dataobject.test SUCCESS [  2.603 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test SUCCESS [  4.047 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test SUCCESS [  2.598 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms .. SUCCESS [  2.972 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test SUCCESS [02:57 min]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mail.test  SUCCESS [  3.136 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest ..... SUCCESS [  3.029 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test  SUCCESS [  3.841 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jackson SUCCESS [  1.292 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.client SUCCESS [ 11.036 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.jersey.test SUCCESS [ 19.199 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client ... SUCCESS [  4.306 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test SUCCESS [ 27.100 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client SUCCESS [ 15.251 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test SUCCESS [  2.575 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge SUCCESS [  1.430 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor SUCCESS [ 25.871 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html .. SUCCESS [  3.896 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test SUCCESS [02:35 min]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium SUCCESS [ 22.614 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test SUCCESS [  2.842 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html SUCCESS [  1.519 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty ... SUCCESS [  7.783 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix SUCCESS [  1.238 s]
08:22:42 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test SUCCESS [  2.113 s]
08:22:42 [INFO] org.eclipse.scout.rt-settings ...................... SUCCESS [  1.085 s]
08:22:42 [INFO] ------------------------------------------------------------------------
08:22:42 [INFO] BUILD SUCCESS
08:22:42 [INFO] ------------------------------------------------------------------------
08:22:42 [INFO] Total time:  18:41 min
08:22:42 [INFO] Finished at: 2020-09-23T12:22:42Z
08:22:42 [INFO] ------------------------------------------------------------------------
08:22:43 Recording test results
08:22:44 Finished: SUCCESS