Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
dfde8d8
Modify CompareCellContent
TruongQuangSB Jan 8, 2026
5fd4d2b
fix unit test
TruongQuangSB Jan 8, 2026
ba051e5
fix unit test
TruongQuangSB Jan 8, 2026
448cd75
inital
TruongQuangSB Jan 9, 2026
718a4ff
Filter table value
TruongQuangSB Jan 12, 2026
55f78b9
Merge branch 'main' into improve-table-cache
TruongQuangSB Jan 12, 2026
7684b60
Update
TruongQuangSB Jan 15, 2026
656e45f
Update filter value
TruongQuangSB Jan 16, 2026
8c69ac5
Merge branch 'main' into improve-table-cache
TruongQuangSB Jan 16, 2026
96140b3
Ignore filter ControlArea by ETCS table
TruongQuangSB Jan 16, 2026
68db4a7
Merge branch 'main' into modify-compare-cell-content
TruongQuangSB Jan 16, 2026
ff06b98
Merge branch 'modify-compare-cell-content' into improve-table-cache
TruongQuangSB Jan 16, 2026
c6d31dd
fix build error
TruongQuangSB Jan 16, 2026
95078d5
Add Test for each table state
TruongQuangSB Jan 20, 2026
e62c654
Add TableControlAreaDataTest
TruongQuangSB Jan 20, 2026
87fa4eb
Update tableerror cahce
TruongQuangSB Jan 21, 2026
1df6304
Avoid create table Transformator each transform
TruongQuangSB Jan 21, 2026
1ee79cc
Merge branch 'improve-table-cache' into swtbot-table-state-test
TruongQuangSB Jan 21, 2026
8f2e882
Update test
TruongQuangSB Jan 21, 2026
b7a6737
Update test
TruongQuangSB Jan 22, 2026
a0ccbd2
add comment
TruongQuangSB Jan 22, 2026
902b7af
Merge remote-tracking branch 'github/main' into swtbot-table-state-test
mariusheine Feb 11, 2026
817381f
remove some commented code and improve comments
mariusheine Feb 11, 2026
e9859be
fix build errors
mariusheine Feb 11, 2026
764c7c5
fix formatting
mariusheine Feb 11, 2026
41012f2
fix build error
mariusheine Feb 11, 2026
a60dc79
revert changes in SWTBot launch file
mariusheine Feb 11, 2026
96640f4
revert ssld reference to current main state
mariusheine Feb 11, 2026
914db04
Update table reference
eclipse-set-bot Feb 11, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,7 @@ abstract class AbstractPlanPro2TableModelTransformator extends AbstractTableMode
val errorMsg = createErrorMsg(e, row)
val leadingObject = row.group.leadingObject
val errorIdentiefer = getLeadingObjectIdentifier(row, leadingObject?.identitaet?.wert)
val tableType = container.containerType.defaultTableType
val error = new TableError(leadingObject, errorIdentiefer, "", errorMsg, row)
error.tableType = tableType
val error = new TableError(leadingObject, errorIdentiefer, "", errorMsg, row, leadingObject.container.containerType)
tableErrors.add(error)
return new Pt1TableChangeProperties(container, row, column,
#['''«ERROR_PREFIX»«errorMsg»'''], ITERABLE_FILLING_SEPARATOR)
Expand Down
Loading
Loading