Warning of infinite loops involving local variables

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: 1.4.2
    • Component/s: tools
    • x86
    • windows_2000

      Consider warning about cases like this:

      while (counter!=MAX_SIZE) {
         // do something
         // counter is never assigned something herein between
         // this is a bug example of an infinite loop
      }
      return someObject;

      ###@###.### 2005-03-17 03:04:13 GMT

            Assignee:
            Jonathan Gibbons
            Reporter:
            Ranjith Mandala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: