убрал избыточно длинное имя в версиях пакета сапфор на панели сравнения
This commit is contained in:
2025-04-09 20:34:58 +03:00
parent 6faf06f949
commit 829cd0c770
3 changed files with 3 additions and 7 deletions

6
.idea/workspace.xml generated
View File

@@ -6,11 +6,7 @@
</artifacts-to-build>
</component>
<component name="ChangeListManager">
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/_VisualDVM/Constants.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/_VisualDVM/Constants.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/_VisualDVM/Passes/All/SPF_GetGraphLoops.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/_VisualDVM/Passes/All/SPF_GetGraphLoops.java" afterDir="false" />
</list>
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />

View File

@@ -3,7 +3,7 @@ import Common.Utils.Vector_;
import java.util.Vector;
public class Constants {
public static final int version = 1237;
public static final int version = 1238;
public static final int planner_version = 24;
public static final int testingMaxKernels = 64;
//--

View File

@@ -110,7 +110,7 @@ public class SapforVersionsComparisonForm extends ComparisonForm<SapforVersion_j
}
@Override
protected void showObject() {
lObjectName.setText(object.toString());
lObjectName.setText(object.Home.getName());
lObjectName.setToolTipText(object.Home.getName() + " : " + Utils_.Brackets(object.description));
cbFile.removeAllItems();
for (ProjectFile file : object.files.values())