Skip to content

Console Output

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