logic: moved javapath validation

* moved creation of java environment factory to build index method. This fixes a bug where project refresh was not working when setting the java path after loading the project.
This commit is contained in:
malte_langkabel
2016-08-29 10:49:59 +02:00
parent d3b10bc5fd
commit 4bac37096a
6 changed files with 25 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ private:
);
CxxProject(const CxxProject&);
virtual bool allowsRefresh();
virtual bool prepareRefresh();
virtual std::shared_ptr<Task> createIndexerTask(
PersistentStorage* storage,