no message
This commit is contained in:
@@ -221,7 +221,7 @@ public class db_project_info extends DBObject {
|
||||
//-
|
||||
public static File get_db_file(File project_home) {
|
||||
return new File(Paths.get(project_home.toString(), Constants.data,
|
||||
Global.properties.ProjectDBName).toString());
|
||||
"new_project_base.sqlite").toString());
|
||||
}
|
||||
public static String recommendAnalysis(PassCode code_in) {
|
||||
return Constants.unknown_metric + " примените анализатор \"" + code_in.getDescription() + "\"";
|
||||
|
||||
Reference in New Issue
Block a user