Skip to content

Change detection in footnotes between main and compare plannings#2513

Draft
mariusheine wants to merge 1 commit into
mainfrom
change-detection-in-footnotes-of-compare-planning
Draft

Change detection in footnotes between main and compare plannings#2513
mariusheine wants to merge 1 commit into
mainfrom
change-detection-in-footnotes-of-compare-planning

Conversation

@mariusheine

@mariusheine mariusheine commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@mariusheine mariusheine marked this pull request as draft July 2, 2026 11:01
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown

Test Results

23 tests   - 113   23 ✅  - 113   0s ⏱️ - 8m 32s
 8 suites  -  26    0 💤 ±  0 
 8 files    -  26    0 ❌ ±  0 

Results for commit 9cf3ad8. ± Comparison against base commit 9b7e5d8.

This pull request removes 113 tests.
org.eclipse.set.application.cacheservice.CacheImplTest ‑ cacheCachesValues
org.eclipse.set.application.cacheservice.CacheImplTest ‑ cacheDoesNotCacheMissingValues
org.eclipse.set.application.cacheservice.CacheImplTest ‑ invalidatedCacheIsEmpty
org.eclipse.set.application.cacheservice.CacheImplTest ‑ setCacheWorks
org.eclipse.set.application.cacheservice.CacheServiceImplTest ‑ cacheIdDifferent
org.eclipse.set.application.cacheservice.CacheServiceImplTest ‑ cacheIdIdentical
org.eclipse.set.application.cacheservice.CacheServiceImplTest ‑ containerCacheDifferentCacheId
org.eclipse.set.application.cacheservice.CacheServiceImplTest ‑ containerCacheDifferentContainerId
org.eclipse.set.application.cacheservice.CacheServiceImplTest ‑ containerCacheIdentical
org.eclipse.set.application.graph.TopologicalGraphServiceTest ‑ testFindShortedDistanceInDirection
…

Comment on lines +463 to +470
static def Iterable<FootnoteInfo> getFootnoteInfos(
FootnoteContainer fnContainer) {
return switch (fnContainer) {
SimpleFootnoteContainer: fnContainer.footnoteInfos
CompareFootnoteContainer: fnContainer.footnoteInfos
default: #[]
}
}

@TruongQuangSB TruongQuangSB Jul 3, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mariusheine you can create for each type of FootnoteContainer a `dispatch`` function, then you no need this switch case here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants