I specified manually the classes to record in the Chronon properties tab (in the project configuration). There i put "java.util.ArrayList" (but also tried java.**) but still I'm not able to view the ArrayList information in the "Local view" (it just shows the type).
Is there anything else I have to do to achieve my goal ?
Official Response
-
EMPLOYEE
1As , the java.** package is excluded by default in the recorder, so it cannot be included (since excludes take precendence).
The rational, workarounds and future work for this are described in this blog post
-
EMPLOYEE
1As , the java.** package is excluded by default in the recorder, so it cannot be included (since excludes take precendence).
The rational, workarounds and future work for this are described in this blog post -
-
Do you have any ETA on when recording on java.** packages is available? Support for collections classes is the most desired feature that blocks us from purchasing the product. Obviously it should be possible to choose which types to record.
-
-
sorry no ETA yet.
That said:
- Note that you can still see what is inside an arraylist when you actually use it, eg by calling a 'get' method.
- The information we currently provide is way, way beyond what you would get from log files.
- All our current customers are able to solve their bugs, with the info provided even though it is slightly 'inconvenient' not being able to expand the collections classes everywhere. -
-