no message
This commit is contained in:
1
.idea/workspace.xml
generated
1
.idea/workspace.xml
generated
@@ -8,6 +8,7 @@
|
|||||||
<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$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/Messages/Message.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/_VisualDVM/ProjectData/Messages/Message.java" afterDir="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" />
|
||||||
|
|||||||
@@ -14,16 +14,15 @@ public class Message extends iDBObject {
|
|||||||
private static HashMap<String, String> codedMessages;
|
private static HashMap<String, String> codedMessages;
|
||||||
private static HashMap<String, String> codedMessages2;
|
private static HashMap<String, String> codedMessages2;
|
||||||
@Expose
|
@Expose
|
||||||
@Description("DEFAULT ''")
|
|
||||||
public String file = "";
|
|
||||||
@Expose
|
|
||||||
@Description("DEFAULT 1")
|
@Description("DEFAULT 1")
|
||||||
public int line = 1;
|
public int line = 1;
|
||||||
@Expose
|
@Expose
|
||||||
public int group;
|
public int group;
|
||||||
@Expose
|
@Expose
|
||||||
public String value;
|
public String value;
|
||||||
//---
|
//--
|
||||||
|
@Description("DEFAULT ''")
|
||||||
|
public String file = "";
|
||||||
public String group_s = "#";
|
public String group_s = "#";
|
||||||
//--
|
//--
|
||||||
public Message() {
|
public Message() {
|
||||||
|
|||||||
Reference in New Issue
Block a user