I am trying to extract relevant information from a related object in Java. This object has the structure:
String name;
Array setOfOrders;
Each item in setOfOrders has
int orderID;
String orderName;
List<BuildingBlock> listOfBlocks;
every building block has
String shortName;
String fullName;
String blockID;
Array<Element> elements;
I tried to study the source code, but the branches seem endless. I tried using debugging mode in NetBeans, but every third variable (setOfOrders, listOfBlocks, elements) just keeps expanding. It is like trying to find which folders are taking up space on your disk. In Explorer, this takes forever, while some disk analyzers show a clear map of space usage.
, ? ? ( , IDE, ?), ? ?