Addition of mineral id to variation data logs.
This commit is contained in:
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
@@ -94,7 +94,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options opt = OptionData.getInstance().getOptions(optionId);
|
final Options opt = OptionData.getInstance().getOptions(optionId);
|
||||||
if (opt == null)
|
if (opt == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + optionId + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(opt, optionChance);
|
options.put(opt, optionChance);
|
||||||
@@ -109,7 +109,7 @@ public class VariationData implements IXmlReader
|
|||||||
final Options op = OptionData.getInstance().getOptions(id);
|
final Options op = OptionData.getInstance().getOptions(id);
|
||||||
if (op == null)
|
if (op == null)
|
||||||
{
|
{
|
||||||
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id);
|
LOGGER.warning(getClass().getSimpleName() + ": Null option for id " + id + " mineral " + mineralId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
options.put(op, optionChance);
|
options.put(op, optionChance);
|
||||||
|
Reference in New Issue
Block a user