Skip to content

Console Output

Skipping 420 KB.. Full Log
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.GlazedListsEventLayerTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.897 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.GlazedListsEventLayerTest
propertyChangeEventshouldBePropagatedImmediately  Time elapsed: 0.444 s
shouldConflateEvents  Time elapsed: 0.203 s
shouldShutConflaterThreadDownWhenNatTableIsDisposed  Time elapsed: 0.203 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.RowStructuralDataChangeLayerIntegrationTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.RowStructuralDataChangeLayerIntegrationTest
shouldDiscardRowInsertInSortedState  Time elapsed: 0.112 s
shouldTrackRowInsert  Time elapsed: 0.006 s
shouldNotThrowAnExceptionOnResize  Time elapsed: 0.104 s
shouldTrackRowInsertOnSort  Time elapsed: 0.01 s
shouldUpdateDataInDataLayer  Time elapsed: 0.004 s
shouldTrackRowInsertInSortedState  Time elapsed: 0.011 s
shouldDiscardMultipleRowInsertOnChangeSortedState  Time elapsed: 0.018 s
shouldKeepChangeOnFilter  Time elapsed: 0.203 s
shouldDiscardMultipleRowInsertOnChangeSortedStateAppending  Time elapsed: 0.007 s
shouldDiscardRowInsertOnChangeSortedState  Time elapsed: 0.005 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.HideMultipleColumnsIntegrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.084 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.HideMultipleColumnsIntegrationTest
hideAllColumnsWithColumnGroupsEnabled  Time elapsed: 1.083 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.RowSelectionIntegrationTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.853 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.RowSelectionIntegrationTest
shouldPreserveRowSelectionOnDataUpdates  Time elapsed: 0.462 s
shouldReturnEmptySelectionOnNoSelection  Time elapsed: 0.026 s
setSingleSelectionViaProvider  Time elapsed: 0.051 s
setMultipleSelectionViaProvider  Time elapsed: 0.026 s
shouldPreserveRowSelectionOnSort  Time elapsed: 0.084 s
onlySelectRowEventsFired  Time elapsed: 0.029 s
onlyOneRowSelectedAtAnyTime  Time elapsed: 0.028 s
testColumnSelectionProcessing  Time elapsed: 0.047 s
shouldClearSelectionOnSetEmpty  Time elapsed: 0.021 s
shouldIgnoreNullSelectionListener  Time elapsed: 0.018 s
shouldClearSelectionOnSetEmptyOnAdd  Time elapsed: 0.017 s
setMultipleSelectionViaProviderWithAdd  Time elapsed: 0.038 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.DataChangeLayerIntegrationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.DataChangeLayerIntegrationTest
shouldNotThrowAnExceptionOnResize  Time elapsed: 0.102 s
shouldUpdateDataInDataLayer  Time elapsed: 0.007 s
shouldKeepChangeOnFilter  Time elapsed: 0.202 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.SortIntegrationTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration.SortIntegrationTest
shouldPersistSortStateToProperties  Time elapsed: 0.032 s
shouldNotSortUnsortableColumns  Time elapsed: 0.026 s
multipleSort  Time elapsed: 0.022 s
shouldUseCustomCompratorsIfSpecified  Time elapsed: 0.02 s
shouldRestoreSortStateFromProperties  Time elapsed: 0.064 s
shouldSortByClickingOnTheHeader  Time elapsed: 0.025 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowRegularExpressionConverterTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowRegularExpressionConverterTest
shouldConvertQuestionMarkFromDisplayToCanonical  Time elapsed: 0.002 s
shouldConvertQuestionMarkFromCanonicalToDisplay  Time elapsed: 0.001 s
shouldConvertAsteriskFromDisplayToCanonical  Time elapsed: 0.001 s
shouldConvertAsteriskFromCanonicalToDisplay  Time elapsed: 0 s
shouldConvertMixedFromDisplayToCanonical  Time elapsed: 0.001 s
shouldConvertMixedFromCanonicalToDisplay  Time elapsed: 0 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.DefaultGlazedListsStaticFilterStrategyTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.271 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.DefaultGlazedListsStaticFilterStrategyTest
shouldResetFilterinSameOrderWithStaticHomerFilter  Time elapsed: 0.414 s
shouldFilterForSimpsonsWithStaticHomerFilter  Time elapsed: 0.104 s
shouldResetFilterinDifferentOrder  Time elapsed: 0.169 s
shouldReEvaluateWithChange  Time elapsed: 0.003 s
shouldFilterForSimpsons  Time elapsed: 0.034 s
shouldResetFilterinDifferentOrderWithStaticHomerFilter  Time elapsed: 0.138 s
shouldResetFilterinSameOrder  Time elapsed: 0.055 s
shouldFilterForMultipleCriteria  Time elapsed: 0.035 s
shouldFilterForMultipleCriteriaWithStaticHomerFilter  Time elapsed: 0.07 s
shouldReEvaluateWithoutChange  Time elapsed: 0.075 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.ComboBoxFilterRowHeaderCompositeIntegrationTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 5.011 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.ComboBoxFilterRowHeaderCompositeIntegrationTest
shouldFilterForMaleSimpsons  Time elapsed: 0.55 s
shouldKeepFilterOnEdit  Time elapsed: 0.911 s
shouldKeepFilterOnSort skipped
shouldKeepFilterOnStructuralChanges  Time elapsed: 0.983 s
shouldFilterForSimpsons  Time elapsed: 0.226 s
shouldFilterOnLoadPersistedState  Time elapsed: 1.443 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowUtilsTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.019 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowUtilsTest
parseLessThanOrEqualSymbol  Time elapsed: 0.001 s
parseWithoutThresholdSymbols  Time elapsed: 0 s
parseGreaterThanOrEqualSymbolWithSpace  Time elapsed: 0.001 s
parseLessThanSymbolWithoutSpace  Time elapsed: 0.001 s
parseLessThanSymbol  Time elapsed: 0.001 s
shouldMapBetweenNatTableAndGlazedLists  Time elapsed: 0.004 s
parseNotEqualSymbolWithSpace  Time elapsed: 0.001 s
parseMultipleStrings  Time elapsed: 0 s
parseNotEqualSymbol  Time elapsed: 0 s
parseMultiple  Time elapsed: 0.001 s
parseGreaterThanSymbolWithoutSpace  Time elapsed: 0.001 s
parseGreaterThanSymbol  Time elapsed: 0.001 s
parseWithInvalidSymbols skipped
parseMultipleStringsWithSpaces  Time elapsed: 0.001 s
parseEqualSymbolWithSpace  Time elapsed: 0 s
parseLessThanOrEqualSymbolWithSpace  Time elapsed: 0 s
parseGreaterThanOrEqualSymbol  Time elapsed: 0.001 s
parseEqualSymbol  Time elapsed: 0 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.ComboBoxGlazedListsFilterStrategyTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.849 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.ComboBoxGlazedListsFilterStrategyTest
shouldFilterAll  Time elapsed: 0.033 s
shouldResetFilterinSameOrderWithStaticHomerFilter  Time elapsed: 0.208 s
shouldFilterForSimpsonsWithStaticHomerFilter  Time elapsed: 0.051 s
shouldResetFilterinDifferentOrder  Time elapsed: 0.071 s
shouldFilterForSimpsons  Time elapsed: 0.025 s
shouldResetFilterinDifferentOrderWithStaticHomerFilter  Time elapsed: 0.174 s
shouldResetFilterinSameOrder  Time elapsed: 0.07 s
shouldFilterForMultipleCriteria  Time elapsed: 0.042 s
shouldFilterForMultipleCriteriaWithStaticHomerFilter  Time elapsed: 0.121 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.DefaultGlazedListsFilterStrategyTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.DefaultGlazedListsFilterStrategyTest
shouldFilterTwoBooleanColumns  Time elapsed: 0.003 s
shouldResetFilterinDifferentOrder  Time elapsed: 0.072 s
shouldReEvaluateWithChange  Time elapsed: 0.002 s
shouldFilterForSimpsons  Time elapsed: 0.027 s
shouldResetFilterinSameOrder  Time elapsed: 0.059 s
shouldFilterForMultipleCriteria  Time elapsed: 0.033 s
shouldReEvaluateWithoutChange  Time elapsed: 0.046 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowDataProviderTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowDataProviderTest
settingTextValueAppliesTextFilter  Time elapsed: 0.001 s
persistence  Time elapsed: 0.004 s
clearingFilterFiresUpdateEvent  Time elapsed: 0.001 s
shouldRecoverFromCorruptPersistedState  Time elapsed: 0.001 s
loadingStateFiresUpdateEvent  Time elapsed: 0.002 s
testRegularExpressionWithPipes  Time elapsed: 0.002 s
testPersistenceRegularExpressionWithPipes  Time elapsed: 0.002 s
settingAValueFiresUpdateEvent  Time elapsed: 0.022 s
setDataValue  Time elapsed: 0.001 s
shouldRemoveNonFilteredColumnsWhenLoadingState  Time elapsed: 0.003 s
settingThresholdValuesUpdatedFilter  Time elapsed: 0.005 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowDataLayerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowDataLayerTest
shouldHandleTheClearAllFiltersCommand  Time elapsed: 0.002 s
testUnregisterPersistable  Time elapsed: 0.019 s
shouldHandleClearFilterCommand  Time elapsed: 0.001 s
saveState  Time elapsed: 0.003 s
shouldHandleTheToggeleFilterRowCommand  Time elapsed: 0.001 s
loadState  Time elapsed: 0.001 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowHeaderCompositeTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowHeaderCompositeTest
shouldHandleTheClearAllFiltersCommand  Time elapsed: 0.003 s
shouldHandleClearFilterCommand  Time elapsed: 0.001 s
shouldHandleTheToggeleFilterRowCommand  Time elapsed: 0.001 s
shouldSwitchVisibilityProgrammatically  Time elapsed: 0 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.hierarchical.HierarchicalTreeLayerGlazedListsTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.hierarchical.HierarchicalTreeLayerGlazedListsTest
shouldClearCollapsedStateOnFilter  Time elapsed: 0.04 s
shouldFindIndex  Time elapsed: 0.003 s
shouldOnlySortLastLevel  Time elapsed: 0.039 s
shouldCleanupRetainedCollapsedStates  Time elapsed: 0.005 s
shouldOnlySortMiddleLevel  Time elapsed: 0.01 s
shouldRetainCollapsedStateOnFilter  Time elapsed: 0.005 s
shouldRetainCollapsedStateOnSort  Time elapsed: 0.003 s
shouldRetainCollapsedStateOnDescSorting  Time elapsed: 0.002 s
shouldBecomeUnsorted  Time elapsed: 0.002 s
shouldOnlySortFirstLevel  Time elapsed: 0.005 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupby.GroupByModelPersistenceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupby.GroupByModelPersistenceTest
testSaveStateAfterUngroup  Time elapsed: 0.001 s
testSaveState  Time elapsed: 0 s
testLoadState  Time elapsed: 0 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupby.GroupByDataLayerSummaryRowConcurrencyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.065 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupby.GroupByDataLayerSummaryRowConcurrencyTest
shouldCorrectlyCalculateSummaryValues  Time elapsed: 2.065 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupby.GroupByDataLayerTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupby.GroupByDataLayerTest
testConfigLabelsWithGroupingAndSummary  Time elapsed: 0.014 s
testTwoLevelGroupSortSummary  Time elapsed: 0.106 s
testGroupByItemCount  Time elapsed: 0.006 s
testKeepSortOnGrouping  Time elapsed: 0.011 s
testClearCollapsedStateOnReGrouping  Time elapsed: 0.012 s
testOneLevelGroupSortSummary  Time elapsed: 0.048 s
testOneLevelGrouping  Time elapsed: 0.003 s
testTwoLevelGroupWithCustomComparator  Time elapsed: 0.016 s
testGetElementsInGroupWithNullValue  Time elapsed: 0.003 s
testProvidedLabels  Time elapsed: 0.002 s
testConfigLabelsWithoutGrouping  Time elapsed: 0.001 s
testConfigLabelsWithGrouping  Time elapsed: 0.003 s
testConfigLabelsWithGroupingAndSummaryWithConditional  Time elapsed: 0.007 s
testOneLevelGroupSortTree  Time elapsed: 0.015 s
testGroupByItemCountAfterListChange  Time elapsed: 0.033 s
testTwoLevelGrouping  Time elapsed: 0.006 s
testRetainCollapsedStateOnGrouping  Time elapsed: 0.004 s
testOneLevelGroupSortOther  Time elapsed: 0.014 s
Running org.eclipse.nebula.widgets.nattable.extension.glazedlists.tree.GlazedListTreeRowModelExpandCollapseTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.nebula.widgets.nattable.extension.glazedlists.tree.GlazedListTreeRowModelExpandCollapseTest
testCollapseAll  Time elapsed: 0.006 s
testGetChildrenByIndex  Time elapsed: 0.001 s
testExpandCollapseByObject  Time elapsed: 0.002 s
testInitialExpanded  Time elapsed: 0.001 s
testCollapseExpandAllNonUnique  Time elapsed: 0.006 s
testCollapseAllNonUnique  Time elapsed: 0.003 s
testCollapseExpandAll  Time elapsed: 0.002 s
testExpandToLevel  Time elapsed: 0.002 s
testCollapseAllStepByStep  Time elapsed: 0.001 s
testExpandCollapseByIndex  Time elapsed: 0.001 s

Results:

Tests run: 154, Failures: 0, Errors: 0, Skipped: 2

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature >--
[INFO] Building [feature] NatTable GlazedLists Extension Feature 2.0.0-SNAPSHOT [13/26]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature ---
[INFO] The project's OSGi version is 2.0.0.202101050738
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature
[INFO] 
[INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature/target/org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature ---
[INFO] 
[INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature >--
[INFO] Building [feature] NatTable GlazedLists Extension Source Feature 2.0.0-SNAPSHOT [14/26]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature ---
[INFO] The project's OSGi version is 2.0.0.202101050738
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature
[INFO] 
[INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature/target/org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature ---
[INFO] 
[INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.nebula >--
[INFO] Building [bundle] NatTable extension for Nebula widgets 2.0.0-SNAPSHOT [15/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.nebula ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.extension.nebula ---
[INFO] The project's OSGi version is 2.0.0.202101050738
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.nebula ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.nebula ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.nebula ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.nebula
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.extension.nebula ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.nebula.widgets.nattable.extension.nebula ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.nebula.widgets.nattable.extension.nebula ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.nebula ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/target/org.eclipse.nebula.widgets.nattable.extension.nebula-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.nebula ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.nebula.widgets.nattable.extension.nebula ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/target/org.eclipse.nebula.widgets.nattable.extension.nebula-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.nebula ---
[INFO] 
[INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.nebula.feature >--
[INFO] Building [feature] NatTable Nebula Extension Feature 2.0.0-SNAPSHOT [16/26]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature ---
[INFO] The project's OSGi version is 2.0.0.202101050738
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.nebula.feature
[INFO] 
[INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.feature/target/org.eclipse.nebula.widgets.nattable.extension.nebula.feature-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.extension.nebula.feature ---
[INFO] 
[INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature >--
[INFO] Building [feature] NatTable Nebula Extension Source Feature 2.0.0-SNAPSHOT [17/26]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature ---
[INFO] The project's OSGi version is 2.0.0.202101050738
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature
[INFO] 
[INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature/target/org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature ---
[INFO] 
[INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.poi >--
[INFO] Building [bundle] NatTable extension for Apache POI 2.0.0-SNAPSHOT [18/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.poi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.extension.poi ---
[INFO] The project's OSGi version is 2.0.0.202101050738
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.poi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.poi ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.poi ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.poi
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.extension.poi ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.nebula.widgets.nattable.extension.poi ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.nebula.widgets.nattable.extension.poi ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.poi ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/target/org.eclipse.nebula.widgets.nattable.extension.poi-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.poi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.nebula.widgets.nattable.extension.poi ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/target/org.eclipse.nebula.widgets.nattable.extension.poi-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.poi ---
[INFO] 
[INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.poi.feature >--
[INFO] Building [feature] NatTable POI Extension Feature 2.0.0-SNAPSHOT [19/26]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature ---
[INFO] The project's OSGi version is 2.0.0.202101050738
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.poi.feature
[INFO] 
[INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.feature/target/org.eclipse.nebula.widgets.nattable.extension.poi.feature-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.extension.poi.feature ---
[INFO] 
[INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.extension.poi.source.feature >--
[INFO] Building [feature] NatTable POI Extension Source Feature 2.0.0-SNAPSHOT [20/26]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature ---
[INFO] The project's OSGi version is 2.0.0.202101050738
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.source.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.extension.poi.source.feature
[INFO] 
[INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.source.feature/target/org.eclipse.nebula.widgets.nattable.extension.poi.source.feature-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.extension.poi.source.feature ---
[INFO] 
[INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.updatesite >--
[INFO] Building NatTable Update Site 2.0.0-SNAPSHOT                     [21/26]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] The project's OSGi version is 2.0.0.202101050738
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:copy-resources (copy-resources) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] Deleting /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.updatesite/target
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.updatesite/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.updatesite
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.updatesite/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:report-aggregate (report-aggregate) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/target/jacoco.exec
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.core.tests' with 533 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.glazedlists.tests' with 63 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.core' with 1166 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.core.feature' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.core.source.feature' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.core' with 1166 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.e4' with 10 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.e4.feature' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.e4.source.feature' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.e4' with 10 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.glazedlists' with 57 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.glazedlists' with 57 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.nebula' with 13 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.nebula.feature' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.nebula' with 13 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.poi' with 3 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.poi.feature' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.poi.source.feature' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.nebula.widgets.nattable.extension.poi' with 3 classes
[INFO] 
[INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0, config.a.jre.javase 15.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-products (default-publish-products) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-categories (default-publish-categories) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.0.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.0.0:assemble-repository (default-assemble-repository) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.0.0:archive-repository (default-archive-repository) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] Building zip: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.updatesite/target/org.eclipse.nebula.widgets.nattable.updatesite-2.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-assembly-plugin:2.2-beta-5:single (make-assembly) @ org.eclipse.nebula.widgets.nattable.updatesite ---
[INFO] Reading assembly descriptor: assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.updatesite/target/org.eclipse.nebula.widgets.nattable.updatesite-2.0.0-SNAPSHOT-site.zip
[INFO] 
[INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples >--
[INFO] Building org.eclipse.nebula.widgets.nattable.examples 2.0.0-SNAPSHOT [22/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] The project's OSGi version is 2.0.0.202101050738
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.examples
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] Compiling 192 source files to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/src/test/resources
[INFO] 
[INFO] >>> exec-maven-plugin:1.2.1:java (default) > validate @ org.eclipse.nebula.widgets.nattable.examples >>>
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] The project's OSGi version is 2.0.0.202101050738
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] 
[INFO] <<< exec-maven-plugin:1.2.1:java (default) < validate @ org.eclipse.nebula.widgets.nattable.examples <<<
[INFO] 
[INFO] 
[INFO] --- exec-maven-plugin:1.2.1:java (default) @ org.eclipse.nebula.widgets.nattable.examples ---
Creating examples.index
basedir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples
[INFO] 
[INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/target/org.eclipse.nebula.widgets.nattable.examples-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/target/org.eclipse.nebula.widgets.nattable.examples-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (default) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] Executing tasks

main:

prepare_jar:
      [jar] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples/target/NatTableExamples.jar
      [jar] org/eclipse/nebula/widgets/nattable/examples/examples/waiting.gif already added, skipping
      [jar] org/eclipse/nebula/widgets/nattable/examples/fixtures/column_header_bg.png already added, skipping
      [jar] org/eclipse/nebula/widgets/nattable/examples/fixtures/row_header_bg.png already added, skipping
      [jar] org/eclipse/nebula/widgets/nattable/examples/fixtures/selected_column_header_bg.png already added, skipping
      [jar] org/eclipse/nebula/widgets/nattable/examples/resources/column_header_bg.png already added, skipping
      [jar] org/eclipse/nebula/widgets/nattable/examples/resources/hovered_column_header_bg.png already added, skipping
      [jar] org/eclipse/nebula/widgets/nattable/examples/resources/selected_column_header_bg.png already added, skipping
      [jar] org/eclipse/nebula/widgets/nattable/examples/resources/selected_hovered_column_header_bg.png already added, skipping
      [jar] org/eclipse/nebula/widgets/nattable/examples/runner/nebula_logo_16.png already added, skipping
      [jar] org/eclipse/nebula/widgets/nattable/examples/runner/nebula_logo_32.png already added, skipping
      [jar] org/eclipse/nebula/widgets/nattable/examples/runner/nebula_logo_64.png already added, skipping
      [jar] OSGI-INF/l10n/bundle.properties already added, skipping
      [jar] OSGI-INF/l10n/bundle.properties already added, skipping
      [jar] META-INF/LICENSE.txt already added, skipping
      [jar] META-INF/NOTICE.txt already added, skipping
      [jar] OSGI-INF/l10n/bundle.properties already added, skipping
      [jar] META-INF/LICENSE.txt already added, skipping
      [jar] META-INF/NOTICE.txt already added, skipping
      [jar] OSGI-INF/l10n/bundle.properties already added, skipping
      [jar] OSGI-INF/l10n/bundle.properties already added, skipping
      [jar] OSGI-INF/l10n/bundle.properties already added, skipping
      [jar] OSGI-INF/l10n/bundle.properties already added, skipping
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:attach-artifact (attach-artifacts) @ org.eclipse.nebula.widgets.nattable.examples ---
[INFO] 
[INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4 >--
[INFO] Building [bundle] NatTable Eclipse 4 Examples 2.0.0-SNAPSHOT     [23/26]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.examples.e4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.nebula.widgets.nattable.examples.e4 ---
[INFO] The project's OSGi version is 2.0.0.202101050738
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.examples.e4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.examples.e4 ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.examples.e4 ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.examples.e4
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.examples.e4 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.nebula.widgets.nattable.examples.e4 ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.nebula.widgets.nattable.examples.e4 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.examples.e4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4/target/org.eclipse.nebula.widgets.nattable.examples.e4-2.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.examples.e4 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.nebula.widgets.nattable.examples.e4 ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4/target/org.eclipse.nebula.widgets.nattable.examples.e4-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.examples.e4 ---
[INFO] 
[INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4.feature >--
[INFO] Building [feature] NatTable E4 Examples Feature 2.0.0-SNAPSHOT   [24/26]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature ---
[INFO] The project's OSGi version is 2.0.0.202101050738
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.examples.e4.feature
[INFO] 
[INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.feature/target/org.eclipse.nebula.widgets.nattable.examples.e4.feature-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.examples.e4.feature ---
[INFO] 
[INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature >--
[INFO] Building [feature] NatTable E4 RCP Feature 2.0.0-SNAPSHOT        [25/26]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature ---
[INFO] The project's OSGi version is 2.0.0.202101050738
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature
[INFO] 
[INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature/target/org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature-2.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature ---
[INFO] 
[INFO] --< org.eclipse.nebula.widgets.nattable:org.eclipse.nebula.widgets.nattable.examples.e4.product >--
[INFO] Building NatTable Eclipse 4 Examples Application 2.0.0-SNAPSHOT  [26/26]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.nebula.widgets.nattable.examples.e4.product ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.nebula.widgets.nattable.examples.e4.product ---
[INFO] The project's OSGi version is 2.0.0.202101050738
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.nebula.widgets.nattable.examples.e4.product ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.nebula.widgets.nattable.examples.e4.product ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/jacoco.exec,sessionid=org.eclipse.nebula.widgets.nattable.examples.e4.product
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.nebula.widgets.nattable.examples.e4.product ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.nebula.widgets.nattable.examples.e4.product ---
[INFO] 
[INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.nebula.widgets.nattable.examples.e4.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.nebula.widgets.nattable.examples.e4.product ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0, config.a.jre.javase 15.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-products (default-publish-products) @ org.eclipse.nebula.widgets.nattable.examples.e4.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-categories (default-publish-categories) @ org.eclipse.nebula.widgets.nattable.examples.e4.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.0.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.nebula.widgets.nattable.examples.e4.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.0.0:assemble-repository (default-assemble-repository) @ org.eclipse.nebula.widgets.nattable.examples.e4.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.0.0:archive-repository (default-archive-repository) @ org.eclipse.nebula.widgets.nattable.examples.e4.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/org.eclipse.nebula.widgets.nattable.examples.e4.product-2.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-p2-director-plugin:2.0.0:materialize-products (materialize-products) @ org.eclipse.nebula.widgets.nattable.examples.e4.product ---
[INFO] Installing product org.eclipse.nebula.widgets.nattable.examples.e4.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/products/org.eclipse.nebula.widgets.nattable.examples.e4.product/win32/win32/x86_64
Installing org.eclipse.nebula.widgets.nattable.examples.e4.product 2.0.0.202101050738.
Installing org.eclipse.collections.feature.feature.group 10.4.0.v20200820-2049.
Operation completed in 3629 ms.
[INFO] Installing product org.eclipse.nebula.widgets.nattable.examples.e4.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/products/org.eclipse.nebula.widgets.nattable.examples.e4.product/linux/gtk/x86_64
Installing org.eclipse.nebula.widgets.nattable.examples.e4.product 2.0.0.202101050738.
Installing org.eclipse.collections.feature.feature.group 10.4.0.v20200820-2049.
Operation completed in 3594 ms.
[INFO] Installing product org.eclipse.nebula.widgets.nattable.examples.e4.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/products/org.eclipse.nebula.widgets.nattable.examples.e4.product/macosx/cocoa/x86_64/NatTable Example Application.app
Installing org.eclipse.nebula.widgets.nattable.examples.e4.product 2.0.0.202101050738.
Installing org.eclipse.collections.feature.feature.group 10.4.0.v20200820-2049.
Operation completed in 3871 ms.
[INFO] 
[INFO] --- tycho-p2-director-plugin:2.0.0:archive-products (archive-products) @ org.eclipse.nebula.widgets.nattable.examples.e4.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/products/org.eclipse.nebula.widgets.nattable.examples.e4.product-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/products/org.eclipse.nebula.widgets.nattable.examples.e4.product-linux.gtk.x86_64.tar.gz
[INFO] Building tar: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product/target/products/org.eclipse.nebula.widgets.nattable.examples.e4.product-macosx.cocoa.x86_64.tar.gz
[INFO] 
[INFO] -------------< org.eclipse.nebula.widgets.nattable:parent >-------------
[INFO] Building Nebula NatTable 2.0.0-SNAPSHOT                          [27/26]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- sonar-maven-plugin:3.7.0.1746:sonar (default-cli) @ parent ---
[INFO] User cache: /home/jenkins/.sonar/cache
[INFO] SonarQube version: 8.5.0
[INFO] Default locale: "en_US", source code encoding: "UTF-8" (analysis is platform dependent)
[INFO] Load global settings
[INFO] Load global settings (done) | time=723ms
[INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
[INFO] User cache: /home/jenkins/.sonar/cache
[INFO] Load/download plugins
[INFO] Load plugins index
[INFO] Load plugins index (done) | time=208ms
[INFO] Load/download plugins (done) | time=72042ms
[INFO] Loaded core extensions: developer-scanner
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Found an active CI vendor: 'Jenkins'
[INFO] Load project settings for component key: 'org.eclipse.nebula.widgets.nattable:parent'
[INFO] Load project settings for component key: 'org.eclipse.nebula.widgets.nattable:parent' (done) | time=125ms
[INFO] Process project properties
[INFO] Execute project builders
[INFO] Execute project builders (done) | time=4ms
[INFO] Project key: org.eclipse.nebula.widgets.nattable:parent
[INFO] Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar
[INFO] Working dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar
[INFO] Load project branches
[INFO] Load project branches (done) | time=120ms
[INFO] Check ALM binding of project 'org.eclipse.nebula.widgets.nattable:parent'
[INFO] Detected project binding: NOT_BOUND
[INFO] Check ALM binding of project 'org.eclipse.nebula.widgets.nattable:parent' (done) | time=109ms
[INFO] Load project pull requests
[INFO] Load project pull requests (done) | time=114ms
[INFO] Load branch configuration
[INFO] Load branch configuration (done) | time=4ms
[INFO] Load quality profiles
[INFO] Load quality profiles (done) | time=214ms
[INFO] Load active rules
[INFO] Load active rules (done) | time=3456ms
[INFO] Organization key: eclipse
[INFO] Indexing files...
[INFO] Project configuration:
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[bundle] NatTable Core'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core
[INFO]   Source paths: .polyglot.META-INF, src
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[feature] NatTable Core Feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.feature
[INFO]   Source paths: .polyglot.feature.xml
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[feature] NatTable Core Source Feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.source.feature
[INFO]   Source paths: .polyglot.feature.xml
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[test-bundle] NatTable Core Tests'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core.test
[INFO]   Source paths: .polyglot.META-INF, src
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[bundle] NatTable Dataset Utilities (internal usage)'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.dataset
[INFO]   Source paths: .polyglot.META-INF, src
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module 'org.eclipse.nebula.widgets.nattable.examples'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples
[INFO]   Source paths: pom.xml, src
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[bundle] NatTable Eclipse 4 Examples'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4
[INFO]   Source paths: .polyglot.META-INF, src
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[feature] NatTable E4 Examples Feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.feature
[INFO]   Source paths: .polyglot.feature.xml
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module 'NatTable Eclipse 4 Examples Application'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.product
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[feature] NatTable E4 RCP Feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.examples.e4.rcp.feature
[INFO]   Source paths: .polyglot.feature.xml
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[bundle] NatTable extension for Eclipse 4'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4
[INFO]   Source paths: .polyglot.META-INF, src
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[feature] NatTable Eclipse 4 Extension Feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4.feature
[INFO]   Source paths: .polyglot.feature.xml
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[feature] NatTable Eclipse 4 Extension Source Feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4.source.feature
[INFO]   Source paths: .polyglot.feature.xml
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[bundle] NatTable extension for GlazedLists'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists
[INFO]   Source paths: .polyglot.META-INF, src
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[feature] NatTable GlazedLists Extension Feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.feature
[INFO]   Source paths: .polyglot.feature.xml
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[feature] NatTable GlazedLists Extension Source Feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.source.feature
[INFO]   Source paths: .polyglot.feature.xml
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[test-bundle] NatTable GlazedLists Extensions Test'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists.test
[INFO]   Source paths: .polyglot.META-INF, src
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[bundle] NatTable extension for Nebula widgets'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula
[INFO]   Source paths: .polyglot.META-INF, src
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[feature] NatTable Nebula Extension Feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.feature
[INFO]   Source paths: .polyglot.feature.xml
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[feature] NatTable Nebula Extension Source Feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula.source.feature
[INFO]   Source paths: .polyglot.feature.xml
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[bundle] NatTable extension for Apache POI'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi
[INFO]   Source paths: .polyglot.META-INF, src
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[feature] NatTable POI Extension Feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.feature
[INFO]   Source paths: .polyglot.feature.xml
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[feature] NatTable POI Extension Source Feature'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi.source.feature
[INFO]   Source paths: .polyglot.feature.xml
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module 'NatTable Update Site'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.updatesite
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module '[target] NatTable Target Definition'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target-platform
[INFO]   Source paths: .polyglot.target-platform.target
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] Indexing files of module 'Nebula NatTable'
[INFO]   Base dir: /home/jenkins/agent/workspace/nattable-snapshot-sonar
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: org.eclipse.nebula.widgets.nattable.core.test/**/*.java, org.eclipse.nebula.widgets.nattable.extension.glazedlists.test/**/*.java, org.eclipse.nebula.widgets.nattable.examples/**/*.java, org.eclipse.nebula.widgets.nattable.examples.e4/**/*.java, org.eclipse.nebula.widgets.nattable.dataset/**/*.java, **/.polyglot.*
[INFO] 1399 files indexed
[INFO] 581 files ignored because of inclusion/exclusion patterns
[INFO] 1 file ignored because of scm ignore settings
[INFO] Quality profile for java: Sonar way
[INFO] Quality profile for xml: Sonar way
[INFO] ------------- Run sensors on module [feature] NatTable Nebula Extension Source Feature
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Load metrics repository
[INFO] Load metrics repository (done) | time=119ms
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=1ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=2ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=832ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] ------------- Run sensors on module [test-bundle] NatTable Core Tests
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=420ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] ------------- Run sensors on module [test-bundle] NatTable GlazedLists Extensions Test
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=288ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] ------------- Run sensors on module [feature] NatTable Nebula Extension Feature
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=378ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] ------------- Run sensors on module NatTable Eclipse 4 Examples Application
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source files to be analyzed
[INFO] Load project repositories
[INFO] Load project repositories (done) | time=441ms
[INFO] Sensor JavaXmlSensor [java] (done) | time=716ms
[INFO] 1/1 source files have been analyzed
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=5ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source files to be analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=223ms
[INFO] 1/1 source files have been analyzed
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=359ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] ------------- Run sensors on module [bundle] NatTable Eclipse 4 Examples
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=3ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=346ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] NatTable POI Extension Source Feature
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=310ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] NatTable extension for GlazedLists
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=21ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 48 source files to be analyzed
[INFO] 20/48 files analyzed, current file: org.eclipse.nebula.widgets.nattable.extension.glazedlists/src/org/eclipse/nebula/widgets/nattable/extension/glazedlists/groupBy/DefaultGroupByThemeExtension.java
[INFO] 48/48 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=19422ms
[INFO] Java Test Files AST scan
[INFO] 0 source files to be analyzed
[INFO] Java Test Files AST scan (done) | time=1ms
[INFO] Java Generated Files AST scan
[INFO] 0/0 source files have been analyzed
[INFO] 0 source files to be analyzed
[INFO] Java Generated Files AST scan (done) | time=2ms
[INFO] 0/0 source files have been analyzed
[INFO] Sensor JavaSquidSensor [java] (done) | time=20036ms
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.glazedlists/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=3ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=488ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] NatTable extension for Nebula widgets
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 7 source files to be analyzed
[INFO] Java Main Files AST scan (done) | time=1479ms
[INFO] 7/7 source files have been analyzed
[INFO] Java Test Files AST scan
[INFO] 0 source files to be analyzed
[INFO] Java Test Files AST scan (done) | time=2ms
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] Java Generated Files AST scan (done) | time=2ms
[INFO] 0/0 source files have been analyzed
[INFO] Sensor JavaSquidSensor [java] (done) | time=1493ms
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=2ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.nebula/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=394ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] ------------- Run sensors on module [feature] NatTable E4 Examples Feature
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=603ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] ------------- Run sensors on module [feature] NatTable Eclipse 4 Extension Source Feature
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=265ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] NatTable Eclipse 4 Extension Feature
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=345ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] NatTable GlazedLists Extension Feature
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=255ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] NatTable Core Feature
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=263ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] NatTable Core Source Feature
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=400ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] NatTable E4 RCP Feature
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=278ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] NatTable Dataset Utilities (internal usage)
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=386ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] NatTable POI Extension Feature
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=268ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] ------------- Run sensors on module NatTable Update Site
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source files to be analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=37ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] 1/1 source files have been analyzed
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source files to be analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=16ms
[INFO] 1/1 source files have been analyzed
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=276ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] ------------- Run sensors on module [bundle] NatTable Core
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=14ms
[INFO] Java Main Files AST scan
[INFO] 1045 source files to be analyzed
[INFO] 58/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/ui/matcher/CellPainterMouseEventMatcher.java
[INFO] 125/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/group/performance/command/ColumnGroupReorderEndCommandHandler.java
[INFO] 187/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/preserve/Selections.java
[INFO] 231/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/hover/config/SimpleHoverStylingBindings.java
[INFO] 303/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/data/ExtendedReflectiveColumnPropertyAccessor.java
[INFO] 380/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/datachange/RowInsertDataChangeHandler.java
[INFO] 442/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/blink/KeyStrategy.java
[INFO] 522/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/selection/SelectionModel.java
[INFO] 567/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/layer/SizeConfig.java
[INFO] 639/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/group/performance/GroupModel.java
[INFO] 684/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/export/action/ExportTableAction.java
[INFO] 744/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/datachange/UpdateDataChangeHandler.java
[INFO] 850/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/ui/matcher/CellEditorMouseEventMatcher.java
[INFO] 897/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/ui/scaling/ScalingUiBindingConfiguration.java
[INFO] 961/1045 files analyzed, current file: org.eclipse.nebula.widgets.nattable.core/src/org/eclipse/nebula/widgets/nattable/resize/event/ColumnResizeEvent.java
[INFO] Java Main Files AST scan (done) | time=159242ms
[INFO] 1045/1045 source files have been analyzed
[INFO] Java Test Files AST scan
[INFO] 0 source files to be analyzed
[INFO] Java Test Files AST scan (done) | time=2ms
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] 0/0 source files have been analyzed
[INFO] Sensor JavaSquidSensor [java] (done) | time=159270ms
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=3ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.core/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=9ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=4ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1012ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] ------------- Run sensors on module [bundle] NatTable extension for Apache POI
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Java Main Files AST scan
[INFO] 3 source files to be analyzed
[INFO] Java Main Files AST scan (done) | time=1383ms
[INFO] Java Test Files AST scan
[INFO] 3/3 source files have been analyzed
[INFO] 0 source files to be analyzed
[INFO] Java Test Files AST scan (done) | time=13ms
[INFO] Java Generated Files AST scan
[INFO] 0/0 source files have been analyzed
[INFO] 0 source files to be analyzed
[INFO] Java Generated Files AST scan (done) | time=1ms
[INFO] 0/0 source files have been analyzed
[INFO] Sensor JavaSquidSensor [java] (done) | time=1407ms
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.poi/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=389ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] NatTable GlazedLists Extension Source Feature
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=545ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] NatTable extension for Eclipse 4
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=3ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=3ms
[INFO] Java Main Files AST scan
[INFO] 12 source files to be analyzed
[INFO] Java Main Files AST scan (done) | time=4185ms
[INFO] 12/12 source files have been analyzed
[INFO] Java Test Files AST scan
[INFO] 0 source files to be analyzed
[INFO] Java Test Files AST scan (done) | time=1ms
[INFO] 0/0 source files have been analyzed
[INFO] Java Generated Files AST scan
[INFO] 0 source files to be analyzed
[INFO] Java Generated Files AST scan (done) | time=2ms
[INFO] 0/0 source files have been analyzed
[INFO] Sensor JavaSquidSensor [java] (done) | time=4201ms
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/nattable-snapshot-sonar/org.eclipse.nebula.widgets.nattable.extension.e4/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=371ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] ------------- Run sensors on module [target] NatTable Target Definition
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=272ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] ------------- Run sensors on module org.eclipse.nebula.widgets.nattable.examples
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source files to be analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=20ms
[INFO] 1/1 source files have been analyzed
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source files to be analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=26ms
[INFO] 1/1 source files have been analyzed
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=271ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] ------------- Run sensors on module Nebula NatTable
[INFO] JavaScript/TypeScript frontend is enabled
[INFO] Sensor SonarCSS Rules [cssfamily]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor SonarCSS Rules [cssfamily] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] 1 source files to be analyzed
[INFO] Sensor JavaXmlSensor [java] (done) | time=32ms
[INFO] 1/1 source files have been analyzed
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source files to be analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=57ms
[INFO] 1/1 source files have been analyzed
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/jenkins/agent/workspace/nattable-snapshot-sonar/../org.eclipse.nebula.widgets.nattable.updatesite/target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor JavaSecuritySensor [security]
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/java
[INFO] Read 1837 type definitions
[INFO] Reading UCFGs from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/java
[INFO] 07:49:30.080605 Building Runtime Type propagation graph
[INFO] 07:49:30.855694 Running Tarjan on 39945 nodes
[INFO] 07:49:31.150048 Tarjan found 39098 components
[INFO] 07:49:31.490627 Variable type analysis: done
[INFO] 07:49:31.499326 Building Runtime Type propagation graph
[INFO] 07:49:32.839575 Running Tarjan on 39630 nodes
[INFO] 07:49:32.92961 Tarjan found 38864 components
[INFO] 07:49:33.110331 Variable type analysis: done
[INFO] Analyzing 7883 ucfgs to detect vulnerabilities.
[INFO] All rules entrypoints : 0 Retained UCFGs : 0
[INFO] rule: S5131, entrypoints: 0
[INFO] rule: S5131 done
[INFO] rule: S3649, entrypoints: 0
[INFO] rule: S3649 done
[INFO] rule: S2076, entrypoints: 0
[INFO] rule: S2076 done
[INFO] rule: S2091, entrypoints: 0
[INFO] rule: S2091 done
[INFO] rule: S2078, entrypoints: 0
[INFO] rule: S2078 done
[INFO] rule: S2631, entrypoints: 0
[INFO] rule: S2631 done
[INFO] rule: S5135, entrypoints: 0
[INFO] rule: S5135 done
[INFO] rule: S2083, entrypoints: 0
[INFO] rule: S2083 done
[INFO] rule: S5167, entrypoints: 0
[INFO] rule: S5167 done
[INFO] rule: S5144, entrypoints: 0
[INFO] rule: S5144 done
[INFO] rule: S5145, entrypoints: 0
[INFO] rule: S5145 done
[INFO] rule: S5146, entrypoints: 0
[INFO] rule: S5146 done
[INFO] rule: S5334, entrypoints: 0
[INFO] rule: S5334 done
[INFO] Sensor JavaSecuritySensor [security] (done) | time=28633ms
[INFO] Sensor CSharpSecuritySensor [security]
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/ucfg_cs2
[INFO] Read 0 type definitions
[INFO] Reading UCFGs from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/ucfg_cs2
[INFO] No UCFGs have been included for analysis.
[INFO] Sensor CSharpSecuritySensor [security] (done) | time=1ms
[INFO] Sensor PhpSecuritySensor [security]
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/php
[INFO] Read 0 type definitions
[INFO] Reading UCFGs from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/php
[INFO] No UCFGs have been included for analysis.
[INFO] Sensor PhpSecuritySensor [security] (done) | time=1ms
[INFO] Sensor PythonSecuritySensor [security]
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/python
[INFO] Read 0 type definitions
[INFO] Reading UCFGs from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/python
[INFO] No UCFGs have been included for analysis.
[INFO] Sensor PythonSecuritySensor [security] (done) | time=2ms
[INFO] Sensor JsSecuritySensor [security]
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/js
[INFO] Read 0 type definitions
[INFO] Reading UCFGs from: /home/jenkins/agent/workspace/nattable-snapshot-sonar/target/sonar/ucfg2/js
[INFO] No UCFGs have been included for analysis.
[INFO] Sensor JsSecuritySensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on project
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=17ms
[INFO] Sensor Java CPD Block Indexer
[INFO] Sensor Java CPD Block Indexer (done) | time=1728ms
[INFO] SCM Publisher SCM provider for this project is: git
[INFO] SCM Publisher 1 source file to be analyzed
[INFO] SCM Publisher 1/1 source file have been analyzed (done) | time=558ms
[INFO] CPD Executor 302 files had no CPD blocks
[INFO] CPD Executor Calculating CPD for 813 files
[INFO] CPD Executor CPD calculation finished (done) | time=439ms
[INFO] Analysis report generated in 916ms, dir size=10 MB
[INFO] Analysis report compressed in 3573ms, zip size=4 MB
[INFO] Analysis report uploaded in 1900ms
[INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=org.eclipse.nebula.widgets.nattable%3Aparent
[INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AXbRhj-bSm-rkPyZul9L
[INFO] Analysis total time: 4:15.262 s
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Nebula NatTable 2.0.0-SNAPSHOT:
[INFO] 
[INFO] Nebula NatTable .................................... SUCCESS [05:35 min]
[INFO] [target] NatTable Target Definition ................ SUCCESS [  0.245 s]
[INFO] [bundle] NatTable Core ............................. SUCCESS [ 27.498 s]
[INFO] [bundle] NatTable Dataset Utilities (internal usage) SUCCESS [  0.683 s]
[INFO] [test-bundle] NatTable Core Tests .................. SUCCESS [ 48.190 s]
[INFO] [feature] NatTable Core Feature .................... SUCCESS [  0.189 s]
[INFO] [feature] NatTable Core Source Feature ............. SUCCESS [  0.101 s]
[INFO] [bundle] NatTable extension for Eclipse 4 .......... SUCCESS [  0.701 s]
[INFO] [feature] NatTable Eclipse 4 Extension Feature ..... SUCCESS [  0.123 s]
[INFO] [feature] NatTable Eclipse 4 Extension Source Feature SUCCESS [  0.113 s]
[INFO] [bundle] NatTable extension for GlazedLists ........ SUCCESS [  1.173 s]
[INFO] [test-bundle] NatTable GlazedLists Extensions Test . SUCCESS [ 25.424 s]
[INFO] [feature] NatTable GlazedLists Extension Feature ... SUCCESS [  0.085 s]
[INFO] [feature] NatTable GlazedLists Extension Source Feature SUCCESS [  0.076 s]
[INFO] [bundle] NatTable extension for Nebula widgets ..... SUCCESS [  0.419 s]
[INFO] [feature] NatTable Nebula Extension Feature ........ SUCCESS [  0.148 s]
[INFO] [feature] NatTable Nebula Extension Source Feature . SUCCESS [  0.130 s]
[INFO] [bundle] NatTable extension for Apache POI ......... SUCCESS [  0.343 s]
[INFO] [feature] NatTable POI Extension Feature ........... SUCCESS [  0.164 s]
[INFO] [feature] NatTable POI Extension Source Feature .... SUCCESS [  0.114 s]
[INFO] NatTable Update Site ............................... SUCCESS [ 35.296 s]
[INFO] org.eclipse.nebula.widgets.nattable.examples ....... SUCCESS [ 21.275 s]
[INFO] [bundle] NatTable Eclipse 4 Examples ............... SUCCESS [  0.630 s]
[INFO] [feature] NatTable E4 Examples Feature ............. SUCCESS [  0.130 s]
[INFO] [feature] NatTable E4 RCP Feature .................. SUCCESS [  0.497 s]
[INFO] NatTable Eclipse 4 Examples Application ............ SUCCESS [ 27.763 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11:27 min
[INFO] Finished at: 2021-01-05T07:50:06Z
[INFO] ------------------------------------------------------------------------
Terminating xvnc.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 63 killed;
[ssh-agent] Stopped.
Sending e-mails to: nattable-dev@eclipse.org
Recording test results
Finished: SUCCESS