Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stacktrace diff #133

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Conversation

Joshlha
Copy link
Collaborator

@Joshlha Joshlha commented Feb 15, 2024

How to use:

  • Click on "Compare DIffs" in the Thread Comparison Pane
  • Select two Stacktraces you want to compare
  • Click "Show Diff"
  • A github-style diff view will show, which can be toggled between side-by-side and unified style.

You can also right click on a thread container to quickly open the diff with the next stacktrace to the right.

The DiffView class is generic and can show diffs for technically any two lists of equivalent types. You can pass in equalityPredicate if you want to compare two items in a specific way.

@Joshlha Joshlha self-assigned this Feb 15, 2024
Joshlha and others added 4 commits February 16, 2024 15:20
# Conflicts:
#	src/main/kotlin/io/github/inductiveautomation/kindling/cache/CacheView.kt
#	src/main/kotlin/io/github/inductiveautomation/kindling/idb/generic/GenericView.kt
Joshlha and others added 5 commits June 12, 2024 13:19
# Conflicts:
#	src/main/kotlin/io/github/inductiveautomation/kindling/cache/CacheView.kt
#	src/main/kotlin/io/github/inductiveautomation/kindling/idb/generic/GenericView.kt
#	src/main/kotlin/io/github/inductiveautomation/kindling/utils/Swing.kt
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