Skip to content

Console Output

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