]> source.dussan.org Git - poi.git/commit
For places where an ordered collection is created and used within the context of...
authorNick Burch <nick@apache.org>
Thu, 24 Jul 2014 16:41:43 +0000 (16:41 +0000)
committerNick Burch <nick@apache.org>
Thu, 24 Jul 2014 16:41:43 +0000 (16:41 +0000)
commit736cd9cf49b1cfb116327d052b5ef0f33a0c7850
tree26523cc16451529af55fe11910545a77efff02f4
parent3ba465ecb356788fa9da5c54d7b21a8fdf7a609e
For places where an ordered collection is created and used within the context of a single thread, and there are no thread safety concerns, use ArrayList not Vector. See bug #54838

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613186 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFMap.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java
src/scratchpad/src/org/apache/poi/hslf/extractor/QuickButCruddyTextExtractor.java
src/scratchpad/src/org/apache/poi/hslf/record/PPDrawing.java
src/scratchpad/src/org/apache/poi/hslf/record/SlideListWithText.java
src/scratchpad/testcases/org/apache/poi/hslf/extractor/TestCruddyExtractor.java