Colby-CPU-Sim / CPUSim

GNU General Public License v3.0
52 stars 18 forks source link

Refactor MachineReader to add type safety #94

Open Nava2 opened 7 years ago

Nava2 commented 7 years ago

Many fields use raw HashMap values, I've replaced them with HashMap<String, Object>, they should be made to work properly.

For example:

    // FIXME #94
    private HashMap<String, Object> components; // key = id, value = module