Rémi
Rémi
I am not sure I understand what your tests actually do, but there seems to be something odd indeed. Would there be a way for you to share your test...
Your code looks correct. To me, it looks like a bug. But it needs to be confirmed by @acasteigts . The issue seems to come from the way JBotSim implements...
I also think that a random user would expect the wired and wireless networks be handled separately. As a user, I would like to be able to filter (by myself)...
Although I first liked the idea of this elegant quick fix, after thinking about it for some time yesterday, I can see painful drawbacks to this approach: * Since the...
In branch `fix/98-defaultclock-volatile-timeunit`: * renamed `delay` field into `timeUnit` to fit its setter/getter * turned `timeUnit` into `volatile` Performance tests in the `DefaultClock`'s general usecase did not show a significant...
merged into `develop`.
@pictavien , since you have recently been the main contributor of the `DotTopologySerializer`, I suppose that you are the best suited to check my claims and correct what actually needs...
In my opinion, we are trying to support borderline cases. I think I remember discussions in which going back and forth between `DIRECTED` and `UNDIRECTED` is not officially supported. It...
Remark worth noting: * Having result resource files in the same directory as the input ones has proven to be cumbersome when updating copyright notices with Intellij IDEA. When using...
My two cents with my understanding of the situation: * Since no `Clock` has been provided, the `ClockManager` spawns a `DefaultClock`. * This `Clock`'s implementation is based on a simple...