Ignore changes to ignition, stage separation, and motor configuration.

This commit is contained in:
kruland2607 2013-04-21 21:42:32 -05:00
parent 90bc49a9fe
commit 2bad65410d

View File

@ -18,7 +18,10 @@ public class ComponentCompare {
private static final String[] IGNORED_METHODS = {
"getClass", "getChildCount", "getChildren", "getNextComponent", "getID",
"getPreviousComponent", "getParent", "getRocket", "getRoot", "getStage",
"getStageNumber", "getComponentName", "getDefaultFlightConfiguration",
"getStageNumber", "getComponentName",
"getStageSeparationConfiguration",
"getMotorConfiguration",
"getIgnitionConfiguration",
// Rocket specific methods:
"getModID", "getMassModID", "getAerodynamicModID", "getTreeModID", "getFunctionalModID",
"getFlightConfigurationIDs", "getDefaultConfiguration", "getMotorMounts"