Skip to content

Commit eb86878

Browse files
Debugging filtering of PCs
1 parent 6f79c76 commit eb86878

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
46b123c7ee6f6409305c0754ce19c08f
1+
08910b938b77cbbbd35ae7cf8fcaf05e
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7160f326400ac5ea6c24058b26e6ed95b7e7a016
1+
925abaaa5655f21315fb4c668f5cf02e993b6289

local-maven-repo/net/ssehub/kernel_haven/fe_analysis/maven-metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<versions>
88
<version>1.0.0</version>
99
</versions>
10-
<lastUpdated>20210802165032</lastUpdated>
10+
<lastUpdated>20210802170205</lastUpdated>
1111
</versioning>
1212
</metadata>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
61e947bcd99e60e9f1e98eeee3ea7906
1+
eab436ec4f23e1de02c155e915ef747a
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f909d54877b37a8bd875ff49a5b919474f5d584f
1+
b9fb65fd31b5badb66fad3df1ecd8660fc7f4627

src/main/java/de/variantsync/subjects/extraction/AnalysisTask.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,12 @@ private static void moveResultsToDirectory(File workDir, Path pathToTargetDir, R
167167
hasError = hasError | moveDimacsModel(outputDir, data_collection_dir);
168168

169169
LOGGER.logStatus("Moving FILTERED file to common output directory.");
170-
if(!moveFilterCount(outputDir, data_collection_dir)) {
170+
if(moveFilterCount(outputDir, data_collection_dir)) {
171171
LOGGER.logWarning("Moving FILTERED failed.");
172172
}
173173

174174
LOGGER.logStatus("Moving VARIABLES file to common output directory.");
175-
if(!moveVariablesFile(outputDir, data_collection_dir)) {
175+
if(moveVariablesFile(outputDir, data_collection_dir)) {
176176
LOGGER.logWarning("Moving VARIABLES failed.");
177177
}
178178

0 commit comments

Comments
 (0)