Skip to content
Snippets Groups Projects
Commit f541fa55 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

docs: change TASK to FIXME and revise

parent 53e465c6
No related branches found
No related tags found
1 merge request!14Iss1026
...@@ -104,7 +104,7 @@ class HaaSFileTransferImp implements HaaSFileTransfer { ...@@ -104,7 +104,7 @@ class HaaSFileTransferImp implements HaaSFileTransfer {
} }
// TASK merge with download - stream provider for file, consumer for stream // FIXME: merge with download - stream provider for file, consumer for stream
@Override @Override
public List<String> getContent(List<String> files) { public List<String> getContent(List<String> files) {
List<String> result = new LinkedList<>(); List<String> result = new LinkedList<>();
......
...@@ -16,6 +16,7 @@ import com.google.common.collect.Streams; ...@@ -16,6 +16,7 @@ import com.google.common.collect.Streams;
import cz.it4i.fiji.haas_java_client.JobState; import cz.it4i.fiji.haas_java_client.JobState;
import cz.it4i.fiji.haas_java_client.SynchronizableFileType; import cz.it4i.fiji.haas_java_client.SynchronizableFileType;
//FIXME: TaskComputation 'done' should be Finished not Queued
public class TaskComputation { public class TaskComputation {
public static class Log { public static class Log {
......
...@@ -41,7 +41,7 @@ import javafx.scene.control.TableView; ...@@ -41,7 +41,7 @@ import javafx.scene.control.TableView;
import javafx.scene.layout.BorderPane; import javafx.scene.layout.BorderPane;
import net.imagej.updater.util.Progress; import net.imagej.updater.util.Progress;
//TASK: fix Exception during context menu request on task with N/A state //FIXME: fix Exception during context menu request on task with N/A state
public class BenchmarkSPIMController extends BorderPane implements CloseableControl, InitiableControl { public class BenchmarkSPIMController extends BorderPane implements CloseableControl, InitiableControl {
@FXML @FXML
......
...@@ -16,7 +16,7 @@ import cz.it4i.fiji.haas_spim_benchmark.core.TaskComputation; ...@@ -16,7 +16,7 @@ import cz.it4i.fiji.haas_spim_benchmark.core.TaskComputation;
import cz.it4i.fiji.haas_spim_benchmark.core.TaskComputation.Log; import cz.it4i.fiji.haas_spim_benchmark.core.TaskComputation.Log;
import javafx.beans.value.ObservableValue; import javafx.beans.value.ObservableValue;
import javafx.beans.value.ObservableValueBase; import javafx.beans.value.ObservableValueBase;
//TASK: improve performance
public class TaskComputationAdapter implements Closeable { public class TaskComputationAdapter implements Closeable {
public final static Logger log = LoggerFactory public final static Logger log = LoggerFactory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment