Skip to content

Console Output

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