data: refresh with java imports
* coati regards import dependencies when refreshing a project
This commit is contained in:
@@ -60,7 +60,6 @@ public:
|
||||
void clearCaches();
|
||||
|
||||
std::set<FilePath> getDependingFilePaths(const std::set<FilePath>& filePaths);
|
||||
std::set<FilePath> getDependingFilePaths(const FilePath& filePath);
|
||||
|
||||
void clearFileElements(const std::vector<FilePath>& filePaths);
|
||||
|
||||
@@ -123,6 +122,10 @@ private:
|
||||
Id getFileNodeId(const FilePath& filePath) const;
|
||||
FilePath getFileNodePath(Id fileId) const;
|
||||
|
||||
std::set<FilePath> getDependingFilePathsForIncludes(const std::set<FilePath>& filePaths);
|
||||
std::set<FilePath> getDependingFilePathsForIncludes(const FilePath& filePath);
|
||||
std::set<FilePath> getDependingFilePathsForImports(const std::set<FilePath>& filePaths);
|
||||
|
||||
Id getLastVisibleParentNodeId(const Id nodeId) const;
|
||||
std::vector<Id> getAllChildNodeIds(const Id nodeId) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user