cloudsimplus / cloudsimplus

State-of-the-art Framework 🏗 for Cloud Computing ⛅️ Simulation: a modern, full-featured, easier-to-use, highly extensible 🧩, faster 🚀 and more accurate ☕️ Java 17+ tool for cloud computing research 🎓. Examples: https://github.com/cloudsimplus/cloudsimplus-examples

Home Page:https://cloudsimplus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CloudletsTableBuilder.addColumn() does not work.

struffel opened this issue · comments

Actual behavior

Adding columns to a CloudletsTableBuilder using the addColumn method has no effect. The function does not throw an Exception but the column does not appear.

Expected behavior

The newly added column should appear.

If the issue is related to a specific method, provide a test case that fails in order to show the problem

Run DatacenterSelectionByTimeZonExample.java from the examples-repo and observe that the new columns added by that example do not show up.

Specifications like the version of the project, operating system or workload file used

Tested on latest master ( 6966ec2 )