f multiSelect is false
07:13:09 removeFile
07:13:09 removes the file
07:13:0907:13:09scout.FocusManager
07:13:09 isSelectableText
07:13:09 must return true for disabled text-fields
07:13:09 Focus fixes for Internet Explorer (IE)
07:13:09 Click on table-cell, must focus table
07:13:09 Click on tree-node, must focus tree
07:13:09 validateFocus
07:13:09 When nothing else is focusable, focus must be on the Desktop (=sandbox)
07:13:09 with forms:
07:13:09 Focus-context must install listeners on its $container
07:13:09 Focus must be on the 1st form-field when form is rendered
07:13:09 FocusContext must remember the last focused element
07:13:09 A new FocusContext must be created when a form is opened as dialog
07:13:09 Must focus another valid field if the focused field is removed
07:13:09 Must focus another valid field if the focused field is hidden
07:13:09 activateFocusContext
07:13:09 activates the context of the given $container and restores its focus
07:13:0907:13:09FormAdapter
07:13:09 form destroy
07:13:09 destroys the adapters of the children
07:13:09 onModelAction
07:13:09 disposeAdapter
07:13:09 destroys the form
07:13:0907:13:09FormLifecycle
07:13:09 cancel
07:13:09 don't open popup when nothing has been changed
07:13:09 open popup when value of field has been changed
07:13:09 triggers close event after cancel
07:13:09 ok
07:13:09 should validate fields and display message box when form is saved
07:13:09 should call save handler when form is saved and all fields are valid
07:13:09 validation error message
07:13:09 should list labels of missing and invalid fields
07:13:0907:13:09FormMenu
07:13:09 setSelected
07:13:09 opens and closes the form popup
07:13:09 opens the popup and the ellipsis if the menu is overflown
07:13:09 opens the popup but not the ellipsis if the menu is overflown and mobile popup style is used
07:13:09 onModelPropertyChange
07:13:09 selected
07:13:09 calls setSelected
07:13:0907:13:09Form
07:13:09 init
07:13:09 marks the root group box as main box
07:13:09 open
07:13:09 opens the form
07:13:09 adds it to the display parent
07:13:09 close
07:13:09 closes the form
07:13:09 removes it from the display parent
07:13:09 abort
07:13:09 closes the form if there is a close button
07:13:09 closes the form by using cancel if there is no close button
07:13:09 destroy
07:13:09 destroys its children
07:13:09 cacheBounds
07:13:09 read and store bounds
07:13:09 update bounds - if cacheBounds is true
07:13:09 update bounds - if cacheBounds is false
07:13:09 modal
07:13:09 creates a glass pane if true
07:13:09 does not create a glass pane if false
07:13:09 displayParent
07:13:09 is required if form is managed by a form controller, defaults to desktop
07:13:09 is not required if form is just rendered
07:13:09 always same as parent if display parent is set
07:13:09 blocks desktop if modal and displayParent is desktop
07:13:09 blocks detail form and outline if modal and displayParent is outline
07:13:09 blocks form if modal and displayParent is form
07:13:09 rootGroupBox.gridData
07:13:09 is created using gridDataHints when the logical grid is validated
07:13:09 initialFocus
07:13:09 references the widget which should gain focus after the form is displayed
07:13:0907:13:09BasicField
07:13:09 acceptInput must always be sent to server at the end of input, if at least one change has been made
07:13:09 updateDisplayTextOnModify = true, with changed text
07:13:09 updateDisplayTextOnModify = false, with changed text
07:13:09 updateDisplayTextOnModify = true, then property change to updateDisplayTextOnModify = false, with changed text
07:13:09 updateDisplayTextOnModify = true, then property change to updateDisplayTextOnModify = false, with *pending* changed text
07:13:09 updateDisplayTextOnModify = true, then acceptInput(false) is fired. -> send should be done immediately
07:13:09 updateDisplayTextOnModify = true, w/o changed text
07:13:09 updateDisplayTextOnModify = false, w/o changed text
07:13:09 does not fail if field is removed while acceptInput is still pending
07:13:09 clear
07:13:09 removes the text and accepts input also with updateDisplayTextOnAnyKey set to true
07:13:0907:13:09FormFieldAdapter
07:13:09 onModelPropertyChange
07:13:09 event should update model
07:13:0907:13:09FormField
07:13:09 inheritance
07:13:09 inherits from Widget
07:13:09 _initProperty
07:13:09 gridDataHints are extended (not replaced) on init when gridDataHints is a plain object
07:13:09 gridDataHints are replaced when gridDataHints is instanceof GridData
07:13:09 property label position
07:13:09 position on_field
07:13:09 sets the label as placeholder
07:13:09 does not call field._renderLabelPosition initially
07:13:09 position top
07:13:09 guarantees a minimum height if label is empty
07:13:09 does not display a status if status visible = false
07:13:09 disabled style read-only
07:13:09 sets css class 'read-only' when field is disabled and setDisabledStyle has been called
07:13:09 property tooltipText
07:13:09 adds class has-tooltip if there is a tooltip text
07:13:09 property menus
07:13:09 adds class has-menus if there are menus
07:13:09 adds class has-menus has-tooltip if there are menus and a tooltip
07:13:09 property status visible
07:13:09 shows a status if status visible = true
07:13:09 does not show a status if status visible = false
07:13:09 shows a status even though status visible is false but tooltipText is set
07:13:09 shows a status even though status visible is false but errorStatus is set
07:13:09 property visible
07:13:09 shows the field if visible = true
07:13:09 does not show the field if visible = false
07:13:09 hides the status message if field is made invisible
07:13:09 shows the status message if field is made visible
07:13:0907:13:09ValueFieldAdapter
07:13:09 _createPropertySortFunc
07:13:09 should order properties
07:13:0907:13:09ValueField
07:13:09 property status visible
07:13:09 shows a status even though status visible is false but there are visible menus
07:13:09 init
07:13:09 sets display text using formatValue if value is set initially
07:13:09 does not override display text using formatValue if display text is set initially
07:13:09 does not override display text using formatValue if display text is set initially even if value is set as well
07:13:09 does not set value if value is invalid initially
07:13:09 does not override the errorStatus if an errorStatus is set initially
07:13:09 does not override the errorStatus if an errorStatus set initially even if an invalid value is set
07:13:09 calls validate and format when value is set initially
07:13:09 setValue
07:13:09 sets the value, formats it and sets the display text
07:13:09 does not set the value but the error status and display text if the validation fails
07:13:09 deletes the error status if value is valid
07:13:09 does not fire a property change if the value has not changed
07:13:09 executes every validator when validating the value
07:13:09 converts undefined to null
07:13:09 _validateValue
07:13:09 may throw an error if value is invalid
07:13:09 may throw a scout.Status if value is invalid
07:13:09 may throw a message if value is invalid
07:13:09 parseAndSetValue
07:13:09 parses and sets the value
07:13:09 does not set the value but the error status if the parsing fails
07:13:09 deletes the error status if parsing succeeds
07:13:09 acceptInput
07:13:09 accepts the current display text by calling parse, validate and format
07:13:09 is triggered when input is accepted
07:13:09 contains the actual displayText even if it was changed using format value
07:13:09 updates the display text even if it was changed using parse value
07:13:09 validator
07:13:09 may be set initially
07:13:09 addValidator
07:13:09 adds a validator and revalidates the value
07:13:09 removeValidator
07:13:09 removes a validator and revalidates the value
07:13:09 setValidator
07:13:09 removes every validator and sets the new one
07:13:09 setValidators
07:13:09 replaces the list of validators with the given ones
07:13:09 parser
07:13:09 may be set initially
07:13:09 setParser
07:13:09 replaces the existing parser by a new one and parses the display text again
07:13:09 formatter
07:13:09 may be set initially
07:13:09 setFormatter
07:13:09 replaces the existing formatter by a new one and formats the value again
07:13:09 clear
07:13:09 removes the text and accepts input
07:13:09 validation: initialValue, touched, empty and mandatory
07:13:09 sets initialValue when markAsSaved is called
07:13:09 sets touched to true when value is different from initial value
07:13:09 sets empty to true when value is an empty string (for StringField)
07:13:09 validate returns valid when errorStatus is not set and field is not mandatory
07:13:09 validate returns not valid when errorStatus is set or field is mandatory and empty
07:13:09 menu visibility
07:13:09 context menu only shows visible menus
07:13:09 context menu only shows only menus of specific type
07:13:09 context menu triggers a display text changed event
07:13:0907:13:09BeanField
07:13:09 renders the bean
07:13:09 updates properties correctly
07:13:0907:13:09BrowserFieldAdapter
07:13:09 sends postMessage on message
07:13:0907:13:09Button
07:13:09 setLabel
07:13:09 toggles the class with-label on the icon
07:13:09 setIconId
07:13:09 toggles the class with-label on the icon
07:13:09 setting legacy styles
07:13:09 sets style attributes
07:13:0907:13:09CheckBoxField
07:13:09 inheritance
07:13:09 inherits from ValueField
07:13:09 _renderValue sets checked property
07:13:09 _renderValue sets disabled property
07:13:09 keyStroke
07:13:09 toggles the value
07:13:0907:13:09CheckBoxFieldWithTriState
07:13:09 inheritance
07:13:09 inherits from ValueField
07:13:09 _renderValue sets checked and undefined classes
07:13:09 _renderValue sets disabled property
07:13:0907:13:09ClipboardField
07:13:09 Rendered container has the right class
07:13:09 Rendered field DIV has _not_ an unselectable attribute in IE9
07:13:0907:13:09DateFieldAdapter
07:13:09 parseValue
07:13:09 sets the server errorStatus if the displayText was reverted to the one provoking the error
07:13:09 sets the server errorStatus if the displayText was reverted to the one provoking the error using key down/up
07:13:09 sets the server errorStatus if the displayText was reverted to the one provoking the error using picker
07:13:09 does not accidentially remove the model error status on acceptInput
07:13:09 picker
07:13:09 sends displayText and value if date was selected
07:13:0907:13:09DateField
07:13:09 displayText
07:13:09 is shown correctly after rendering
07:13:09 is removed properly when setting to ''
07:13:09 parseAndSetValue
07:13:09 parses and sets the value
07:13:09 init
07:13:09 sets display text using formatValue if value is set initially
07:13:09 setValue
07:13:09 sets the value, formats it and sets the display text
07:13:09 does not set the value but the error status and display text if the validation fails
07:13:09 deletes the error status if value is valid
07:13:09 acceptInput
07:13:09 validate again if a new date was typed and reverted
07:13:09 acceptDate
07:13:09 removes time as well if date was deleted
07:13:09 does not remove time if date was deleted and time has an error
07:13:09 acceptTime
07:13:09 removes date as well if time was deleted
07:13:09 does not remove date if time was deleted and date has an error
07:13:09 click
07:13:09 opens the datepicker
07:13:09 opens the picker and preselects the current date but not the previous date if it was cleared before
07:13:09 blur
07:13:09 closes the datepicker
07:13:09 accepts the prediction
07:13:09 accepts the prediction with autoDate
07:13:09 updates the model with the selected value
07:13:09 sends value and displayText
07:13:09 does not send value and displayText again if not changed
07:13:09 does not send value and displayText if no date was entered
07:13:09 validation
07:13:09 invalidates field if value is invalid (not a date)
07:13:09 prevents model update if value is invalid
07:13:09 picker
07:13:09 sets selected date as field value when a date was selected
07:13:09 unselects the date if the field's text was removed
07:13:09 sets selected date as field value when a date was selected even if another date was typed
07:13:09 key handling
07:13:09 ESC
07:13:09 closes the datepicker
07:13:09 ENTER
07:13:09 updates the model with the selected value and closes picker
07:13:09 DOWN
07:13:09 opens the picker and selects the current date and time
07:13:09 selects the current date if picker is open and no date is selected
07:13:09 removes the error status if the date was invalid before opening the picker
07:13:09 increases day by one
07:13:09 increases month by one if shift is used as modifier
07:13:09 increases year by one if ctrl is used as modifier
07:13:09 increases minutes to the next 30 if pressed in time field
07:13:09 UP
07:13:09 decreases day by one
07:13:09 decreases month by one if shift is used as modifier
07:13:09 decreases year by one if ctrl is used as modifier
07:13:09 date validation and prediction
07:13:09 can validate inputs
07:13:09 can predict dates
07:13:09 can predict yyyy.MM
07:13:09 can predict partial years
07:13:09 allowed dates
07:13:09 _referenceDate returns only allowed date - only one date
07:13:09 _referenceDate returns only allowed date - choose nearest date in the future
07:13:09 _referenceDate returns only allowed date - when no date in future is available, choose nearest date in past
07:13:09 _setAllowedDates must convert date strings into Dates
07:13:09 touch = true
07:13:09 date picker touch popup
07:13:09 is opened if datefield is touched
07:13:09 is closed when date in picker is selected
07:13:09 unregisters clone after close
07:13:09 updates displayText and value of datefield if date in picker is selected
07:13:09 updates displayText and value of datefield if date in picker is entered
07:13:09 updates displayText and value of datefield if date and time in picker are entered
07:13:09 shows datefield with same date as clicked datefield
07:13:09 shows datefield with same date as clicked datefield, if field empty initially
07:13:09 clears displayText and value of datefield if date in picker was removed
07:13:09 shows datefield with same date as clicked datefield, even if value was deleted before
07:13:09 does not remove time if date was cleared but another date selected
07:13:09 time picker touch popup
07:13:09 is opened if datefield is touched
07:13:09 is closed when time in picker is selected
07:13:09 updates displayText and value of datefield if date in picker is selected
07:13:09 updates displayText and value of datefield if date in picker is entered
07:13:09 does not remove date if time was cleared but another time selected
07:13:09 hasDate
07:13:09 renders date field if set to true
07:13:09 renders before time field even if set later
07:13:09 does not loose date if hasDate is toggled
07:13:09 sets enabled property correctly if hasDate is toggled
07:13:09 hasTime
07:13:09 renders time field if set to true
07:13:09 renders after date field even if set later
07:13:09 does not loose time if hasTime is toggled
07:13:09 sets enabled property correctly if hasTime is toggled
07:13:0907:13:09GroupBoxBodyGrid01
07:13:09 group box layout 01
07:13:09 test horizontal layout
07:13:09 test vertical smart layout
07:13:0907:13:09GroupBoxBodyGrid02
07:13:09 group box layout 02
07:13:09 test horizontal layout
07:13:09 test vertical smart layout
07:13:0907:13:09GroupBoxBodyGrid03
07:13:09 group box layout 0100
07:13:09 test horizontal layout
07:13:09 test vertical smart layout
07:13:0907:13:09GroupBoxBodyGrid04
07:13:09 group box layout 04
07:13:09 test horizontal layout
07:13:09 test vertical smart layout
07:13:0907:13:09GroupBoxBodyGrid05
07:13:09 group box layout 05
07:13:09 test horizontal layout
07:13:09 test vertical smart layout
07:13:0907:13:09GroupBoxBodyGrid06
07:13:09 group box layout 06
07:13:09 test horizontal layout
07:13:09 test vertical smart layout
07:13:0907:13:09GroupBoxBodyGrid07
07:13:09 group box layout 07
07:13:09 test horizontal layout
07:13:09 test vertical smart layout
07:13:0907:13:09GroupBoxBodyGrid08
07:13:09 group box layout 08
07:13:09 test horizontal layout
07:13:09 test vertical smart layout
07:13:0907:13:09GroupBoxBodyGrid09
07:13:09 group box layout 09
07:13:09 test horizontal layout
07:13:09 test vertical smart layout
07:13:0907:13:09GroupBoxBodyGrid10
07:13:09 group box layout 10
07:13:09 test horizontal layout
07:13:09 test vertical smart layout
07:13:0907:13:09GroupBoxBodyGrid11
07:13:09 group box layout 11
07:13:09 test horizontal layout
07:13:09 test vertical smart layout
07:13:0907:13:09GroupBox
07:13:09 _render
07:13:09 adds group-box div when label is set
07:13:09 renders controls initially if expanded
07:13:09 does not render controls initially if collapsed, but on expand
07:13:09 focus
07:13:09 focus first focusable field in groupBox
07:13:09 default values
07:13:09 gridDataHints
07:13:09 enabled
07:13:09 is not propagated to children by default
07:13:09 but maybe propagated to children if required
07:13:09 logical grid
07:13:09 is validated automatically by the logical grid layout
07:13:09 will get dirty if a field gets invisible
07:13:09 may be specified using the object type
07:13:09 uses widthInPixel and heightInPixel as dialog width and height if set on main box
07:13:09 scrollable
07:13:09 null by default
07:13:09 is set to true if it is a mainbox
07:13:09 is not set to true if it is a mainbox but explicitly set to false
07:13:0907:13:09LabelField
07:13:09 HtmlEnabled
07:13:09 if false, encodes html in display text
07:13:09 if true, does not encode html in display text
07:13:09 if false, replaces
07:13:09 with br tag and encodes other text
07:13:09 if true, does not replace
07:13:09 with br tag and does not encode other text
07:13:0907:13:09NumberFieldAdapter
07:13:09 parse
07:13:09 prevents setting the error status
07:13:09 prevents clearing the error status
07:13:09 supports the calculator
07:13:0907:13:09NumberField
07:13:09 setValue
07:13:09 sets the value and formats it using decimalFormat if the value is valid
07:13:09 tries to convert the value into a number
07:13:09 does not set the value if it is invalid
07:13:09 sets the error status and display text if the value is invalid
07:13:09 uses another invalidation message than the value field
07:13:09 acceptInput
07:13:09 updates the display text after calculation even if the value was not changed
07:13:09 setDecimalFormat
07:13:09 sets the decimal format
07:13:09 if the parameter is a string, it is assumed it is the pattern
07:13:09 updates the value and the display text if the format changes
07:13:09 updates the value and the display text if the multiplier changes
07:13:09 calculates value
07:13:09 with . as separator and ' as grouping char
07:13:09 with , as separator and . as grouping char
07:13:09 of unary expressions
07:13:09 of sum expressions
07:13:09 of product expressions
07:13:09 of complex expressions
07:13:09 of invalid expressions
07:13:0907:13:09RadioButtonGroup
07:13:09 enabled
07:13:09 propagation
07:13:09 selectButton
07:13:09 selects the new button and unselects the old one
07:13:09 makes only the new button tabbable
07:13:09 does not remove the tabindex if the button is deselected
07:13:09 focuses the new button if the old button had the focus
07:13:0907:13:09RadioButton
07:13:09 keyStroke
07:13:09 selects the button
07:13:09 does not focus the button
07:13:0907:13:09SequenceBox
07:13:09 mandatory indicator
07:13:09 does not exist
07:13:09 label width
07:13:09 is 0 if it is empty
07:13:09 status handling
07:13:09 moves the error status of the last field to the seq box
07:13:09 moves the tooltip of the last field to the seq box
07:13:09 moves the menus of the last field to the seq box
07:13:09 does not display the error message of the last field, only the one of the seq box
07:13:09 removes the tooltip from the seq box if last field gets invisible
07:13:09 moves the tooltip from the first field to the seq box if it gets the last field after a visibility change
07:13:09 moves the error from the first field to the seq box if it gets the last field after a visibility change
07:13:09 makes sure the status may be displayed on the field again if the field was the last visible field once
07:13:0907:13:09SliderField
07:13:09 slider
07:13:09 accepts the value
07:13:0907:13:09SmartField
07:13:09 _onKeyUp
07:13:09 does not call _openProposal() when TAB, CTRL or ALT has been pressed
07:13:09 calls _openProposal() when a character key has been pressed
07:13:09 _syncProposalChooser
07:13:09 must reset _requestProposal property
07:13:09 _openProposal
07:13:09 must "browse all" when field is valid and browseAll parameter is true
07:13:09 must search by display-text when field is valid and browseAll parameter is false
07:13:09 must "browseAll" when field is invalid
07:13:09 _acceptProposal
07:13:09 must set displayText
07:13:09 must call clearTimeout() for pending typedProposal events
07:13:09 dont send _acceptProposal when displayText has not changed
07:13:09 send _acceptProposal when displayText has changed
07:13:09 send deleteProposal when displayText has been deleted quickly
07:13:09 touch = true
07:13:09 opens a touch popup when smart field gets touched
07:13:09 opens a touch popup if there already is a proposal chooser while rendering
07:13:09 shows smartfield with same text as clicked smartfield
07:13:09 _formatValue
07:13:09 uses a lookupcall to format the value
07:13:09 returns empty string if value is null or undefined
07:13:09 returns the value as string if there is no lookup call
07:13:09 multiline
07:13:09 multi-line lookupcall on single-line field
07:13:09 multi-line lookupcall on multi-line field
07:13:09 display text
07:13:09 is also rendered if it is empty
07:13:0907:13:09ProposalField2
07:13:09 proposal field
07:13:09 defaults
07:13:09 setValue
07:13:09 setLookupRow should set value too
07:13:09 lookupOnAcceptByText
07:13:09 when lookupOnAcceptByText=true the value is not deleted when aboutToBlurByMouseDown is called
07:13:09 should set error status when result has an exception
07:13:0907:13:09SmartField2Multiline
07:13:09 display text
07:13:09 show first line as INPUT value, additional lines in separate DIV
07:13:09 reset multiline-lines DIV on error
07:13:0907:13:09SmartField2
07:13:09 general behavior
07:13:09 defaults
07:13:09 setLookupRow
07:13:09 init LookupCall when configured as string
07:13:09 when setValue is called, load and set the correct lookup row
07:13:09 load proposals for the current displayText
07:13:09 clear
07:13:09 clears the value
07:13:09 clears the value, also in touch mode
07:13:09 does not close the popup but does a browse all
07:13:09 touch popup
07:13:09 marks field as clearable even if the field is not focused
07:13:09 stays open if active / inactive radio buttons are clicked
07:13:09 stays open even if there are no results (with active filter)
07:13:09 acceptInput
07:13:09 should not be triggered, when search text is (still) empty or equals to the text of the lookup row
07:13:09 should not be triggered, when search text is (still) empty or equals to the text of the lookup row (lookupRow.text is null)
07:13:09 should (not) reset selected lookup row
07:13:09 use lookup row
07:13:09 reset when popup is closed
07:13:09 reset when user was typing or search-text has changed
07:13:09 reset when lookup result is out-dated
07:13:09 must add CSS class from selected lookup-row to field
07:13:09 lookup
07:13:09 should increase lookupSeqNo when a lookup is executed
07:13:09 should set error status when result has an exception
07:13:09 _executeLookup should always remove lookup-status (but not the error-status)
07:13:09 lookupByKey should set first lookup-row from result as this.lookupRow
07:13:09 touch / embed
07:13:09 must clone properties required for embedded field
07:13:09 _copyValuesFromField
07:13:09 aboutToBlurByMouseDown
07:13:09 should not perform lookup for search by text
07:13:09 maxBrowseRowCount
07:13:09 default - don't limit lookup rows
07:13:09 limit lookup rows
07:13:0907:13:09StringFieldAdapter
07:13:09 onModelPropertyChange
07:13:09 insertText
07:13:09 may be called multiple times with the same text
07:13:0907:13:09StringField
07:13:09 inputMasked
07:13:09 sets the field into password mode, if true
07:13:09 unsets the password mode, if false
07:13:09 insertText
07:13:09 expects empty field at the beginning
07:13:09 inserts text into an empty field
07:13:09 appends text to the previous value (if no text is selected)
07:13:09 replaces selection #1 (if part of the text is selected, selection does not start at the beginning)
07:13:09 replaces selection #2 (if part of the text is selected, start at the beginning)
07:13:09 replaces selection #3 (if whole content is selected)
07:13:09 sends display text changed to server using accept text
07:13:09 sends display text changed to server using accept text, twice, if updateDisplayTextOnModify=true
07:13:09 trim
07:13:09 should restore selection
07:13:09 should not break when displayText is very long (regex is too big)
07:13:09 setValue
07:13:09 sets the value and display text if the value is valid
07:13:09 tries to convert the value into a string
07:13:09 sets the value to null if given value is empty
07:13:09 sets value to null if given value only consists of whitespaces and trim is true
07:13:09 does not set value to null if given value only consists of whitespaces and trim is false
07:13:0907:13:09TabBoxAdapter
07:13:09 onModelPropertyChange
07:13:09 selectedTab
07:13:09 selects the tab but does not send a selectTab event
07:13:0907:13:09TabBox
07:13:09 render
07:13:09 does NOT call layout for the selected tab on initialization
07:13:09 must not create LogicalGridData for tab items
07:13:09 selection
07:13:09 should select tabs by ID
07:13:09 key handling
07:13:09 supports left/right keys to select a tab-item
07:13:0907:13:09TabItem
07:13:09 _renderStatusVisible
07:13:09 invalidates tabarea if status visibility changes
07:13:09 _renderCssClass
07:13:09 adds CSS class to both, TabItem and GroupBox
07:13:0907:13:09TableFieldAdapter
07:13:09 property table
07:13:09 destroys the table and model adapter if value is changed to ''
07:13:0907:13:09TableField
07:13:09 property table
07:13:09 shows (renders) the table if the value is set
07:13:09 destroys the table if value is changed to null
07:13:09 table gets class 'field' to make it work with the form field layout
07:13:09 table gets class 'field' to make it work with the form field layout (also when table is set later)
07:13:09 requiresSave
07:13:09 should require save when row has been updated
07:13:09 does not create a memory leak if same row is updated multiple times
07:13:09 should require save when row has been deleted
07:13:09 should require save when row has been inserted
07:13:09 should NOT require save when row has been inserted and deleted again
07:13:09 should NOT require save when row has been inserted and deleted again even if it was updated or checked in the meantime
07:13:09 should require save when row has been checked
07:13:09 should NOT require save when row has been checked and unchecked again
07:13:0907:13:09WrappedForm
07:13:09 mandatory indicator
07:13:09 does not exist
07:13:09 test initial focus disabled
07:13:09 string field in inner form hasn't focus
07:13:09 test initial focus enabled
07:13:09 string field in inner form has focus
07:13:0907:13:09IFrame
07:13:09 setLocation
07:13:09 sets the location of the iframe
07:13:09 sets the location to about:blank if location is empty
07:13:0907:13:09scout.Icon
07:13:09 render
07:13:09 creates a span if it is a font icon
07:13:09 creates an img if it is an image icon
07:13:09 setIconDesc
07:13:09 accepts a string representing the iconId
07:13:09 accepts a scout.IconDesc
07:13:0907:13:09Key
07:13:09 toKeyStrokeString
07:13:09 creates a string representing that key
07:13:09 considers modifiers
07:13:0907:13:09KeyStroke
07:13:09 unrepeatability
07:13:09 means that an unrepeatable KeyStroke is triggered exactly once per keyup event, even given three keydown events
07:13:09 means that an unrepeatable KeyStroke is triggered exactly once given the sequence (keydown, keyup)
07:13:0907:13:09HtmlComponent
07:13:09 install
07:13:09 does NOT set data 'htmlComponent' when constructor is called
07:13:09 sets data 'htmlComponent' when install() is called
07:13:09 size
07:13:09 returns getBoundingClientRect() of JQuery comp
07:13:09 setSize
07:13:09 accepts scout.Dimension as single argument
07:13:09 calls invalidate on layout when size has changed
07:13:09 insets
07:13:09 reads padding, margin and border correctly
07:13:09 validateLayout
07:13:09 calls htmlComp.layout
07:13:09 calls layout of the child component
07:13:09 does not layout invisible components
07:13:09 does not layout components with an invisible parent
07:13:09 does not call isParentVisible too many times
07:13:0907:13:09LayoutValidator
07:13:09 invalidateTree
07:13:09 keeps track of invalid html components
07:13:09 considers only the topmost component
07:13:09 and validate roots
07:13:09 makes sure parent components are put in front of child components
07:13:09 validate
07:13:09 calls layout for each invalid html component
07:13:09 does not call layout if component has been removed
07:13:09 does not call layout if component has been detached, but does not remove from invalid components either
07:13:09 removes the component from the list of invalidate components after validation
07:13:09 cleanupInvalidObjects
07:13:09 removes the widget from invalid components when a widget gets removed
07:13:0907:13:09LogicalGridLayoutInfo
07:13:09 Rectangle.union
07:13:09 produces same results as java.awt.Rectangle
07:13:09 layoutCellBounds
07:13:09 calculates bounds
07:13:0907:13:09graphics
07:13:09 bounds
07:13:09 returns rectangle with position from JQuery.position()
07:13:09 returns rectangle with size from JQuery.outerWidth/Height
07:13:09 returns rectangle with size from JQuery.outerWidth/Height() including margin if includeMargin is true
07:13:09 Point
07:13:09 equals
07:13:09 Dimension
07:13:09 accepts two numbers as width and height arguments
07:13:09 accepts a single scout.Dimension argument
07:13:09 equals
07:13:09 Rectangle
07:13:09 equals
07:13:09 intersects
07:13:09 Insets
07:13:09 equals
07:13:0907:13:09LookupRow
07:13:09 constructor
07:13:09 sets defaults when created with a plain object
07:13:09 uses values from plain object instead of defaults, when set
07:13:0907:13:09main
07:13:09 nvl
07:13:09 can return alternative value
07:13:09 assertParameter
07:13:09 throws Error when value is not set
07:13:09 throws Error when value has wrong type
07:13:09 isOneOf
07:13:09 can check if value is one of multiple values
07:13:09 create
07:13:09 accepts string or object as first argument
07:13:09 creates a new initialized widget with parent and session set
07:13:09 creates local object if first parameter is the objectType
07:13:09 sets property 'id' correctly when no ID is provided
07:13:09 session must be set, but adapter should not be registered
07:13:09 creates local object if first parameter of type object and contains objectType property
07:13:0907:13:09ButtonAdapterMenu
07:13:09 initialization / destroy
07:13:09 should set/delete adaptedBy property on original button instance
07:13:09 focusable element
07:13:09 button should delegate to adapter menu
07:13:0907:13:09ContextMenuPopup
07:13:09 options.cloneMenuItems
07:13:09 true
07:13:09 clones the given menus and renders the clones
07:13:09 only destroys and removes the clones on popup close
07:13:09 false
07:13:09 renders the original menus
07:13:09 removes but does not destroy the menus on popup close
07:13:09 renderMenuItems
07:13:09 renders invisible menus
07:13:09 adds last and first classes
07:13:09 considers visibility when adding last and first classes
07:13:0907:13:09MenuBarPopup
07:13:09 is opened on doAction if the menu has child actions
07:13:09 rerenders the head on a menu property change
07:13:0907:13:09MenuBar
07:13:09 setMenuItems
07:13:09 prefers EmptySpace for the left position if menu has multiple menuTypes
07:13:09 must add/destroy dynamically created separators
07:13:09 renders menu bar invisible if no visible menu items are available
07:13:09 renders menu bar visible if at least one visible menu item is available
07:13:09 propertyChange
07:13:09 must listen on property changes of its menu items (even when menu bar is not rendered)
07:13:09 must remove property change listeners on destroy
07:13:09 layout
07:13:09 gets invalidated if a menu changes its visibility
07:13:09 updateDefaultMenu
07:13:09 marks first visible and enabled menu that reacts to ENTER keystroke as default menu
07:13:09 updates state if menu gets enabled or disabled
07:13:09 considers rendered state of default menu
07:13:0907:13:09MenuItemsOrder
07:13:09 _createSeparator
07:13:09 _menuTypes
07:13:0907:13:09Menu
07:13:09 defaults
07:13:09 should have expected defaults
07:13:09 render
07:13:09 render depending on the actionStyle
07:13:09 render as separator
07:13:09 must not render childActions when popup is not open
07:13:09 isTabTarget
07:13:09 should return true when menu can be a target of TAB action
07:13:0907:13:09menus
07:13:09 filter
07:13:09 does nothing if no menus are given
07:13:09 returns no menus if no types are given
07:13:09 only returns visible menus, if onlyVisible param is set to true
07:13:09 only returns menus with given type (even when menu is not visible)
07:13:09 only returns parent menus if child menus should be displayed
07:13:09 only returns parent menus if child menus have correct type
07:13:09 updateSeparatorVisibility
07:13:09 makes leading separators invisible
07:13:09 makes trailing separators invisible
07:13:09 makes duplicate separators invisible
07:13:09 makes all separators invisible if there are no other visible menus
07:13:09 reverts to old state if sibling menus get visible
07:13:09 considers all rules
07:13:0907:13:09Planner
07:13:09 deleteResources
07:13:09 deletes resources from model
07:13:09 deletes resources from html document
07:13:09 also adjusts selectedResources and selectionRange if deleted resource was selected
07:13:09 updateResources
07:13:09 updates resources in model
07:13:09 updates resources in html document
07:13:09 updates activities
07:13:09 renderScale
07:13:09 displayMode: DAY
07:13:09 draws scale for whole day
07:13:09 draws scale for one hour
07:13:09 draws scale for two hour interval
07:13:09 draws scale with only showing every second label
07:13:09 displayMode: WEEK / WORK_WEEK
07:13:09 draws scale for WEEK for whole day with 6h interval
07:13:09 draws scale for WEEK with only showing every second label
07:13:09 draws scale for WEEK with changing month
07:13:09 draws scale for WORK_WEEK for whole day with 6h interval
07:13:09 draws scale for WORK_WEEK with only showing every second label
07:13:09 displayMode: MONTH
07:13:09 draws scale
07:13:09 draws scale with only showing every second label
07:13:09 displayMode: CALENDAR_WEEK
07:13:09 draws scale for CALENDAR_WEEK displayMode
07:13:09 draws scale with only showing every second label
07:13:09 draws scale with only showing every third label
07:13:09 displayMode: YEAR
07:13:09 draws scale for YEAR displayMode
07:13:09 draws scale with only showing every second label
07:13:09 draws scale with only showing every third label
07:13:09 transformLeft/transformWidth
07:13:09 calculates left and width in WEEK mode for whole days
07:13:09 calculates left and width in WEEK mode for limitted day range
07:13:09 calculates left and width in WEEK mode for limitted day range (only firstHourOfDay set)
07:13:09 select
07:13:09 selects at least the number of intervals configured by display mode options
07:13:09 respects end of day if minSelectionIntervalCount is set
07:13:0907:13:09Popup
07:13:09 withGlassPane
07:13:09 shows a glass pane if set to true
07:13:09 does not show a glass pane if set to false
07:13:0907:13:09scrollbars
07:13:09 onScroll
07:13:09 attaches handler to scrolling parents which execute when scrolling
07:13:09 offScroll
07:13:09 detaches handler from scrolling parents
07:13:09 isLocationInView
07:13:09 returns true if the given location is inside the given $scrollable
07:13:09 returns false if x of the given location is outside of the given $scrollable (smaller)
07:13:09 returns false if y of the given location is outside of the given $scrollable (smaller)
07:13:09 returns false if x of the given location is outside of the given $scrollable (greater)
07:13:09 returns false if y of the given location is outside of the given $scrollable (greater)
07:13:09 render
07:13:09 ensures parent has position absolute or relative
07:13:0907:13:09BusyIndicator
07:13:09 render
07:13:09 uses entry point as parent if no $parent is provided
07:13:09 uses $parent as parent if provided
07:13:0907:13:09ModelAdapter
07:13:09 can handle properties in any order
07:13:09 _syncPropertiesOnPropertyChange calls set* methods or setProperty method
07:13:09 init
07:13:09 copies properties to widget
07:13:09 sets default values
07:13:09 destroy
07:13:09 destroys the adapter and its children
07:13:09 does not destroy children, which are globally used
07:13:09 onModelPropertyChange
07:13:09 adapter
07:13:09 creates and registers the new adapter
07:13:09 destroys the old adapter
07:13:09 filters
07:13:09 propertyChange events
07:13:09 should send event when property change is triggered by widget
07:13:09 should not send event when property is triggered by server
07:13:09 widget events
07:13:09 should handle widget event when it is not filtered
07:13:09 should not handle widget event when it is filtered
07:13:09 export adapter
07:13:09 exportAdapterData should export last part of model-class as ID
07:13:09 adapters
07:13:09 creates and registers adapters
07:13:09 destroys the old adapters
07:13:09 destroys the old and creates the new adapters if the array contains both
07:13:0907:13:09ResponseQueue
07:13:09 add
07:13:09 adds elements to the queue in the correct order
07:13:09 removes elements that are superseded by combined response
07:13:09 process
07:13:09 processes elements in the correct order
07:13:09 does not process elements in the wrong order
07:13:09 does not process same response twice
07:13:0907:13:09Session
07:13:09 send
07:13:09 sends multiple async events in one call
07:13:09 sends multiple async events in one call over multiple user interactions if sending was delayed
07:13:09 does not await the full delay if a susequent send call has a smaller delay
07:13:09 does not await the full delay if a previous send call has a smaller delay
07:13:09 coalesces events if event provides a coalesce function
07:13:09 sends requests consecutively
07:13:09 sends requests consecutively and respects delay
07:13:09 queues ?poll results when user requests are pending
07:13:09 resumes polling after successful responses
07:13:09 does not resume polling after JS errors
07:13:09 does not resume polling after UI server errors
07:13:09 does not resume polling after HTTP errors
07:13:09 does not resume polling after session terminated
07:13:09 init
07:13:09 sends startup parameter
07:13:09 sends user agent on startup
07:13:09 texts
07:13:09 check if correct text is returned
07:13:09 check if empty text is returned
07:13:09 check if null text is returned
07:13:09 check if arguments are replaced in text
07:13:09 check if multiple arguments are replaced in text
07:13:09 check if undefined texts return an error message
07:13:09 optText returns undefined if key is not found
07:13:09 optText returns default value if key is not found
07:13:09 optText returns text if key found
07:13:09 optText returns text if key found, with arguments
07:13:0907:13:09Splitter
07:13:09 renders the splitter at the given position
07:13:0907:13:09SimpleTabArea
07:13:09 renders the tabs in the correct order
07:13:0907:13:09TableAdapter
07:13:09 selectRows
07:13:09 sends rowsSelected event containing rowIds
07:13:09 does not send selection event if triggered by server
07:13:09 checkRows
07:13:09 sends rowsChecked event containing rowIds
07:13:09 does not send rowsChecked event if triggered by server
07:13:09 onModelAction
07:13:09 rowsSelected event
07:13:09 calls selectRows
07:13:09 rowsDeleted event
07:13:09 calls deleteRows
07:13:09 does not send rowsSelected event for the deleted rows
07:13:09 allRowsDeleted event
07:13:09 calls deleteAllRows
07:13:09 does not send rowsSelected event
07:13:09 rowsInserted event
07:13:09 calls insertRows
07:13:09 may contain cells as objects
07:13:09 may contain cells as scalars
07:13:09 respects null values
07:13:09 uses text as value if value is not provided
07:13:09 rowOrderChanged event
07:13:09 calls updateRowOrder
07:13:09 correct DOM order for newly inserted rows
07:13:09 rowsUpdated event
07:13:09 calls updateRows
07:13:09 columnStructureChanged event
07:13:09 calls updateColumnStructure
07:13:09 columnOrderChanged event
07:13:09 calls updateColumnOrder
07:13:09 columnHeadersUpdated event
07:13:09 calls updateColumnHeaders
07:13:09 onModelPropertyChange
07:13:09 menus
07:13:09 creates and registers menu adapters
07:13:09 destroys the old menus
07:13:09 destroys the old and creates the new menus if the list contains both
07:13:09 _sendFilter
07:13:09 should not coalesce remove and 'add' events
07:13:0907:13:09TableFilter
07:13:09 row filtering
07:13:09 applies row filter when table gets initialized
07:13:09 doesn't filter anymore if filter gets removed
07:13:09 applies row filter if a new row gets inserted
07:13:09 applies row filter if a new row gets inserted, even if table is not rendered
07:13:09 applies row filter if a row gets updated
07:13:09 applies row filter if a row gets updated, even if table is not rendered
07:13:09 properly handles successive row insertion and updates
07:13:09 properly handles reset table case
07:13:09 considers view range
07:13:09 renders empty data if all rows are removed due to filtering
07:13:09 selection
07:13:09 gets removed for non visible rows after filtering
07:13:09 stays removed even if filtered row is selected explicitly
07:13:09 gets removed for non visible rows after filtering if a row has been updated
07:13:09 gets restored for visible rows after filtering
07:13:09 events
07:13:09 filter
07:13:09 gets fired when table with a filter is initializing
07:13:09 does not get fired when table with no filters is initializing
07:13:09 gets fired if filter() is called
07:13:09 gets fired if filter() is called, even if table is not rendered
07:13:09 gets not fired if rows are filtered again but the filtered rows have not changed
07:13:09 gets fired if rows are filtered during updateRows
07:13:09 gets fired if rows are filtered during insertRows
07:13:09 gets fired if rows are filtered during deleteRows
07:13:09 gets fired if rows are filtered during deleteAllRows
07:13:09 does not get fired if rows are updated but row filter state has not changed
07:13:09 gets sent to server containing rowIds when rows are filtered
07:13:0907:13:09TableFooterSpec
07:13:09 render
07:13:09 attaches listener to the table but only once
07:13:09 remove
07:13:09 stops the open animation of the selected control
07:13:09 stops the close animation of the selected control
07:13:09 controls
07:13:09 removes old and renders new controls on property change
07:13:09 TableStatusTooltip
07:13:09 shows ERROR tooltip
07:13:09 shows INFO tooltip when table is rendered
07:13:09 hides INFO tooltip when user clicks in table
07:13:09 does not hide ERROR tooltip when user clicks in table
07:13:0907:13:09TableHeaderMenu
07:13:09 filter
07:13:09 string column
07:13:09 shows the unique string values
07:13:09 converts multiline text to single line
07:13:09 strips html tags if html is enabled
07:13:09 reflects the state of the filter
07:13:09 correctly updates the list after inserting a new row, if a filter is applied
07:13:09 always displays the selected value, even if the table does not contain the value anymore
07:13:09 displays empty values as -empty-
07:13:09 stores selected text in filter.selectedValues
07:13:09 stores empty as null and not '-empty-'
07:13:09 grouping / sorting
07:13:09 count sorted columns
07:13:09 count grouped columns
07:13:09 boolean column
07:13:09 shows the unique string values
07:13:09 sort enabled
07:13:09 option enabled shows sort options in table header menu
07:13:09 option disabled does not show sort options in table header menu
07:13:09 sort mode
07:13:09 sorts alphabetically
07:13:09 sorts by amount
07:13:0907:13:09TableHeaderSpec
07:13:09 render
07:13:09 attaches listener to the table but only once
07:13:0907:13:09TableKeyStrokes
07:13:09 key up
07:13:09 selects the above row
07:13:09 selects the last row if no row is selected yet
07:13:09 selects the second last row if all rows are selected
07:13:09 selects the only row if there is only one
07:13:09 does nothing if first row already is selected
07:13:09 if first row already is selected but is not the last action row, the row above the last action row gets selected
07:13:09 if there is a last action row, selects the row above last last action row
07:13:09 selects the row above the last action row even if the row above already is selected
07:13:09 uses last row of selection as last action row if last action row is not visible anymore
07:13:09 + shift
07:13:09 adds the row above to the selection
07:13:09 removes the row above from the selection if the last action row is the last row of the selection
07:13:09 if the row above the last action row is not selected, adds the row above to the selection
07:13:09 key down
07:13:09 selects the row below
07:13:09 selects the first row if no row is selected yet
07:13:09 selects the second row if all rows are selected
07:13:09 selects the only row if there is only one
07:13:09 does nothing if last row already is selected
07:13:09 if there is a last action row, selects the row below the last action row
07:13:09 selects the row below the last action row even if the row below already is selected
07:13:09 uses last row of selection as last action row if last action row is not visible anymore
07:13:09 + shift
07:13:09 adds the row below to the selection
07:13:09 removes the row below from the selection if the last action row is the first row of the selection
07:13:09 if the row below the last action row is not selected, adds the row below to the selection
07:13:09 end
07:13:09 selects last row
07:13:09 + shift
07:13:09 selects all rows from currently selected row to last row
07:13:09 preserves existing selection
07:13:09 considers last action row as start row for new selection
07:13:09 uses last row of selection as last action row if last action row is not visible anymore
07:13:09 does nothing if last row is already selected
07:13:09 does not add same rows to selectedRows twice
07:13:09 home
07:13:09 selects first row
07:13:09 + shift
07:13:09 selects all rows from currently selected row to first row
07:13:09 preserves existing selection
07:13:09 considers last action row as start row for new selection
07:13:09 uses first row of selection as last action row if last action row is not visible anymore
07:13:09 does nothing if first row is already selected
07:13:09 does not add same rows to selectedRows twice
07:13:09 space
07:13:09 does nothing if no rows are selected
07:13:09 checks the selected rows if first row is unchecked
07:13:09 does not modify already checked rows when checking
07:13:09 unchecks the selected rows if first row is checked
07:13:09 page up
07:13:09 selects the only row if there is only one
07:13:09 page down
07:13:09 selects the only row if there is only one
07:13:0907:13:09Table
07:13:09 render
07:13:09 renders CSS class
07:13:09 renders a table header
07:13:09 renders table rows
07:13:09 accepts rows with cells
07:13:09 accepts rows with text only
07:13:09 _calculateViewRangeForRowIndex
07:13:09 returns a range based on viewRangeSize
07:13:09 rowIcons and checkable rows
07:13:09 creates an artificial cell when a rowIcon is set on a row
07:13:09 insertRows
07:13:09 inserts rows at the end of the table
07:13:09 renders rows only if view range is not full yet
07:13:09 rowsInserted event must be triggered before rowOrderChanged event
07:13:09 updateRows
07:13:09 updates the model cell texts
07:13:09 updates the html cell texts
07:13:09 does not fail if the row to update is the same instance as the existing one
07:13:09 does not destroy selection
07:13:09 silently updates rows which are not in view range
07:13:09 deleteRows
07:13:09 deletes single rows from model
07:13:09 deletes single rows from html document
07:13:09 considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
07:13:09 deleteAllRows
07:13:09 deletes all rows from model
07:13:09 deletes all rows from html document
07:13:09 silently removes not rendered rows
07:13:09 updateRowOrder
07:13:09 reorders the model rows
07:13:09 reorders the html nodes
07:13:09 considers view range
07:13:09 checkRow
07:13:09 checks the row, does not uncheck others if multiCheck is set to true
07:13:09 unchecks other rows if multiCheck is set to false
07:13:09 does not check the row if checkable is set to false
07:13:09 does not check the row if the row is disabled
07:13:09 does not check the row if the table is disabled
07:13:09 considers view range
07:13:09 keeps added checkable column visible even when reloading factory settings
07:13:09 does not add an additional checkable column if one is already configured
07:13:09 selectRows
07:13:09 updates model
07:13:09 selects rendered rows and unselects others
07:13:09 considers view range
07:13:09 triggers rowsSelected
07:13:09 selectedRow() returns first selected row or null when table has no selection
07:13:09 toggle selection
07:13:09 selects all if not all are selected
07:13:09 selects none if all are selected
07:13:09 selectAll
07:13:09 selects all rows
07:13:09 considers view range -> renders selection only for rendered rows
07:13:09 doRowAction
07:13:09 sends rowAction event with row and column
07:13:09 does not send rowAction event if the row is not selected
07:13:09 does not send rowAction event if it is not the only one selected row
07:13:09 resizeColumn
07:13:09 updates column model and sends resize event
07:13:09 does not send resize event when resizing is in progress
07:13:09 sends resize event when resizing is finished
07:13:09 autoResizeColumns
07:13:09 distributes the table columns using initialWidth as weight
07:13:09 excludes columns with fixed width
07:13:09 does not make the column smaller than the initial size
07:13:09 does not make the column smaller than a minimum size
07:13:09 sort
07:13:09 updates column model
07:13:09 model update
07:13:09 sets sortAscending according to direction param
07:13:09 resets properties on other columns
07:13:09 sets sortIndex
07:13:09 does not remove sortIndex for columns always included at begin
07:13:09 does not remove sortIndex for columns always included at end
07:13:09 does not remove sortIndex for columns always included at begin and end (combination)
07:13:09 removes column from sort columns
07:13:09 sends sort without sortingRequested event when client side sorting is possible
07:13:09 sends sort event with sortingRequested if client side sorting is not possible
07:13:09 sorts the data
07:13:09 regroups the data if group by column is active
07:13:09 restores selection after sorting
07:13:09 sorting
07:13:09 sorts text columns considering locale (if browser supports it)
07:13:09 sorts number columns
07:13:09 sorts date columns
07:13:09 uses non sort columns as fallback
07:13:09 column grouping
07:13:09 renders an aggregate row for each group
07:13:09 considers groupingStyle -> aggregate rows must be rendered previous to the grouped rows
07:13:09 considers view range -> only renders an aggregate row for rendered rows
07:13:09 considers view range -> doesn't render an aggregate row if the last row of the group is not rendered
07:13:09 regroups if rows get inserted
07:13:09 regroups if rows get inserted, event is from server and table was empty
07:13:09 does not regroup if rows get inserted, event is from server and table was not empty
07:13:09 regroups if rows get deleted
07:13:09 removes aggregate rows if all rows get deleted
07:13:09 regroups if rows get updated
07:13:09 may group column 0 only
07:13:09 may group column 1 only
07:13:09 may group columns 0 (avg) and 1 (sum)
07:13:09 may group columns 0, 1 and 2
07:13:09 may group columns 2 and 1
07:13:09 may group column 1 only after grouping column 0 first
07:13:09 may group column 1 and 2 after grouping column 0 first
07:13:09 row click
07:13:09 selects row and unselects others
07:13:09 sends selection and click events
07:13:09 sends only click if row already is selected
07:13:09 sends selection, checked and click events if table is checkable and checkbox has been clicked
07:13:09 right click on row
07:13:09 opens context menu
07:13:09 context menu only shows items without header type also if there is a type singleSelection
07:13:09 context menu only shows visible menus
07:13:09 _filterMenus
07:13:09 returns no menus for contextMenu if no row is selected
07:13:09 returns only single selection menus for contextMenu if one row is selected
07:13:09 returns only multi selection menus for contextMenu if multiple rows are selected
07:13:09 returns menus with single- and multi selection set for contextMenu if one or more rows are selected
07:13:09 returns only empty space menus if no row is selected
07:13:09 returns empty space and single selection menus if one row is selected
07:13:09 returns empty space and multi selection menus if multiple rows are selected
07:13:09 returns menus with empty space, single- and multi selection set if one or more rows are selected
07:13:09 row mouse down / move / up
07:13:09 selects multiple rows
07:13:09 only sends selection event, no click
07:13:09 only send one event for mousedown and immediate mouseup on the same row
07:13:09 only selects first row if mouse move selection or multi selection is disabled
07:13:09 moveColumn
07:13:09 moves column from oldPos to newPos
07:13:09 considers view range (does not fail if not all rows are rendered)
07:13:09 updateRowOrder
07:13:09 correct DOM order for newly inserted rows
07:13:09 initColumns
07:13:09 sets the column indices if not already set
07:13:09 does not set the column indices if already set
07:13:09 updateColumnStructure
07:13:09 resets the model columns
07:13:09 redraws the header to reflect header cell changes (text)
07:13:09 updates width of empty data
07:13:09 updateColumnOrder
07:13:09 reorders the model columns
07:13:09 reorders the html nodes
07:13:09 silently moves cells which are not rendered in view range
07:13:09 updateColumnHeaders
07:13:09 updates the text and sorting state of model columns
07:13:09 updates sort indices of the sort columns if a sort column got removed
07:13:09 updates the text and sorting state of html table header nodes
07:13:09 updates the custom css class of table header nodes
07:13:09 considers html enabled property of table header cells
07:13:09 headerVisible
07:13:09 hides/shows the table header
07:13:09 View range markers
07:13:09 Must not throw an error when called in detached state
07:13:09 Column visibility
07:13:09 update headers and rows when visibility of a column changes
07:13:09 visibleColumns() only return visible columns
07:13:09 moveColumn() must deal with different indices for visible and all columns
07:13:0907:13:09TableUpdateBuffer
07:13:09 buffers updateRow calls and processes them when all promises resolve
07:13:09 prevents rendering viewport while buffering
07:13:09 processes immediately when a resolved promise is added
07:13:0907:13:09BooleanColumn
07:13:09 table checkable column
07:13:09 a checkbox column gets inserted if table.checkable=true
07:13:09 no checkbox column gets inserted if table.checkable=false
07:13:09 this.checkableColumn is set to the new column
07:13:09 displays the row.checked state as checkbox
07:13:09 boolean column
07:13:09 displays the cell value as checkbox
07:13:0907:13:09Column
07:13:09 considers horizontal alignment
07:13:09 converts linebreak into <br> in header cells
07:13:09 considers custom css class of a column
07:13:09 considers custom css class of a column, as well for checkbox columns
07:13:09 considers custom css class of a cell, if both are set only the cell class is used
07:13:09 considers htmlEnabled of a cell
07:13:09 caches encoded text of a cell to improve performance
07:13:09 multilineText
07:13:09 replaces
07:13:09 with br, but only if htmlEnabled is false
07:13:09 textWrap
07:13:09 wraps text if column.textWrap and table.multilineText are true
07:13:09 does not wrap text if column.textWrap is false and table.multilineText is true
07:13:09 does not wrap text if column.textWrap is true and table.multilineText is false
07:13:09 initCell
07:13:09 sets the value and the text
07:13:09 calls formatValue to format the text
07:13:09 calls formatValue to format the text, also for cell objects
07:13:09 does not format the value if a text is provided
07:13:09 sets the value to null if only text is provided
07:13:09 setCellValue
07:13:09 sets the value and the text
07:13:09 calls formatValue to format the text
07:13:09 cell getters
07:13:09 cell() should return cell of given row
07:13:09 selectedCell() should return cell from selected row
07:13:09 autoOptimizeWidth
07:13:09 will resize the column to fit its content after layouting
07:13:09 also works if there is no header
07:13:09 considers images
07:13:09 autoOptimizeWidthRequired
07:13:09 will be set to true if a row is updated and the content changed
07:13:09 will be set to true if a row is inserted
07:13:09 will be set to true if a row is deleted
07:13:09 will be set to true if all rows are deleted
07:13:09 will be set to true if autoOptimizeWidth is set dynamically
07:13:09 displayable
07:13:09 if set to false, column may not be made visible
07:13:0907:13:09NumberColumn
07:13:09 background effect
07:13:09 colorGradient1
07:13:09 colors cells from red to green
07:13:09 colors cells according to rounded values
07:13:09 considers view range -> only colors rendered cells
07:13:09 updates colors if row gets deleted
07:13:09 updates colors if row gets inserted
07:13:09 updates colors if row gets updated
07:13:09 colors cells if table gets rendered
07:13:09 restores existing background color if background effect gets removed
07:13:09 barChart
07:13:09 does not overwrite existing background color
07:13:09 setBackgroundEffect
07:13:09 changes the background effect
07:13:09 sends columnBackgroundEffectChanged event
07:13:09 does not send columnBackgroundEffectChanged if server triggered it
07:13:09 calculateMinMaxValues
07:13:09 calculates the min/max values based on rounded values
07:13:09 format
07:13:09 updates the value and the display text if the multiplier changes
07:13:0907:13:09scout.comparators
07:13:09 tests 'compare' method of TEXT comparator
07:13:09 tests 'compareIgnoreCase' method of TEXT comparator
07:13:09 tests 'compare' method of NUMERIC comparator
07:13:09 tests 'compare' method of ALPHANUMERIC comparator
07:13:09 tests 'compareIgnoreCase' method of ALPHANUMERIC comparator
07:13:09 tests 'compareIgnoreCase' method of ALPHANUMERIC comparator with session
07:13:0907:13:09AggregateTableControl
07:13:09 aggregate
07:13:09 creates an aggregate row
07:13:09 sums up numbers in a number column
07:13:09 aggregation type none does not aggregate
07:13:09 sums up numbers in a number column but only on filtered rows
07:13:09 sums up numbers in a number column and considers format pattern
07:13:09 sums up numbers in a number column and considers rounded values fo aggregation
07:13:09 updates aggregation if a row is inserted
07:13:09 updates aggregation if a row is updated
07:13:09 updates aggregation if a row is deleted
07:13:09 eanbled state
07:13:09 is false if there are no number columns
07:13:09 is true if there is at least one number column
07:13:09 is false if there is a number column but without an aggregate function
07:13:09 selected state
07:13:09 is false if control is not enabled initially
07:13:09 is set to false if control will be disabled
07:13:0907:13:09TableControl
07:13:09 selected
07:13:09 opens and closes the control container
07:13:09 removes the content of the previous selected control without closing the container
07:13:09 sends selected events (for current and previous selection)
07:13:0907:13:09CellEditor
07:13:09 mouse click
07:13:09 starts cell edit if cell is editable
07:13:09 does not start cell edit if cell is not editable
07:13:09 does not start cell edit if row is disabled
07:13:09 does not start cell edit if table is disabled
07:13:09 does not start cell edit if mouse down and up happened on different cells
07:13:09 does not start cell edit if right mouse button was pressed
07:13:09 does not start cell edit if middle mouse button was pressed
07:13:09 does not open cell editor if a ctrl or shift is pressed, because the user probably wants to do row selection rather than cell editing
07:13:09 startCellEdit event
07:13:09 opens popup with field
07:13:09 endCellEdit event
07:13:09 destroys the field
07:13:09 removes the cell editor popup
07:13:09 completeEdit
07:13:09 sends completeCellEdit
07:13:09 sends completeCellEdit only once
07:13:09 does not remove the popup and its field (will be done by endCellEdit)
07:13:09 cancelEdit
07:13:09 sends cancelCellEdit
07:13:09 removes the popup and its field
07:13:09 validation
07:13:09 shows a tooltip if field has an error
07:13:09 does not sho a tooltip if field has no error
07:13:09 popup recovery
07:13:09 reopens popup if row gets updated
07:13:09 closes popup if row gets deleted
07:13:09 closes popup if all rows get deleted
07:13:09 closes popup (before) table is detached
07:13:09 closes popup when table is removed
07:13:09 tooltip recovery
07:13:09 removes tooltip if row gets deleted
07:13:0907:13:09DateColumnUserFilter
07:13:09 acceptByFields works
07:13:09 acceptByFields works with time
07:13:09 addFilterFields must not create date fields with time
07:13:0907:13:09TableTextUserFilter
07:13:09 filter
07:13:09 filters rows based on cell text
07:13:09 separates cell values with whitepace
07:13:09 works with bean columns
07:13:0907:13:09DateFormat
07:13:09 format
07:13:09 considers d M y
07:13:09 considers h H m a
07:13:09 considers E
07:13:09 parse
07:13:09 considers d M y
07:13:09 considers h H m a
07:13:09 analyze
07:13:09 analyzes the text and returns an object with months, years and days
07:13:09 considers pattern dd.MM.yyyy
07:13:09 considers pattern yyyy-MM-dd
07:13:09 considers pattern MM/dd/yyy
07:13:09 checks correct handling of am/pm
07:13:09 proposes valid dates for pattern dd.MM.yyyy
07:13:09 proposes valid dates for pattern MM.yyyy
07:13:09 proposes valid dates for pattern yyyy
07:13:09 proposes valid times
07:13:0907:13:09DecimalFormat
07:13:09 constructor
07:13:09 uses the pattern from the options
07:13:09 if the options parameter is a string, it assumes it is the pattern
07:13:09 format
07:13:09 considers decimal separators
07:13:09 considers grouping separators
07:13:09 can swap the position of the minus sign
07:13:09 can handle invalid patterns
07:13:09 distinguishes digits and zero digits
07:13:09 can handle positive and negative subpattern
07:13:09 can handle exotic symbols
07:13:09 can handle percentages, format taken from application
07:13:09 can handle multiplier
07:13:09 can handle rounding mode
07:13:09 round
07:13:09 can handle rounding modes
07:13:0907:13:09TextMap
07:13:09 get
07:13:09 returns correct text for key
07:13:09 may return empty text
07:13:09 may return null text
07:13:09 replaces arguments in text
07:13:09 may replace multiple arguments
07:13:09 returns a text containing undefinied if the key is not found
07:13:09 does a parent lookup if key is not found
07:13:09 returns a text containing undefinied if neither child nor parent contains the key
07:13:09 optGet
07:13:09 returns undefined if key is not found
07:13:09 returns default value if key is not found
07:13:09 returns text if key is found
07:13:09 returns text if key is found, with arguments
07:13:09 replaces the same placeholder if used multiple times
07:13:09 does a parent lookup if key is not found
07:13:0907:13:09scout.texts
07:13:09 init
07:13:09 creates Texts objects for each language tag given in the model
07:13:09 links Texts objects according the sub tags of the language tag
07:13:09 does not override existing text maps
07:13:09 get
07:13:09 returns the Texts for the given language tag
07:13:09 returns a Texts object with correct linking
07:13:09 creates an empty Texts object with correct linking if language tag is unknown
07:13:0907:13:09scout.tooltips
07:13:09 can be installed and uninstalled for a form field
07:13:09 creates a tooltip on mouseenter and removes it on mouseleave
07:13:09 if text
07:13:09 is empty no tooltip will be shown
07:13:09 is a function, it will be called for tooltip text
07:13:09 is undefined no tooltip will be shown
07:13:09 is provided by component, it will be used as tooltip text
07:13:09 is provided as function by component, it will be called and used as tooltip text
07:13:09 is provided using options and by component, text provided using options will be used
07:13:09 is a function, component is passed as first and only argument
07:13:0907:13:09CompactTreeAdapter
07:13:09 selectNodes
07:13:09 selects child node and notifies server if server selects the first title node
07:13:0907:13:09Compacttree
07:13:09 creation
07:13:09 adds no empty section node
07:13:09 adds a node with child node
07:13:09 adds a node with child nodes in correct order
07:13:09 deletes a node
07:13:09 inserts a child node
07:13:09 node click
07:13:09 calls selectNodes
07:13:0907:13:09TreeAdapter
07:13:09 node click
07:13:09 sends selection and click events in one call in this order
07:13:09 sends selection, check and click events if tree is checkable and checkbox has been clicked
07:13:09 does not send click if mouse down happens on another node than mouseup
07:13:09 does not send click if mouse down does not happen on a node
07:13:09 node double click
07:13:09 sends clicked, selection, action and expansion events
07:13:09 node control double click
07:13:09 sends clicked, selection, action and expansion events
07:13:09 selectNodes
07:13:09 sends nodeExpanded for the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)
07:13:09 does not send selection event if triggered by server
07:13:09 checkNodes
07:13:09 does not send checked event if triggered by server
07:13:09 setNodesExpanded
07:13:09 does not send expand event if triggered by server
07:13:09 collapseAll
07:13:09 sends nodeExpanded for every collapsed node
07:13:09 onModelAction
07:13:09 nodesInserted event
07:13:09 calls insertNodes
07:13:09 nodesDeleted event
07:13:09 calls deleteNodes
07:13:09 allChildNodesDeleted event
07:13:09 calls deleteAllChildNodes
07:13:09 nodesSelected event
07:13:09 calls selectNodes
07:13:09 nodeChanged event
07:13:09 calls changeNode
07:13:09 updates the text of the node
07:13:09 nodesUpdated event
07:13:09 calls updateNodes
07:13:09 childNodeOrderChanged event
07:13:09 calls updateNodeOrder
07:13:09 multiple events
07:13:09 handles delete, collapse, insert, expand events correctly
07:13:0907:13:09TreeKeyStrokes
07:13:09 key up
07:13:09 selects the above node in collapsed tree
07:13:09 selects the above node node in expanded tree
07:13:09 selects the last node if no node is selected yet
07:13:09 selects the only node if there is only one
07:13:09 does nothing if first node already is selected
07:13:09 key down
07:13:09 selects the node below in collapsed tree
07:13:09 selects the first node if no row is selected yet
07:13:09 selects the above node node in expanded tree
07:13:09 selects the only node if there is only one
07:13:09 does nothing if last node already is selected
07:13:09 Home
07:13:09 selects first node in collapsed tree
07:13:09 selects first node in expanded tree
07:13:09 Subtract
07:13:09 collapses a node
07:13:09 collapses a node and drill up
07:13:09 Add
07:13:09 expands a node
07:13:09 expands a node and drill down
07:13:09 End
07:13:09 jumps to last node
07:13:09 space
07:13:09 does nothing if no nodes are selected
07:13:09 checks the selected node
07:13:09 unchecks the selected node
07:13:0907:13:09TreeNodePosition
07:13:09 _findInsertPositionInFlatList
07:13:09 insert node between two other nodes on the same level
07:13:09 insert node between two other nodes on another level
07:13:09 insert node ahead all other nodes on the same level
07:13:09 insert node below all other nodes on the same level
07:13:09 insert a subtree between two other nodes on the same level
07:13:09 insert a node below another node of the same level with an expanded subtree
07:13:09 _addChildrenToFlatListIfExpanded
07:13:09 expands collapsed node
07:13:09 expands collapsed node with different levels in insertBatch
07:13:0907:13:09Tree
07:13:09 creation
07:13:09 adds nodes
07:13:09 does not add notes if no nodes are provided
07:13:09 insertNodes
07:13:09 inserting a child
07:13:09 inserts in a reasonable order if childNodeIndex is not set
07:13:09 updates model
07:13:09 updates model with a complex node containing another node
07:13:09 updates html document if parent is expanded
07:13:09 updates html document at a specific position
07:13:09 only updates the model if parent is collapsed
07:13:09 expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
07:13:09 with breadcrumb style
07:13:09 inserts a html node if the parent node is selected
07:13:09 only updates model if the parent node is not selected
07:13:09 inserts html nodes at a specific position
07:13:09 expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
07:13:09 updateNodes
07:13:09 update same node instance
07:13:09 enabled update
07:13:09 updates the enabled state of the model node
07:13:09 updates the enabled state of the html node, if visible
07:13:09 updates the enabled state of the html node after expansion, if not visible
07:13:09 enabled update on checkable tree
07:13:09 updates the enabled state of the model node
07:13:09 updates the enabled state of the html node, if visible
07:13:09 updates the enabled state of the html node after expansion, if not visible
07:13:09 changeNode
07:13:09 updates the text of the model node
07:13:09 updates the text of the html node
07:13:09 updates custom cssClass of model and html node
07:13:09 preserves child-of-selected when root nodes get changed
07:13:09 preserves child-of-selected when child nodes get changed
07:13:09 preserves group css class when nodes get updated
07:13:09 deleteNodes
07:13:09 deleting a child
07:13:09 updates model
07:13:09 updates html document
07:13:09 updates child node indices
07:13:09 considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
07:13:09 deleting a root node
07:13:09 updates model
07:13:09 updates html document
07:13:09 deleting a collapsed root node
07:13:09 updates model
07:13:09 updates html document
07:13:09 deleting all nodes
07:13:09 updates model
07:13:09 updates html document
07:13:09 deleteAllChildNodes
07:13:09 deletes all nodes from model
07:13:09 deletes all nodes from html document
07:13:09 deletes all nodes from model for a given parent
07:13:09 deletes all nodes from html document for a given parent
07:13:09 checkNodes
07:13:09 checks a subnode -> mark upper nodes
07:13:09 checks a node -> mark upper nodes -> uncheck node and test if node keeps marked because children are checked
07:13:09 checks a subnode and its sibling -> mark upper nodes -> uncheck one of the siblings
07:13:09 does not check a disabled node
07:13:09 does not check a node in a disabled tree
07:13:09 never checks two nodes if multiCheck is set to false
07:13:09 checks children if autoCheckChildren is set to true
07:13:09 does not check the children if autoCheckChildren is set to false
07:13:09 does not check nodes if checkable is set to false
07:13:09 node click
07:13:09 calls tree._onNodeMouseDown
07:13:09 updates model (selection)
07:13:09 node double click
07:13:09 expands/collapses the node
07:13:09 node control double click
07:13:09 does the same as control single click (does NOT expand and immediately collapse again)
07:13:09 deselectAll
07:13:09 clears the selection
07:13:09 selectNodes
07:13:09 selects a node
07:13:09 selectedNode()
07:13:09 expands the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)
07:13:09 also expands the node if bread crumb mode is enabled
07:13:09 also expands the parents in breadcrumb mode if a hidden node should be selected after being expanded and collapsed while in its hidden state
07:13:09 sets css class ancestor-of-selected on every ancestor of the selected element
07:13:09 sets css class child-of-selected on direct children of the selected element
07:13:09 may select a node which is not rendered
07:13:09 sets parent and ancestor css classes even if nodes are not rendered
07:13:09 sets child-of-selected css class even if nodes are not rendered
07:13:09 expandNode
07:13:09 sets css class child-of-selected on direct children if the expanded node is selected
07:13:09 renders the child nodes if parent is expanded
07:13:09 with breadcrumb style
07:13:09 renders the child nodes if parent is expanded
07:13:09 ensures top level nodes are rendered
07:13:09 expandAllParentNodes
07:13:09 expands all parent nodes of the given node (model)
07:13:09 expands all parent nodes of the given node (html)
07:13:09 collapseNode
07:13:09 prevents collapsing in bread crumb mode if node is selected
07:13:09 collapseAll
07:13:09 collapses all nodes
07:13:09 updateItemPath
07:13:09 Sets css class group on every element within the same group
07:13:09 updateNodeOrder
07:13:09 reorders the child nodes if parent is given (model)
07:13:09 reorders the child nodes if parent is given and expanded (model)
07:13:09 reorders the child nodes if parent is given (html)
07:13:09 considers view range when updating child node order
07:13:09 reorders expanded child nodes if parent is given (model)
07:13:09 reorders the root nodes if no parent is given (model)
07:13:09 reorders the root nodes if no parent is given (html)
07:13:09 reorders expanded root nodes if no parent is given (model)
07:13:09 reorders expanded root nodes if no parent is given (html)
07:13:09 tree filter
07:13:09 filters nodes when filter() is called
07:13:09 filters nodes when filter is added and removed
07:13:09 makes sure only filtered nodes are displayed when node gets expanded
07:13:09 applies filter if a node gets changed
07:13:09 applies filter if a node gets inserted
07:13:09 make sure nodes unchanged by filters are attached. See ticket #168957
07:13:09 tree enabled/disabled
07:13:09 disables checkboxes when tree is disabled
07:13:09 test visible list and map
07:13:09 with initial all expanded nodes
07:13:09 init with all expanded in correct order
07:13:09 collapse a node -> all children have to be removed
07:13:09 filter node -> filtered node and children has to be removed from visible
07:13:09 update node -> node is filtered
07:13:09 insert expanded node to expanded parent
07:13:09 insert child node in filtered parent
07:13:09 insert child node which should be filtered
07:13:09 with initial all closed nodes
07:13:09 init with all collapsed
07:13:09 insert child node collapsed parent
07:13:09 expand node
07:13:09 expand child node
07:13:09 destroy tree nodes
07:13:09 should destroy all tree nodes and set destroyed flag
07:13:0907:13:09scout.Call
07:13:09 calls done on success
07:13:09 calls fail on failure
07:13:09 retries on failure
07:13:0907:13:09DetachHelper
07:13:09 restores sticky tooltips
07:13:09 removes tooltip when achor is detached
07:13:09 considers the context of $anchor -> only removes tooltips in that context
07:13:0907:13:09Device
07:13:09 scout.device
07:13:09 is initialized automatically
07:13:09 isWindowsTablet
07:13:09 returns true when browser is Edge and scrollbarWidth is 0
07:13:09 user agent parsing
07:13:09 recognizes iOS devices
07:13:09 recognizes Android devices
07:13:09 recognizes normal Windows PCs
07:13:09 recognizes supported browsers
07:13:0907:13:09EventSupport
07:13:09 on / trigger / off
07:13:09 single event func only triggered until off() is called
07:13:09 multiple events
07:13:09 one
07:13:09 single event func only triggered once when registered with one()
07:13:09 event parameter passed to registered func
07:13:09 de-register function registered with one()
07:13:09 off
07:13:09 remove all with same type
07:13:09 remove specific listener
07:13:0907:13:09Range
07:13:09 equals
07:13:09 union
07:13:09 returns a new range with the sum of both ranges
07:13:09 returns a copy of both ranges if the ranges don't overlap
07:13:09 returns a copy of the non empty range if one range is empty
07:13:09 subtract
07:13:09 returns a new range where the second range is removed from the first
07:13:09 returns a copy of the first range if the second does not overlap the first
07:13:09 returns an empty range if second range completely covers the first
07:13:09 returns a new range if second range is inside the first and touches a border
07:13:09 returns an array of two ranges if second range is inside the first but does not touch a border
07:13:09 returns a copy of the first range if the second range is empty
07:13:09 returns an empty range if the first range is empty
07:13:09 subtractAll
07:13:09 subtracts all given ranges
07:13:09 may return multiple ranges
07:13:09 intersect
07:13:09 returns a new range with the part where both ranges overlap
07:13:09 returns an empty range if the ranges don't overlap
07:13:09 returns an empty range if one range is empty
07:13:0907:13:09scout.URL
07:13:09 can parse super-simple URL
07:13:09 can parse empty hash
07:13:09 can parse a moderately simple URL
07:13:09 can convert the URL to string (only changed in order of arguments)
07:13:09 can handle multi-valued parameters
07:13:09 can add parameters
07:13:09 can remove parameters
07:13:09 can create or replace parameters
07:13:09 can handle non-ascii characters
07:13:09 can sort parameters
07:13:0907:13:09scout.arrays
07:13:09 init
07:13:09 checks whether array has correct length and initial values
07:13:09 ensure
07:13:09 creates an array if the param is not an array
07:13:09 returns the param if the param already is an array
07:13:09 remove
07:13:09 removes elements
07:13:09 removeAll
07:13:09 removes all given elements
07:13:09 considers emtpy args
07:13:09 replace
07:13:09 replaces elements
07:13:09 insert
07:13:09 insert element at index
07:13:09 insertArray
07:13:09 insert element array at index
07:13:09 max
07:13:09 returns 0 iff input contains 0
07:13:09 behaves like Math.max on null and undefined
07:13:09 ignores non-number elements
07:13:09 min
07:13:09 returns 0 iff input contains 0
07:13:09 behaves like Math.min on null and undefined
07:13:09 ignores non-number elements
07:13:09 move
07:13:09 replaces elements
07:13:09 union
07:13:09 merges two arrays
07:13:09 merges two arrays and removes duplicates
07:13:09 also works with floats
07:13:09 if the arrays contain objects instead of primitives, it uses their id to check for equality
07:13:09 does not fail if arr1 or arr2 are not defined
07:13:09 equals
07:13:09 checks whether two arrays contain the same elements in the same order
07:13:09 considers emtpy and same arrays
07:13:09 returns true if one array is undefined/null and the other empty
07:13:09 equalsIgnoreOrder
07:13:09 checks whether two arrays contain the same elements without considering the order
07:13:09 considers emtpy and same arrays
07:13:09 returns true if one array is undefined/null and the other empty
07:13:09 findIndex
07:13:09 returns the index of the element for which the given predicate returns true
07:13:09 find
07:13:09 returns the element for which the given predicate returns true
07:13:09 findFrom
07:13:09 returns the element for which the given predicate returns true, starting from a given index
07:13:09 does not return the element for which the given predicate returns true, if it is on the left side of the start index
07:13:09 also checks the element at start index
07:13:09 searches from right to left if backwards is true
07:13:09 format
07:13:09 formats an array by concatenating each entry
07:13:09 returns '' for empty array or if no array was provided
07:13:09 formatEncoded
07:13:09 encodes the html of each array element
07:13:09 first
07:13:09 finds first array element
07:13:09 last
07:13:09 finds last array element
07:13:09 pushIfDefined
07:13:09 pushes element only if it is defined
07:13:0907:13:09scout.dates
07:13:09 shift
07:13:09 shifts year or month or day
07:13:09 shifts year and month if both provided
07:13:09 shifts year and month and day if all provided
07:13:09 shift year
07:13:09 adds or removes years
07:13:09 handles edge case leap year
07:13:09 shift month
07:13:09 adds or removes months
07:13:09 handles edge case start month
07:13:09 handles edge case end month
07:13:09 handles edge case leap year
07:13:09 shiftToNextDayOfType
07:13:09 shifts to next day of type
07:13:09 shiftToPreviousDayOfType
07:13:09 shifts to previous day of type
07:13:09 ensureMonday
07:13:09 shifts to next monday in direction if it is not a monday yet
07:13:09 isSameDay
07:13:09 returns true if day, month and year matches
07:13:09 compareMonths
07:13:09 returns the differences in number of months
07:13:09 ignores time
07:13:09 works with different years
07:13:09 compareDays
07:13:09 returns the differences in number of days
07:13:09 ignores time
07:13:09 works with different month
07:13:09 works with different years
07:13:09 timestamp
07:13:09 returns a string of the expected length withonly digits
07:13:09 orderWeekdays
07:13:09 orders weekdays
07:13:09 toJsonDate / parseJsonDate
07:13:09 can handle missing or invalid inputs
07:13:09 can convert JSON and JS dates
07:13:09 create
07:13:09 can create dates
07:13:09 weekInYear
07:13:09 can calculate week in year
07:13:09 format
07:13:09 can handle invalid values
07:13:09 can format valid dates
07:13:09 compare
07:13:09 can handle invalid dates
07:13:09 can compare valid dates
07:13:09 equals
07:13:09 returns true if the dates are equal, false if not
07:13:09 isLeapYear
07:13:09 correctly identifies leap years
07:13:09 combineDateTime
07:13:09 creates a new date by using date part of param date and time part of param time.
07:13:09 uses 01-01-1970 as date part if date is ommitted
07:13:09 uses 00:00 as time part if time is ommitted
07:13:0907:13:09scout.defaultValues
07:13:09 init
07:13:09 can load invalid configurations
07:13:09 applyTo
07:13:09 can apply default values to JSON
07:13:09 can apply default values to JSON considering the model variant
07:13:09 copies default values 'by value'
07:13:0907:13:09scout.icons
07:13:09 parses bitmap icons
07:13:09 parses font icons (scoutIcons font)
07:13:09 parses font icons (custom font)
07:13:09 parses returns a CSS class for custom fonts
07:13:09 appends CSS class string with custom fonts
07:13:0907:13:09scout.models
07:13:09 get
07:13:09 load object without type
07:13:09 ensure the object is a copy
07:13:09 extend
07:13:09 insert new property into root object
07:13:09 override property in root object
07:13:09 insert new property into a non existing array on root object
07:13:09 override property in tree object
07:13:09 insert new object into tree object
07:13:09 insert new object tree into tree object
07:13:09 insert new object into tree object with fixed index
07:13:09 insert new object into tree object with relative index
07:13:09 insert new object into tree object with relative index and two extension elements
07:13:09 insert object referenced by String
07:13:09 insert object bound to field
07:13:09 insert objects array bound to field
07:13:0907:13:09scout.numbers
07:13:09 round
07:13:09 tests special cases
07:13:09 tests rounding mode 'UP'
07:13:09 tests rounding mode 'DOWN'
07:13:09 tests rounding mode 'CEILING'
07:13:09 tests rounding mode 'FLOOR'
07:13:09 tests rounding mode 'HALF_UP'
07:13:09 tests rounding mode 'HALF_DOWN'
07:13:09 shiftDecimalPoint
07:13:09 can shift decimal point to left and right
07:13:09 randomId
07:13:09 can generate random IDs
07:13:09 correlationId
07:13:09 can generate random correlation IDs
07:13:09 isNumber
07:13:09 returns true if the value is a number
07:13:09 returns false if the value is not a number
07:13:09 returns false if the value is NaN
07:13:0907:13:09scout.objects
07:13:09 copyProperties
07:13:09 copies all properties
07:13:09 copies the properties from prototype as well
07:13:09 copies only the properties specified by the filter, if there is one
07:13:09 copyOwnProperties
07:13:09 copies all properties
07:13:09 does not copy the properties from prototype
07:13:09 copies only the properties specified by the filter, if there is one
07:13:09 countOwnProperties
07:13:09 counts all own properties
07:13:09 valueCopy
07:13:09 copies an object by value
07:13:09 isNumber
07:13:09 returns true iff argument is a number
07:13:09 isArray
07:13:09 returns true when argument is an array
07:13:09 isNullOrUndefined
07:13:09 returns true when argument is null or undefined, but not when 0 or any other value
07:13:09 values
07:13:09 returns object values
07:13:09 can handle maps
07:13:09 findChildObjectByKey
07:13:09 find root object
07:13:09 find object in tree
07:13:09 find object in array
07:13:09 find object in nested array
07:13:09 find object in array within the tree
07:13:09 search for not existing property
07:13:09 search for not existing id
07:13:09 search for not existing property and value
07:13:09 isPlainObject
07:13:09 works as expected
07:13:09 argumentsToArray
07:13:09 returns an array
07:13:0907:13:09scout.promises
07:13:09 oneByOne stops executing after failure
07:13:09 groupwise stops executing after failed group
07:13:09 parallel stops executing after failed promise
07:13:09 does not cut off error arguments
07:13:09 adds all result arguments, one for each deferred
07:13:0907:13:09scout.strings
07:13:09 nl2br
07:13:09 can convert newlines to br tags
07:13:09 encodes html, if the parameter is set to true (default)
07:13:09 hasText
07:13:09 can check if string has text
07:13:09 repeat
07:13:09 can repeat strings
07:13:09 padZeroLeft
07:13:09 can pad strings with 0
07:13:09 startsWith
07:13:09 can check if a string starts with another
07:13:09 endsWith
07:13:09 can check if a string ends with another
07:13:09 count
07:13:09 can count occurrences
07:13:09 encode
07:13:09 encodes html
07:13:09 does not try to encode empty strings
07:13:09 caches the html element used for encoding
07:13:09 join
07:13:09 joins strings
07:13:09 join works with array as second parameter
07:13:09 box
07:13:09 boxes strings
07:13:09 lowercaseFirstLetter
07:13:09 converts first letter to lowercase
07:13:09 quote
07:13:09 quotes special characters for regexp
07:13:09 asString
07:13:09 converts input to string
07:13:09 plainText
07:13:09 converts html to plain text
07:13:09 does not try to get plaintext of empty strings
07:13:09 caches the html element used for getting plain text
07:13:09 considers upper and lower case tags
07:13:09 converts br, p, div into new lines
07:13:09 converts li, tr into new lines
07:13:09 converts td into whitespaces
07:13:09 converts , &, >, <
07:13:09 preserves tabs
07:13:09 removes leading and trailing newlines if configured
07:13:09 leaves multiple newlines alone unless configured
07:13:09 insertAt
07:13:09 can insert strings into other strings
07:13:09 nvl
07:13:09 returns an empty string when input is null or undefined
07:13:09 countCodePoints
07:13:09 returns the number of codepoints in a string
07:13:09 splitMax
07:13:09 returns not more than limit elements
07:13:0907:13:09scout.styles
07:13:09 can calculate and apply legacy styles
07:13:0907:13:09Widget
07:13:09 rendering
07:13:09 should set rendering, rendered flags correctly
07:13:09 should set rendering flag to true _while_ the component is rendering
07:13:09 attach/detach
07:13:09 attached and rendered is false by default
07:13:09 attached and rendered has the right value after render/remove and attach/detach
07:13:09 clone
07:13:09 clones only properties marked as clone property
07:13:09 'text' must be recognized as clone property, but not '$container'
07:13:09 prefers properties passed as modelOverride
07:13:09 init
07:13:09 links widget properties with the widget
07:13:09 destroy
07:13:09 destroys the widget
07:13:09 destroys the children
07:13:09 does only destroy children if the parent is the owner
07:13:09 removes the link to parent and owner
07:13:09 setParent
07:13:09 links the widget with the new parent
07:13:09 removes the widget from the old parent if the old is not the owner
07:13:09 does not remove the widget from the old parent if the old is the owner
07:13:09 relinks parent destroy listener to the new parent
07:13:09 remove
07:13:09 removes the widget
07:13:09 removes the children
07:13:09 does not remove the children if owner is removed but parent is still rendered
07:13:09 setProperty
07:13:09 triggers a property change event if the value changes
07:13:09 does not trigger a property change event if the value does not change
07:13:09 with widget property
07:13:09 links the widget with the new child widget
07:13:09 links the widget with the new child widgets if it is an array
07:13:09 does not fail if new widget is null
07:13:09 calls the _render* method if there is one for this property
07:13:09 property css class
07:13:09 adds or removes custom css class
07:13:09 does not accidentally remove other css classes on a property change
07:13:09 addCssClass
07:13:09 adds the cssClass to the existing classes
07:13:09 does not add the same class multiple times
07:13:09 removeCssClass
07:13:09 removes the cssClass from the existing classes
07:13:09 focus
07:13:09 sets the focus on the container
07:13:09 schedules the focus request if the widget is not rendered
07:13:09 Widget properties
07:13:09 automatically resolves referenced widgets
07:13:0907:13:09Results: 1566 specs, 0 failures, 0 pending
07:13:0907:13:09[INFO] stopped o.e.j.s.h.ContextHandler{/webjars,file:/jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/}
07:13:09[INFO] stopped o.e.j.s.h.ContextHandler{/classpath,file:/jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/}
07:13:09[INFO] stopped o.e.j.s.h.ContextHandler{/,file:/jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/}
07:13:09[INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/}
07:13:09[INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/}
07:13:09[INFO] stopped o.e.j.s.h.ContextHandler{/spec,file:/jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/}
07:13:09[INFO] stopped o.e.j.s.h.ContextHandler{/src,file:/jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/}
07:13:09[INFO]
07:13:09[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.test ---
07:13:09[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar
07:13:09[INFO]
07:13:09[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.test ---
07:13:09[INFO] Skipping because packaging 'jar' is not pom.
07:13:09[INFO]
07:13:09[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.test ---
07:13:09[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar
07:13:10[INFO]
07:13:10[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.test ---
07:13:10[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-sources.jar
07:13:10[INFO]
07:13:10[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.test ---
07:13:10[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar
07:13:10[INFO]
07:13:10[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.test ---
07:13:10[INFO] Checking compile classpath
07:13:10[INFO] Checking runtime classpath
07:13:10[INFO] Checking test classpath
07:13:10[INFO]
07:13:10[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.test ---
07:13:10[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
07:13:11[INFO]
07:13:11[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.test ---
07:13:11[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar
07:13:11[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.test/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.pom
07:13:11[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar
07:13:11[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-sources.jar
07:13:11[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar
07:13:11[INFO]
07:13:11[INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium >-----
07:13:11[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium 7.0.300-SNAPSHOT [33/39]
07:13:11[INFO] --------------------------------[ jar ]---------------------------------
07:13:11[INFO]
07:13:11[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:11[INFO] Deleting /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.selenium/target
07:13:11[INFO]
07:13:11[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:11[INFO]
07:13:11[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:12[INFO]
07:13:12[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:12[INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.selenium/../org.eclipse.scout.rt/target/jacoco-all.exec
07:13:12[INFO]
07:13:12[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:12[INFO] Using 'UTF-8' encoding to copy filtered resources.
07:13:12[INFO] Copying 1 resource
07:13:12[INFO]
07:13:12[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:12[INFO] Changes detected - recompiling the module!
07:13:12[INFO] Compiling 19 source files to /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.selenium/target/classes
07:13:12[INFO]
07:13:12[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:12[INFO] Using 'UTF-8' encoding to copy filtered resources.
07:13:12[INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.selenium/src/test/resources
07:13:12[INFO]
07:13:12[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:12[INFO] No sources to compile
07:13:12[INFO]
07:13:12[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:12[INFO] No tests to run.
07:13:12[INFO]
07:13:12[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:12[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.jar
07:13:12[INFO]
07:13:12[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:12[INFO] Skipping because packaging 'jar' is not pom.
07:13:12[INFO]
07:13:12[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:12[INFO] Skipping packaging of the test-jar
07:13:12[INFO]
07:13:12[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:12[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar
07:13:12[INFO]
07:13:12[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:12[INFO] No sources in project. Archive not created.
07:13:12[INFO]
07:13:12[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:12[INFO] Checking compile classpath
07:13:13[INFO] Checking runtime classpath
07:13:13[INFO] Checking test classpath
07:13:13[INFO]
07:13:13[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:13[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
07:13:14[INFO]
07:13:14[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.selenium ---
07:13:14[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.jar
07:13:14[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.selenium/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.pom
07:13:14[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar
07:13:14[INFO]
07:13:14[INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test >--
07:13:14[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 7.0.300-SNAPSHOT [34/39]
07:13:14[INFO] --------------------------------[ jar ]---------------------------------
07:13:14[INFO]
07:13:14[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:14[INFO] Deleting /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target
07:13:14[INFO]
07:13:14[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:14[INFO]
07:13:14[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:15[INFO]
07:13:15[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:15[INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.scriptprocessor.test/../org.eclipse.scout.rt/target/jacoco-all.exec
07:13:15[INFO]
07:13:15[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:15[INFO] Using 'UTF-8' encoding to copy filtered resources.
07:13:15[INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/main/resources
07:13:15[INFO]
07:13:15[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:15[INFO] No sources to compile
07:13:15[INFO]
07:13:15[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:15[INFO] Using 'UTF-8' encoding to copy filtered resources.
07:13:15[INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/test/resources
07:13:15[INFO]
07:13:15[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:15[INFO] Changes detected - recompiling the module!
07:13:15[INFO] Compiling 3 source files to /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/test-classes
07:13:15[INFO]
07:13:15[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:15[INFO] Surefire report directory: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/surefire-reports
07:13:1507:13:15-------------------------------------------------------
07:13:15 T E S T S
07:13:15-------------------------------------------------------
07:13:15Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout -DforkCount=1
07:13:15Running org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest
07:13:16SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
07:13:16SLF4J: Defaulting to no-operation (NOP) logger implementation
07:13:16SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
07:13:17Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.601 sec - in org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest
07:13:1707:13:17Results :
07:13:1707:13:17Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
07:13:1707:13:17[INFO]
07:13:17[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:17[WARNING] JAR will be empty - no content was marked for inclusion!
07:13:17[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.jar
07:13:17[INFO]
07:13:17[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:17[INFO] Skipping because packaging 'jar' is not pom.
07:13:17[INFO]
07:13:17[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:17[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-tests.jar
07:13:18[INFO]
07:13:18[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:18[INFO] No sources in project. Archive not created.
07:13:18[INFO]
07:13:18[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:18[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar
07:13:18[INFO]
07:13:18[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:18[INFO] Checking compile classpath
07:13:18[INFO] Checking runtime classpath
07:13:18[INFO] Checking test classpath
07:13:18[INFO]
07:13:18[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:18[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
07:13:18[INFO]
07:13:18[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
07:13:18[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.jar
07:13:18[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.scriptprocessor.test/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.pom
07:13:18[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-tests.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-tests.jar
07:13:18[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar
07:13:18[INFO]
07:13:18[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html >--------
07:13:18[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 7.0.300-SNAPSHOT [35/39]
07:13:18[INFO] --------------------------------[ jar ]---------------------------------
07:13:18[INFO]
07:13:18[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:18[INFO] Deleting /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.svg.ui.html/target
07:13:18[INFO]
07:13:18[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:18[INFO]
07:13:18[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:19[INFO]
07:13:19[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:19[INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.svg.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec
07:13:19[INFO]
07:13:19[INFO] --- build-helper-maven-plugin:1.12:add-resource (add-js-resource) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:19[INFO]
07:13:19[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:19[INFO] Using 'UTF-8' encoding to copy filtered resources.
07:13:19[INFO] Copying 1 resource
07:13:19[INFO] Copying 5 resources
07:13:19[INFO]
07:13:19[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:19[INFO] Changes detected - recompiling the module!
07:13:19[INFO] Compiling 2 source files to /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.svg.ui.html/target/classes
07:13:19[INFO]
07:13:19[INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:19[INFO]
07:13:19[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:19[INFO] Using 'UTF-8' encoding to copy filtered resources.
07:13:19[INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.svg.ui.html/src/test/resources
07:13:19[INFO]
07:13:19[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:19[INFO] No sources to compile
07:13:19[INFO]
07:13:19[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:19[INFO] No tests to run.
07:13:19[INFO]
07:13:19[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:19[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar
07:13:19[INFO]
07:13:19[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:19[INFO] Skipping because packaging 'jar' is not pom.
07:13:19[INFO]
07:13:19[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:19[INFO] Skipping packaging of the test-jar
07:13:19[INFO]
07:13:19[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:19[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar
07:13:19[INFO]
07:13:19[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:19[INFO] No sources in project. Archive not created.
07:13:19[INFO]
07:13:19[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:19[INFO] Checking compile classpath
07:13:19[INFO] Checking runtime classpath
07:13:19[INFO] Checking test classpath
07:13:20[INFO]
07:13:20[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:20[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
07:13:20[INFO]
07:13:20[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.ui.html ---
07:13:20[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar
07:13:20[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.svg.ui.html/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.pom
07:13:20[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar
07:13:20[INFO]
07:13:20[INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty >----------
07:13:20[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 7.0.300-SNAPSHOT [36/39]
07:13:20[INFO] --------------------------------[ jar ]---------------------------------
07:13:20[INFO]
07:13:20[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty ---
07:13:20[INFO] Deleting /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty/target
07:13:20[INFO]
07:13:20[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty ---
07:13:20[INFO]
07:13:20[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty ---
07:13:21[INFO]
07:13:21[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty ---
07:13:21[INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty/../org.eclipse.scout.rt/target/jacoco-all.exec
07:13:21[INFO]
07:13:21[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty ---
07:13:21[INFO] Using 'UTF-8' encoding to copy filtered resources.
07:13:21[INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty/src/main/resources
07:13:21[INFO]
07:13:21[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty ---
07:13:21[INFO] Changes detected - recompiling the module!
07:13:21[INFO] Compiling 1 source file to /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty/target/classes
07:13:22[INFO]
07:13:22[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty ---
07:13:22[INFO] Using 'UTF-8' encoding to copy filtered resources.
07:13:22[INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty/src/test/resources
07:13:22[INFO]
07:13:22[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty ---
07:13:22[INFO] No sources to compile
07:13:22[INFO]
07:13:22[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty ---
07:13:22[INFO] No tests to run.
07:13:22[INFO]
07:13:22[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty ---
07:13:22[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.jar
07:13:22[INFO]
07:13:22[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty ---
07:13:22[INFO] Skipping because packaging 'jar' is not pom.
07:13:22[INFO]
07:13:22[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty ---
07:13:22[INFO] Skipping packaging of the test-jar
07:13:22[INFO]
07:13:22[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty ---
07:13:22[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar
07:13:22[INFO]
07:13:22[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty ---
07:13:22[INFO] No sources in project. Archive not created.
07:13:22[INFO]
07:13:22[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty ---
07:13:22[INFO] Checking compile classpath
07:13:22[INFO] Checking runtime classpath
07:13:22[INFO] Checking test classpath
07:13:22[INFO]
07:13:22[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty ---
07:13:22[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
07:13:22[INFO]
07:13:22[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty ---
07:13:22[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.jar
07:13:22[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.pom
07:13:22[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar
07:13:22[INFO]
07:13:22[INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix >-----
07:13:22[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 7.0.300-SNAPSHOT [37/39]
07:13:22[INFO] --------------------------------[ jar ]---------------------------------
07:13:22[INFO]
07:13:22[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:22[INFO] Deleting /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test.affix/target
07:13:22[INFO]
07:13:22[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:22[INFO]
07:13:22[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:23[INFO]
07:13:23[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:23[INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test.affix/../org.eclipse.scout.rt/target/jacoco-all.exec
07:13:23[INFO]
07:13:23[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:23[INFO] Using 'UTF-8' encoding to copy filtered resources.
07:13:23[INFO] Copying 1 resource
07:13:23[INFO]
07:13:23[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:23[INFO] No sources to compile
07:13:23[INFO]
07:13:23[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:23[INFO] Using 'UTF-8' encoding to copy filtered resources.
07:13:23[INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test.affix/src/test/resources
07:13:23[INFO]
07:13:23[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:23[INFO] No sources to compile
07:13:23[INFO]
07:13:23[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:23[INFO] No tests to run.
07:13:23[INFO]
07:13:23[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:23[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.jar
07:13:23[INFO]
07:13:23[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:23[INFO] Skipping because packaging 'jar' is not pom.
07:13:23[INFO]
07:13:23[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:23[INFO] Skipping packaging of the test-jar
07:13:23[INFO]
07:13:23[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:23[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT-sources.jar
07:13:23[INFO]
07:13:23[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:23[INFO] No sources in project. Archive not created.
07:13:23[INFO]
07:13:23[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:23[INFO] Checking compile classpath
07:13:23[INFO] Checking runtime classpath
07:13:23[INFO] Checking test classpath
07:13:23[INFO]
07:13:23[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:23[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
07:13:23[INFO]
07:13:23[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test.affix ---
07:13:23[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.jar
07:13:23[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test.affix/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.pom
07:13:23[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT-sources.jar
07:13:23[INFO]
07:13:23[INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test >--------
07:13:23[INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 7.0.300-SNAPSHOT [38/39]
07:13:23[INFO] --------------------------------[ jar ]---------------------------------
07:13:23[INFO]
07:13:23[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test ---
07:13:23[INFO] Deleting /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test/target
07:13:23[INFO]
07:13:24[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test ---
07:13:24[INFO]
07:13:24[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty.test ---
07:13:25[INFO]
07:13:25[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test ---
07:13:25[INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test/../org.eclipse.scout.rt/target/jacoco-all.exec
07:13:25[INFO]
07:13:25[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test ---
07:13:25[INFO] Using 'UTF-8' encoding to copy filtered resources.
07:13:25[INFO] Copying 7 resources
07:13:25[INFO]
07:13:25[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty.test ---
07:13:25[INFO] No sources to compile
07:13:25[INFO]
07:13:25[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test ---
07:13:25[INFO] Using 'UTF-8' encoding to copy filtered resources.
07:13:25[INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test/src/test/resources
07:13:25[INFO]
07:13:25[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test ---
07:13:25[INFO] Changes detected - recompiling the module!
07:13:25[INFO] Compiling 1 source file to /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test/target/test-classes
07:13:25[INFO]
07:13:25[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty.test ---
07:13:25[INFO] Surefire report directory: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test/target/surefire-reports
07:13:2507:13:25-------------------------------------------------------
07:13:25 T E S T S
07:13:25-------------------------------------------------------
07:13:25Picked up JAVA_TOOL_OPTIONS: -Xmx2G -Djava.io.tmpdir=/tmp/genie.scout -DforkCount=1
07:13:25Running org.eclipse.scout.dev.jetty.JettyServerTest
07:13:25SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
07:13:25SLF4J: Defaulting to no-operation (NOP) logger implementation
07:13:25SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
07:13:25Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec - in org.eclipse.scout.dev.jetty.JettyServerTest
07:13:2607:13:26Results :
07:13:2607:13:26Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
07:13:2607:13:26[INFO]
07:13:26[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test ---
07:13:26[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.jar
07:13:26[INFO]
07:13:26[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test ---
07:13:26[INFO] Skipping because packaging 'jar' is not pom.
07:13:26[INFO]
07:13:26[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test ---
07:13:26[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-tests.jar
07:13:26[INFO]
07:13:26[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test ---
07:13:26[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-sources.jar
07:13:26[INFO]
07:13:26[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test ---
07:13:26[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar
07:13:26[INFO]
07:13:26[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test ---
07:13:26[INFO] Checking compile classpath
07:13:26[INFO] Checking runtime classpath
07:13:26[INFO] Checking test classpath
07:13:26[INFO]
07:13:26[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test ---
07:13:26[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
07:13:26[INFO]
07:13:26[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test ---
07:13:26[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.jar
07:13:26[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.pom
07:13:26[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-tests.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-tests.jar
07:13:26[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-sources.jar
07:13:26[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar
07:13:26[INFO]
07:13:26[INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt-settings >---------
07:13:26[INFO] Building org.eclipse.scout.rt-settings 7.0.300-SNAPSHOT [39/39]
07:13:26[INFO] --------------------------------[ jar ]---------------------------------
07:13:26[INFO]
07:13:26[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt-settings ---
07:13:26[INFO] Deleting /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt-settings/target
07:13:26[INFO]
07:13:26[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt-settings ---
07:13:26[INFO]
07:13:26[INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt-settings ---
07:13:28[INFO]
07:13:28[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt-settings ---
07:13:28[INFO] master_test_jacocoArgLine set to -javaagent:/home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt-settings/../org.eclipse.scout.rt/target/jacoco-all.exec
07:13:28[INFO]
07:13:28[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt-settings ---
07:13:28[INFO] Using 'UTF-8' encoding to copy filtered resources.
07:13:28[INFO] Copying 15 resources
07:13:28[INFO]
07:13:28[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt-settings ---
07:13:28[INFO] No sources to compile
07:13:28[INFO]
07:13:28[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt-settings ---
07:13:28[INFO] Using 'UTF-8' encoding to copy filtered resources.
07:13:28[INFO] skip non existing resourceDirectory /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt-settings/src/test/resources
07:13:28[INFO]
07:13:28[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt-settings ---
07:13:28[INFO] No sources to compile
07:13:28[INFO]
07:13:28[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt-settings ---
07:13:28[INFO] No tests to run.
07:13:28[INFO]
07:13:28[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt-settings ---
07:13:28[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.jar
07:13:28[INFO]
07:13:28[INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt-settings ---
07:13:28[INFO] Skipping because packaging 'jar' is not pom.
07:13:28[INFO]
07:13:28[INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt-settings ---
07:13:28[INFO] Skipping packaging of the test-jar
07:13:28[INFO]
07:13:28[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt-settings ---
07:13:28[INFO] Building jar: /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT-sources.jar
07:13:28[INFO]
07:13:28[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt-settings ---
07:13:28[INFO] No sources in project. Archive not created.
07:13:28[INFO]
07:13:28[INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt-settings ---
07:13:28[INFO] Checking compile classpath
07:13:28[INFO] Checking runtime classpath
07:13:28[INFO] Checking test classpath
07:13:28[INFO]
07:13:28[INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt-settings ---
07:13:28[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
07:13:28[INFO]
07:13:28[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt-settings ---
07:13:28[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/7.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.jar
07:13:28[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt-settings/pom.xml to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/7.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.pom
07:13:28[INFO] Installing /jobs/genie.scout/org.eclipse.scout.rt.branch-7.0_continuous/workspace/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT-sources.jar to /home/hudson/genie.scout/.jenkins/jobs/org.eclipse.scout.rt.branch-7.0_continuous/workspace/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/7.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT-sources.jar
07:13:28[INFO] ------------------------------------------------------------------------
07:13:28[INFO] Reactor Summary for Eclipse Scout RT 7.0.300-SNAPSHOT:
07:13:28[INFO]
07:13:28[INFO] Eclipse Scout RT ................................... SUCCESS [ 3.387 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.json ........ SUCCESS [ 5.586 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform . SUCCESS [ 5.247 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test SUCCESS [02:05 min]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared ... SUCCESS [ 3.450 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test SUCCESS [ 9.029 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons SUCCESS [ 2.166 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test SUCCESS [ 12.346 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api .. SUCCESS [ 2.000 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server ... SUCCESS [ 2.414 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test SUCCESS [ 13.562 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms SUCCESS [ 1.873 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws SUCCESS [ 2.018 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt ... SUCCESS [ 1.886 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test SUCCESS [ 14.502 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc SUCCESS [ 2.428 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test SUCCESS [ 6.901 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test SUCCESS [ 3.675 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms .. SUCCESS [ 1.757 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test SUCCESS [03:48 min]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson .. SUCCESS [ 1.803 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest ..... SUCCESS [ 1.965 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test SUCCESS [ 4.595 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test SUCCESS [ 4.136 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client ... SUCCESS [ 6.827 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test SUCCESS [ 32.874 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client SUCCESS [ 2.457 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test SUCCESS [ 3.907 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge SUCCESS [ 2.009 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor SUCCESS [ 2.194 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html .. SUCCESS [ 4.818 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test SUCCESS [01:18 min]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium SUCCESS [ 3.176 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test SUCCESS [ 4.128 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html SUCCESS [ 2.317 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty ... SUCCESS [ 1.748 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix SUCCESS [ 1.595 s]
07:13:28[INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test SUCCESS [ 2.756 s]
07:13:28[INFO] org.eclipse.scout.rt-settings ...................... SUCCESS [ 1.626 s]
07:13:28[INFO] ------------------------------------------------------------------------
07:13:28[INFO] BUILD SUCCESS
07:13:28[INFO] ------------------------------------------------------------------------
07:13:28[INFO] Total time: 10:13 min
07:13:28[INFO] Finished at: 2019-11-07T07:13:28-05:00
07:13:28[INFO] ------------------------------------------------------------------------
07:13:28Sending e-mails to: Arthur.vanDorp@bsi-software.com
07:13:28Recording test results
07:13:29Started calculate disk usage of build
07:13:29Finished Calculation of disk usage of build in 0 seconds
07:13:39Started calculate disk usage of workspace
07:13:39Finished Calculation of disk usage of workspace in 0 seconds
07:13:41Finished: SUCCESS