Ignore changes to ignition, stage separation, and motor configuration.
This commit is contained in:
parent
90bc49a9fe
commit
2bad65410d
@ -18,7 +18,10 @@ public class ComponentCompare {
|
|||||||
private static final String[] IGNORED_METHODS = {
|
private static final String[] IGNORED_METHODS = {
|
||||||
"getClass", "getChildCount", "getChildren", "getNextComponent", "getID",
|
"getClass", "getChildCount", "getChildren", "getNextComponent", "getID",
|
||||||
"getPreviousComponent", "getParent", "getRocket", "getRoot", "getStage",
|
"getPreviousComponent", "getParent", "getRocket", "getRoot", "getStage",
|
||||||
"getStageNumber", "getComponentName", "getDefaultFlightConfiguration",
|
"getStageNumber", "getComponentName",
|
||||||
|
"getStageSeparationConfiguration",
|
||||||
|
"getMotorConfiguration",
|
||||||
|
"getIgnitionConfiguration",
|
||||||
// Rocket specific methods:
|
// Rocket specific methods:
|
||||||
"getModID", "getMassModID", "getAerodynamicModID", "getTreeModID", "getFunctionalModID",
|
"getModID", "getMassModID", "getAerodynamicModID", "getTreeModID", "getFunctionalModID",
|
||||||
"getFlightConfigurationIDs", "getDefaultConfiguration", "getMotorMounts"
|
"getFlightConfigurationIDs", "getDefaultConfiguration", "getMotorMounts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user