bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/24752] New: ArrayList#listIterator(int).nextIndex() and p


From: ujihara at aurora dot dti dot ne dot jp
Subject: [Bug classpath/24752] New: ArrayList#listIterator(int).nextIndex() and previousIndex() should not call checkMod().
Date: 9 Nov 2005 05:20:25 -0000

ArrayList#listIterator(int) creates and returns an instance of the class
implementing ListIterator interface defined in the method. All methods defined
the class check knownMod = modCount, but calling checkMod() line should not be
removed from nextIndex() method and previousIndex() method. 

Kazuya Ujihara <http://www.ujihara.jp/>


-- 
           Summary: ArrayList#listIterator(int).nextIndex() and
                    previousIndex() should not call checkMod().
           Product: classpath
           Version: 0.18
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ujihara at aurora dot dti dot ne dot jp


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24752





reply via email to

[Prev in Thread] Current Thread [Next in Thread]