You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Afterward, the [result](result) symlink points to the [Javadoc](result/share/git
74
74
75
75
## How to Get Started
76
76
77
-
For a demonstration on how to get started using the library, we have prepared a demo repository [here](https://github.com/VariantSync/DiffDetective-Demo).
77
+
For a demonstration on how to get started using the library, we have prepared a demo repository [here][demo].
78
78
You may clone it as a template and example for including the library into your own projects.
79
79
Additionally, there is a screencast available on YouTube, guiding you through the demo's setup and source code:
80
80
@@ -83,6 +83,16 @@ Additionally, there is a screencast available on YouTube, guiding you through th
83
83
84
84
## Publications
85
85
86
+
### Variability-Aware Differencing with DiffDetective (FSE 2024)
> P. M. Bittner, A. Schultheiß, B. Moosherr, T. Kehrer, T. Thüm. _Variability-Aware Differencing with DiffDetective_. Demonstrations at International Conference on the Foundations of Software Engineering 2024, ACM, New York, NY, July 2024
93
+
94
+
This paper gives an overview of DiffDetective, its design, features, use-cases, and past case studies. We recommend reading this paper if you are interested in the design of DiffDetective or if you consider using it for your own projects or research. The paper is accompanied by a [demo project][demo] as well as a [screencast][screencast] (see `How to Get Started` above).
95
+
86
96
### Classifying Edits to Variability in Source Code (ESEC/FSE 2022)
0 commit comments