Skip to content

Console Output

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