Modify ↓
Opened 17 years ago
Closed 17 years ago
#901 closed defect (fixed)
An apparent infinite recursive loop
Reported by: | anonymous | Owned by: | framm |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Class: MapStatus
Method: keyReleased(KeyEvent)
Code line: 329
This method unconditionally invokes itself. This would seem to indicate an infinite recursive loop that will result in a stack overflow.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Fixed in r752.