forked from openrocket/openrocket
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingcriticalUrgent issueUrgent issuehelp wantedExtra attention is neededExtra attention is needed
Description
An error has been introduced in pull #8 that manifests in net.sf.openrocket.rocketcomponent.InstanceMap line 34:
Error:(34, 34) java: incompatible types: java.util.ArrayList<java.lang.Object> cannot be converted to java.util.ArrayList<net.sf.openrocket.rocketcomponent.InstanceContext>Changing the line from
put(key, new ArrayList<>());to
put(key, new ArrayList<InstanceContext>());fixes this particular error, but then there are more issues that pop up in other files relating to a .getClass() method.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcriticalUrgent issueUrgent issuehelp wantedExtra attention is neededExtra attention is needed