no message
This commit is contained in:
5
.idea/workspace.xml
generated
5
.idea/workspace.xml
generated
@@ -7,10 +7,7 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="e42177c3-2328-4b27-8a01-35779b2beb99" name="Default Changelist" comment="">
|
<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/ProjectData/SapforData/Loops/Loop.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/SapforData/Loops/Loop.java" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/properties" beforeDir="false" afterPath="$PROJECT_DIR$/properties" 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" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/SapforData/Loops/Json/LoopJson.java" beforeDir="false" />
|
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ public class Loop extends FileObjectWithMessages {
|
|||||||
@Expose
|
@Expose
|
||||||
private int perfectLoop;
|
private int perfectLoop;
|
||||||
@Expose
|
@Expose
|
||||||
|
private int hasNonRectangularBounds;
|
||||||
|
@Expose
|
||||||
public LoopState loopState;
|
public LoopState loopState;
|
||||||
//---
|
//---
|
||||||
@Expose
|
@Expose
|
||||||
@@ -44,7 +46,6 @@ public class Loop extends FileObjectWithMessages {
|
|||||||
all_children.addAll(children);
|
all_children.addAll(children);
|
||||||
return all_children;
|
return all_children;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
public Loop(String[] packedLoopInfo, Index idx, DBProjectFile father_in) {
|
public Loop(String[] packedLoopInfo, Index idx, DBProjectFile father_in) {
|
||||||
file = father_in.name;
|
file = father_in.name;
|
||||||
|
|||||||
Reference in New Issue
Block a user