Ticket #16 (closed defect: fixed)
Bug in RouteMessageImpl.inverse()
| Reported by: | jordi | Owned by: | max |
|---|---|---|---|
| Priority: | major | Milestone: | 3.1 |
| Component: | planetsim | Version: | PlanetSim 3 |
| Keywords: | bug RouteMessage inverse | Cc: |
Description
This mail is received from Planetsim-devel mailing list:
the method inverse() suffers from a bug.
The working method would be :
public void inverse() {
NodeHandle temp = destination;
destination = source;
source = temp;
}
Change History
Note: See
TracTickets for help on using
tickets.
