Manoel Campos

Results 32 issues of Manoel Campos

Thanks for this nice graphical simulator. This PR just fix the following issues in the README.md: - Fix Broken links and replaces non-existing ones - Fix typos - Add MIT...

If the `adoc_file_ext` param is not provided, the action should build all AsciiDoc files using `find . -name "*.adoc" -or -name "*.ascii" -or -name "*.asciidoc"`. If the param is given,...

enhancement

The parameter will enable building the adoc files to [epub/mobi](https://asciidoctor.org/docs/asciidoctor-epub3/), besides the HTML files. # Related Issues - #1

Sometimes, developers write useless javadocs such as the example below ```java /** * Some Foo Method. * @param id the id * @return */ int someFooMethod(int id){ return 0; }...

feature

## See: https://docs.atlassian.com/clover-maven-plugin/latest/check-mojo.html http://www.jacoco.org/jacoco/trunk/doc/check-mojo.html http://www.mojohaus.org/cobertura-maven-plugin/check-mojo.html

feature

Apply the Visitor Pattern to enable creating classes to export documentation coverage report in different formats such as HTML, XML, JSON, YAML, etc. The plugin configuration should use [maven dependency...

enhancement
feature

### Discussed in https://github.com/cloudsimplus/cloudsimplus/discussions/390 Originally posted by **ulfaric** August 3, 2022 Hi, I could not find examples that show how to use root switch and aggregate switch, for connecting data...

feature
network

Host's state history stores data about CPU utilization and allocated and requested MIPS. The `host.getStateHistory()` method just returns a List containing the data. If the user wants to compute some...

enhancement
good-first-issue
resource-utilization
design

# ISSUE: The `VmAllocationPolicyMigrationAbstract.optimizeAllocation()` method destroys and creates VMs into their current placed Hosts only to compute a new placement for VMs for under and overloaded Hosts. VMs from those...

enhancement
performance
design
VmAllocationPolicy
accuracy

# IMPROVEMENT CloudSim Plus is a discrete event simulation framework that relies on tagged message passing to notify SimEntity objects when specific events happen. Each SimEvent is tagged with a...

enhancement
design