From 27344ca66169f2c99fc418eae3217ab1f613fbd4 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 18 Mar 2023 11:35:26 +0000 Subject: [PATCH] use 'an' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908483 13f79535-47bb-0310-9956-ffa450edef68 --- .../poi/examples/hssf/usermodel/EventExample.java | 2 +- .../poi/examples/hssf/usermodel/InCellLists.java | 14 +++++++------- .../java/org/apache/poi/stress/TestAllFiles.java | 4 ++-- .../poi/openxml4j/opc/internal/ContentType.java | 2 +- .../apache/poi/poifs/crypt/dsig/SignatureInfo.java | 2 +- .../apache/poi/xslf/usermodel/XSLFBackground.java | 2 +- .../org/apache/poi/xssf/streaming/SXSSFCell.java | 2 +- .../org/apache/poi/xssf/streaming/SXSSFSheet.java | 2 +- .../org/apache/poi/xssf/usermodel/XSSFCell.java | 4 ++-- .../apache/poi/xssf/usermodel/XSSFCellStyle.java | 6 +++--- .../org/apache/poi/xssf/usermodel/XSSFColor.java | 2 +- .../apache/poi/xssf/usermodel/XSSFWorkbook.java | 2 +- .../xssf/usermodel/extensions/XSSFCellFill.java | 4 ++-- .../apache/poi/xwpf/usermodel/XWPFDocument.java | 2 +- .../apache/poi/openxml4j/opc/ZipFileAssert.java | 2 +- .../apache/poi/xslf/usermodel/TestXSLFSlide.java | 2 +- .../poi/xssf/usermodel/TestXSSFChartSheet.java | 2 +- .../org/apache/poi/hdgf/HDGFLZWCompressor.java | 2 +- .../org/apache/poi/hslf/record/FontCollection.java | 2 +- .../apache/poi/hslf/usermodel/HSLFSlideShow.java | 2 +- .../org/apache/poi/hslf/usermodel/HSLFTextRun.java | 2 +- .../java/org/apache/poi/hwpf/HWPFDocument.java | 4 ++-- .../poi/common/usermodel/fonts/FontInfo.java | 2 +- .../org/apache/poi/ddf/UnknownEscherRecord.java | 2 +- poi/src/main/java/org/apache/poi/hpsf/Section.java | 2 +- .../apache/poi/hssf/record/ExternalNameRecord.java | 2 +- .../apache/poi/hssf/record/RecordInputStream.java | 2 +- .../apache/poi/hssf/record/chart/AreaRecord.java | 2 +- .../org/apache/poi/hssf/usermodel/HSSFCell.java | 4 ++-- .../apache/poi/hssf/usermodel/HSSFPatriarch.java | 2 +- .../org/apache/poi/hssf/usermodel/HSSFPicture.java | 2 +- .../java/org/apache/poi/poifs/crypt/Encryptor.java | 2 +- .../java/org/apache/poi/sl/draw/SLGraphics.java | 12 ++++++------ .../apache/poi/sl/draw/geom/IAdjustableShape.java | 2 +- .../apache/poi/ss/format/CellElapsedFormatter.java | 2 +- .../poi/ss/formula/atp/NetworkdaysFunction.java | 2 +- .../poi/ss/formula/ptg/DeletedArea3DPtg.java | 2 +- .../java/org/apache/poi/ss/usermodel/Cell.java | 2 +- .../apache/poi/util/GenericRecordJsonWriter.java | 2 +- .../apache/poi/util/GenericRecordXmlWriter.java | 2 +- .../apache/poi/hssf/model/TestDrawingShapes.java | 2 +- ...estOLE2Embeding.java => TestOLE2Embedding.java} | 6 +++--- .../poi/ss/usermodel/BaseTestFormulaEvaluator.java | 2 +- .../poi/ss/usermodel/BaseTestSheetShiftRows.java | 2 +- 44 files changed, 64 insertions(+), 64 deletions(-) rename poi/src/test/java/org/apache/poi/hssf/usermodel/{TestOLE2Embeding.java => TestOLE2Embedding.java} (97%) diff --git a/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/EventExample.java b/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/EventExample.java index 0e71406b58..88c3f020f4 100644 --- a/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/EventExample.java +++ b/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/EventExample.java @@ -75,7 +75,7 @@ public class EventExample implements HSSFListener { System.out.println("Cell found with value " + numrec.getValue() + " at row " + numrec.getRow() + " and column " + numrec.getColumn()); break; - // SSTRecords store a array of unique strings used in Excel. + // SSTRecords store an array of unique strings used in Excel. case SSTRecord.sid: sstrec = (SSTRecord) record; for (int k = 0; k < sstrec.getNumUniqueStrings(); k++) diff --git a/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java b/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java index 77282d980d..28c03a9bc4 100644 --- a/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java +++ b/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java @@ -190,7 +190,7 @@ public class InCellLists { String formatString = InCellLists.BULLET_CHARACTER + " @"; int formatIndex = format.getFormat(formatString); - // Construct an HSSFCellStyle and set it's data formt to use the + // Construct an HSSFCellStyle and set its data format to use the // object created above. HSSFCellStyle bulletStyle = workbook.createCellStyle(); bulletStyle.setDataFormat((short)formatIndex); @@ -248,8 +248,8 @@ public class InCellLists { int increment) { StringBuilder buffer = new StringBuilder(); int itemNumber = startingValue; - // Note that again, an HSSFCellStye object is required and that - // it's wrap text property should be set to 'true' + // Note that again, an HSSFCellStyle object is required and that + // its wrap text property should be set to 'true' HSSFCellStyle wrapStyle = workbook.createCellStyle(); wrapStyle.setWrapText(true); // Note that the basic method is identical to the listInCell() method @@ -282,7 +282,7 @@ public class InCellLists { HSSFCell cell) { StringBuilder buffer = new StringBuilder(); // Note that again, an HSSFCellStye object is required and that - // it's wrap text property should be set to 'true' + // its wrap text property should be set to 'true' HSSFCellStyle wrapStyle = workbook.createCellStyle(); wrapStyle.setWrapText(true); // Note that the basic method is identical to the listInCell() method @@ -318,7 +318,7 @@ public class InCellLists { HSSFCell cell) { StringBuilder buffer = new StringBuilder(); // Note that again, an HSSFCellStye object is required and that - // it's wrap text property should be set to 'true' + // its wrap text property should be set to 'true' HSSFCellStyle wrapStyle = workbook.createCellStyle(); wrapStyle.setWrapText(true); // Step through the ArrayList of MultilLevelListItem instances. @@ -381,7 +381,7 @@ public class InCellLists { StringBuilder buffer = new StringBuilder(); int highLevelItemNumber = highLevelStartingValue; // Note that again, an HSSFCellStye object is required and that - // it's wrap text property should be set to 'true' + // its wrap text property should be set to 'true' HSSFCellStyle wrapStyle = workbook.createCellStyle(); wrapStyle.setWrapText(true); // Step through the ArrayList of MultilLevelListItem instances. @@ -436,7 +436,7 @@ public class InCellLists { HSSFCell cell) { StringBuilder buffer = new StringBuilder(); // Note that again, an HSSFCellStye object is required and that - // it's wrap text property should be set to 'true' + // its wrap text property should be set to 'true' HSSFCellStyle wrapStyle = workbook.createCellStyle(); wrapStyle.setWrapText(true); // Step through the ArrayList of MultilLevelListItem instances. diff --git a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java index 3b51afe1e1..fcba54a263 100644 --- a/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java +++ b/poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java @@ -49,12 +49,12 @@ import org.opentest4j.AssertionFailedError; * to reveal problems which are introduced, but not covered (yet) by unit tests. * * This test looks for any file under the test-data directory and tries to do some useful - * processing with it based on it's type. + * processing with it based on its type. * * The test is implemented as a junit {@link ParameterizedTest} test, which leads * to one test-method call for each file (currently around 950 files are handled). * - * There is a a mapping of extension to implementations of the interface + * There is a mapping of extension to implementations of the interface * {@link FileHandler} which defines how the file is loaded and which actions are * tried with the file. * diff --git a/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/ContentType.java b/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/ContentType.java index d418a2dc61..f95aad6a30 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/ContentType.java +++ b/poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/internal/ContentType.java @@ -28,7 +28,7 @@ import java.util.regex.Pattern; import org.apache.poi.openxml4j.exceptions.InvalidFormatException; /** - * Represents a immutable MIME ContentType value (RFC 2616 §3.7) + * Represents an immutable MIME ContentType value (RFC 2616 §3.7) *

* media-type = type "/" subtype *( ";" parameter ) type = token
* subtype = token
diff --git a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java index 0941621d61..cfb9c6c83d 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java +++ b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java @@ -93,7 +93,7 @@ import org.w3c.dom.events.MutationEvent; /** *

This class is the default entry point for XML signatures and can be used for - * validating an existing signed office document and signing a office document.

+ * validating an existing signed office document and signing an office document.

* *

Validating a signed office document

* diff --git a/poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFBackground.java b/poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFBackground.java index 67397d6c50..9346338275 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFBackground.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xslf/usermodel/XSLFBackground.java @@ -47,7 +47,7 @@ public class XSLFBackground extends XSLFSimpleShape } /** - * background does not have a associated transform, therefore we return null + * background does not have an associated transform, therefore we return null * * @param create ignored * diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFCell.java b/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFCell.java index ef88000e8d..6c468f3c8a 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFCell.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFCell.java @@ -481,7 +481,7 @@ public class SXSSFCell extends CellBase { } /** - * Set a error value for the cell + * Set an error value for the cell * * @param value the error value to set this cell to. For formulas, we'll set the * precalculated value , for errors we'll set diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java b/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java index d454fc1082..7d0964126f 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFSheet.java @@ -142,7 +142,7 @@ public class SXSSFSheet implements Sheet, OoxmlSheetExtensions { "in the range [0," + _writer.getLastFlushedRow() + "] that is already written to disk."); } - // attempt to overwrite a existing row in the input template + // attempt to overwrite an existing row in the input template if(_sh.getPhysicalNumberOfRows() > 0 && rownum <= _sh.getLastRowNum() ) { throw new IllegalArgumentException( "Attempting to write a row["+rownum+"] " + diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java index 4493c55962..07f4d6d314 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java @@ -817,7 +817,7 @@ public final class XSSFCell extends CellBase { } /** - * Set a error value for the cell + * Set an error value for the cell * * @param errorCode the error value to set this cell to. For formulas, we'll set the * precalculated value , for errors we'll set @@ -832,7 +832,7 @@ public final class XSSFCell extends CellBase { } /** - * Set a error value for the cell + * Set an error value for the cell * * @param error the error value to set this cell to. For formulas, we'll set the * precalculated value , for errors we'll set diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java index 9fea94baff..02bb6bc66a 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCellStyle.java @@ -846,7 +846,7 @@ public class XSSFCellStyle implements CellStyle, Duplicatable { } /** - * Set the background fill color represented as a indexed color value. + * Set the background fill color represented as an indexed color value. *

* For example: *

@@ -916,7 +916,7 @@ public class XSSFCellStyle implements CellStyle, Duplicatable {
     }
 
     /**
-     * Set the foreground fill color as a indexed color value
+     * Set the foreground fill color as an indexed color value
      * 
* Note: Ensure Foreground color is set prior to background color. * @param fg the color to use @@ -1044,7 +1044,7 @@ public class XSSFCellStyle implements CellStyle, Duplicatable { } /** - * Set the color to use for the left border as a indexed color value + * Set the color to use for the left border as an indexed color value * * @param color the index of the color definition * @see org.apache.poi.ss.usermodel.IndexedColors diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFColor.java b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFColor.java index ad65465671..d7324431ba 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFColor.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFColor.java @@ -145,7 +145,7 @@ public class XSSFColor extends ExtendedColor { } /** - * @return true if the ctColor has a alpha + * @return true if the ctColor has an alpha */ public boolean hasAlpha() { return ctColor.isSetRgb() && ctColor.getRgb().length == 4; diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java index a31f669b26..c15b21ebf6 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java @@ -1823,7 +1823,7 @@ public class XSSFWorkbook extends POIXMLDocument implements Workbook, Date1904Su } /** - * Return a object representing a collection of shared objects used for styling content, + * Return an object representing a collection of shared objects used for styling content, * e.g. fonts, cell styles, colors, etc. */ public StylesTable getStylesSource() { diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.java b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.java index dd9dca7d16..dc93a429b0 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/extensions/XSSFCellFill.java @@ -67,7 +67,7 @@ public final class XSSFCellFill { } /** - * Set the background fill color represented as a indexed color value. + * Set the background fill color represented as an indexed color value. * * @param index - the color to use */ @@ -105,7 +105,7 @@ public final class XSSFCellFill { } /** - * Set the foreground fill color as a indexed color value + * Set the foreground fill color as an indexed color value * * @param index - the color to use */ diff --git a/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFDocument.java b/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFDocument.java index 6ab0ae9907..0e2d09dc91 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFDocument.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFDocument.java @@ -1123,7 +1123,7 @@ public class XWPFDocument extends POIXMLDocument implements Document, IBody { } /** - * copies content of a paragraph to a existing paragraph in the list paragraphs at position pos + * copies content of a paragraph to an existing paragraph in the list paragraphs at position pos */ public void setParagraph(XWPFParagraph paragraph, int pos) { paragraphs.set(pos, paragraph); diff --git a/poi-ooxml/src/test/java/org/apache/poi/openxml4j/opc/ZipFileAssert.java b/poi-ooxml/src/test/java/org/apache/poi/openxml4j/opc/ZipFileAssert.java index 9b21bb7db0..a22ad42d19 100644 --- a/poi-ooxml/src/test/java/org/apache/poi/openxml4j/opc/ZipFileAssert.java +++ b/poi-ooxml/src/test/java/org/apache/poi/openxml4j/opc/ZipFileAssert.java @@ -105,7 +105,7 @@ public final class ZipFileAssert { ArchiveEntry entree; while ((entree = zis.getNextEntry()) != null) { - /* Create a array for the current entry */ + /* Create an array for the current entry */ UnsynchronizedByteArrayOutputStream byteArray = new UnsynchronizedByteArrayOutputStream(); IOUtils.copy(zis, byteArray); zipContent.put(entree.getName(), byteArray); diff --git a/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFSlide.java b/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFSlide.java index 6ba6751052..44de570a88 100644 --- a/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFSlide.java +++ b/poi-ooxml/src/test/java/org/apache/poi/xslf/usermodel/TestXSLFSlide.java @@ -142,7 +142,7 @@ class TestXSLFSlide { XSLFTextShape sh2 = (XSLFTextShape)shapes1.get(1); assertEquals( - "Text in a autoshape is white\n" + + "Text in an autoshape is white\n" + "Fill: RGB(148, 198,0)", sh2.getText()); XSLFTextRun r2 = sh2.getTextParagraphs().get(0).getTextRuns().get(0); assertEquals("Century Gothic", r2.getFontFamily()); diff --git a/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFChartSheet.java b/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFChartSheet.java index a97ca36e94..8e4bec3b61 100644 --- a/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFChartSheet.java +++ b/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFChartSheet.java @@ -50,7 +50,7 @@ public final class TestXSSFChartSheet { assertFalse(sheet.iterator().hasNext(), "Row iterator for charts sheets should return zero rows"); - //access to a arbitrary row + //access to an arbitrary row assertNull(sheet.getRow(1)); //some basic get* accessors diff --git a/poi-scratchpad/src/main/java/org/apache/poi/hdgf/HDGFLZWCompressor.java b/poi-scratchpad/src/main/java/org/apache/poi/hdgf/HDGFLZWCompressor.java index 9a8a7559a1..f299b6d94d 100644 --- a/poi-scratchpad/src/main/java/org/apache/poi/hdgf/HDGFLZWCompressor.java +++ b/poi-scratchpad/src/main/java/org/apache/poi/hdgf/HDGFLZWCompressor.java @@ -177,7 +177,7 @@ import java.io.OutputStream; if (dataI > -1) { // copy the last read byte into the dictionary. // the example data compressor used self references, so we don't wait for filling the dictionary - // until we know if it's a un-/compressed token. + // until we know if it's an un-/compressed token. dict[(posInp++) & DICT_MASK] = (byte)dataI; } // This is an unsigned byte read from the stream diff --git a/poi-scratchpad/src/main/java/org/apache/poi/hslf/record/FontCollection.java b/poi-scratchpad/src/main/java/org/apache/poi/hslf/record/FontCollection.java index 70dcfca0fe..c400ac9c56 100644 --- a/poi-scratchpad/src/main/java/org/apache/poi/hslf/record/FontCollection.java +++ b/poi-scratchpad/src/main/java/org/apache/poi/hslf/record/FontCollection.java @@ -89,7 +89,7 @@ public final class FontCollection extends RecordContainer { * uniquely contains fonts based on their typeface, i.e. calling the method with FontInfo * objects having the same name results in the same HSLFFontInfo reference. * - * @param fontInfo the FontInfo configuration, can be a instance of {@link HSLFFontInfo}, + * @param fontInfo the FontInfo configuration, can be an instance of {@link HSLFFontInfo}, * {@link HSLFFontInfoPredefined} or a custom implementation * @return the register HSLFFontInfo object */ diff --git a/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFSlideShow.java b/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFSlideShow.java index 1447eab4b1..1239fe686f 100644 --- a/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFSlideShow.java +++ b/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFSlideShow.java @@ -1034,7 +1034,7 @@ public final class HSLFSlideShow extends POIDocument implements SlideShow * - * Setting a unsupported property results in an {@link UnsupportedOperationException}. + * Setting an unsupported property results in an {@link UnsupportedOperationException}. * * @since POI 3.17-beta2 * diff --git a/poi/src/main/java/org/apache/poi/ddf/UnknownEscherRecord.java b/poi/src/main/java/org/apache/poi/ddf/UnknownEscherRecord.java index aff4e213f9..c6e71ea099 100644 --- a/poi/src/main/java/org/apache/poi/ddf/UnknownEscherRecord.java +++ b/poi/src/main/java/org/apache/poi/ddf/UnknownEscherRecord.java @@ -28,7 +28,7 @@ import org.apache.poi.util.IOUtils; import org.apache.poi.util.LittleEndian; /** - * This record is used whenever a escher record is encountered that + * This record is used whenever an escher record is encountered that * we do not explicitly support. */ public final class UnknownEscherRecord extends EscherRecord { diff --git a/poi/src/main/java/org/apache/poi/hpsf/Section.java b/poi/src/main/java/org/apache/poi/hpsf/Section.java index 5ebaf43ad3..09ce055d34 100644 --- a/poi/src/main/java/org/apache/poi/hpsf/Section.java +++ b/poi/src/main/java/org/apache/poi/hpsf/Section.java @@ -131,7 +131,7 @@ public class Section { */ int offFix = (int)LittleEndian.getUInt(src, offset + ClassID.LENGTH); - // some input files have a invalid (padded?) offset, which need to be fixed + // some input files have an invalid (padded?) offset, which need to be fixed // search for beginning of size field if (src[offFix] == 0) { for (int i=0; i<3 && src[offFix] == 0; i++,offFix++); diff --git a/poi/src/main/java/org/apache/poi/hssf/record/ExternalNameRecord.java b/poi/src/main/java/org/apache/poi/hssf/record/ExternalNameRecord.java index 195b0593f6..3b58817cec 100644 --- a/poi/src/main/java/org/apache/poi/hssf/record/ExternalNameRecord.java +++ b/poi/src/main/java/org/apache/poi/hssf/record/ExternalNameRecord.java @@ -127,7 +127,7 @@ public final class ExternalNameRecord extends StandardRecord { /** * For OLE and DDE, links can be either 'automatic' or 'manual' * - * @return {@code true} if this is a automatic link + * @return {@code true} if this is an automatic link */ public boolean isAutomaticLink() { return (field_1_option_flag & OPT_AUTOMATIC_LINK) != 0; diff --git a/poi/src/main/java/org/apache/poi/hssf/record/RecordInputStream.java b/poi/src/main/java/org/apache/poi/hssf/record/RecordInputStream.java index a64d86b9d0..b41c2b9146 100644 --- a/poi/src/main/java/org/apache/poi/hssf/record/RecordInputStream.java +++ b/poi/src/main/java/org/apache/poi/hssf/record/RecordInputStream.java @@ -447,7 +447,7 @@ public final class RecordInputStream implements LittleEndianInput { * * @return all byte data for the current record * - * @deprecated POI 2.0 Best to write a input stream that wraps this one + * @deprecated POI 2.0 Best to write an input stream that wraps this one * where there is special sub record that may overlap continue * records. */ diff --git a/poi/src/main/java/org/apache/poi/hssf/record/chart/AreaRecord.java b/poi/src/main/java/org/apache/poi/hssf/record/chart/AreaRecord.java index 93462b4878..6babe30755 100644 --- a/poi/src/main/java/org/apache/poi/hssf/record/chart/AreaRecord.java +++ b/poi/src/main/java/org/apache/poi/hssf/record/chart/AreaRecord.java @@ -29,7 +29,7 @@ import org.apache.poi.util.GenericRecordUtil; import org.apache.poi.util.LittleEndianOutput; /** - * The area record is used to define a area chart. + * The area record is used to define an area chart. */ public final class AreaRecord extends StandardRecord { public static final short sid = 0x101A; diff --git a/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCell.java b/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCell.java index 7e5f7f5fb7..76eadaabe4 100644 --- a/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCell.java +++ b/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCell.java @@ -786,7 +786,7 @@ public class HSSFCell extends CellBase { } /** - * set a error value for the cell + * set an error value for the cell * * @param errorCode the error value to set this cell to. For formulas, we'll set the * precalculated value , for errors we'll set @@ -802,7 +802,7 @@ public class HSSFCell extends CellBase { setCellErrorValue(error); } /** - * set a error value for the cell + * set an error value for the cell * * @param error the error value to set this cell to. For formulas, we'll set the * precalculated value , for errors we'll set diff --git a/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java b/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java index 876b6f245a..716e215bbc 100644 --- a/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java +++ b/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFPatriarch.java @@ -370,7 +370,7 @@ public final class HSSFPatriarch implements HSSFShapeContainer, Drawing getChildren() { diff --git a/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFPicture.java b/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFPicture.java index 29b163ce67..42fa643a36 100644 --- a/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFPicture.java +++ b/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFPicture.java @@ -40,7 +40,7 @@ import org.apache.poi.ss.util.ImageUtils; import org.apache.poi.util.StringUtil; /** - * Represents a escher picture. Eg. A GIF, JPEG etc... + * Represents an escher picture. Eg. A GIF, JPEG etc... */ public class HSSFPicture extends HSSFSimpleShape implements Picture { diff --git a/poi/src/main/java/org/apache/poi/poifs/crypt/Encryptor.java b/poi/src/main/java/org/apache/poi/poifs/crypt/Encryptor.java index 0e2581a64e..746d8fa5fd 100644 --- a/poi/src/main/java/org/apache/poi/poifs/crypt/Encryptor.java +++ b/poi/src/main/java/org/apache/poi/poifs/crypt/Encryptor.java @@ -45,7 +45,7 @@ public abstract class Encryptor implements GenericRecord { } /** - * Return a output stream for encrypted data. + * Return an output stream for encrypted data. * * @param dir the node to write to * @return encrypted stream diff --git a/poi/src/main/java/org/apache/poi/sl/draw/SLGraphics.java b/poi/src/main/java/org/apache/poi/sl/draw/SLGraphics.java index fe7afec9eb..a570b9f892 100644 --- a/poi/src/main/java/org/apache/poi/sl/draw/SLGraphics.java +++ b/poi/src/main/java/org/apache/poi/sl/draw/SLGraphics.java @@ -925,9 +925,9 @@ public class SLGraphics extends Graphics2D implements Cloneable { *

* The area inside the polygon is defined using an * even-odd fill rule, also known as the alternating rule. - * @param xPoints a an array of x coordinates. - * @param yPoints a an array of y coordinates. - * @param nPoints a the total number of points. + * @param xPoints an array of x coordinates. + * @param yPoints an array of y coordinates. + * @param nPoints the total number of points. * @see Graphics#drawPolygon(int[], int[], int) */ public void fillPolygon(int[] xPoints, int[] yPoints, @@ -994,9 +994,9 @@ public class SLGraphics extends Graphics2D implements Cloneable { * 1 ≤ i ≤ nPoints. * The figure is automatically closed by drawing a line connecting * the final point to the first point, if those points are different. - * @param xPoints a an array of x coordinates. - * @param yPoints a an array of y coordinates. - * @param nPoints a the total number of points. + * @param xPoints an array of x coordinates. + * @param yPoints an array of y coordinates. + * @param nPoints the total number of points. * @see Graphics#fillPolygon(int[],int[],int) * @see Graphics#drawPolyline */ diff --git a/poi/src/main/java/org/apache/poi/sl/draw/geom/IAdjustableShape.java b/poi/src/main/java/org/apache/poi/sl/draw/geom/IAdjustableShape.java index 7d6a2d1102..ea4768c541 100644 --- a/poi/src/main/java/org/apache/poi/sl/draw/geom/IAdjustableShape.java +++ b/poi/src/main/java/org/apache/poi/sl/draw/geom/IAdjustableShape.java @@ -28,7 +28,7 @@ package org.apache.poi.sl.draw.geom; public interface IAdjustableShape { /** * - * @param name name of a adjust value, e.g. adj1 + * @param name name of an adjust value, e.g. adj1 * @return adjust guide defined in the shape or null */ GuideIf getAdjustValue(String name); diff --git a/poi/src/main/java/org/apache/poi/ss/format/CellElapsedFormatter.java b/poi/src/main/java/org/apache/poi/ss/format/CellElapsedFormatter.java index 1505ba6f28..43069d2eab 100644 --- a/poi/src/main/java/org/apache/poi/ss/format/CellElapsedFormatter.java +++ b/poi/src/main/java/org/apache/poi/ss/format/CellElapsedFormatter.java @@ -124,7 +124,7 @@ public class CellElapsedFormatter extends CellFormatter { } /** - * Creates a elapsed time formatter. + * Creates an elapsed time formatter. * * @param pattern The pattern to parse. */ diff --git a/poi/src/main/java/org/apache/poi/ss/formula/atp/NetworkdaysFunction.java b/poi/src/main/java/org/apache/poi/ss/formula/atp/NetworkdaysFunction.java index da57eef5e1..bdcf7901bd 100644 --- a/poi/src/main/java/org/apache/poi/ss/formula/atp/NetworkdaysFunction.java +++ b/poi/src/main/java/org/apache/poi/ss/formula/atp/NetworkdaysFunction.java @@ -51,7 +51,7 @@ final class NetworkdaysFunction implements FreeRefFunction { } /** - * Evaluate for NETWORKDAYS. Given two dates and a optional date or interval of holidays, determines how many working days are there + * Evaluate for NETWORKDAYS. Given two dates and an optional date or interval of holidays, determines how many working days are there * between those dates. * * @return {@link ValueEval} for the number of days between two dates. diff --git a/poi/src/main/java/org/apache/poi/ss/formula/ptg/DeletedArea3DPtg.java b/poi/src/main/java/org/apache/poi/ss/formula/ptg/DeletedArea3DPtg.java index fb3aed7c91..629db662a3 100644 --- a/poi/src/main/java/org/apache/poi/ss/formula/ptg/DeletedArea3DPtg.java +++ b/poi/src/main/java/org/apache/poi/ss/formula/ptg/DeletedArea3DPtg.java @@ -29,7 +29,7 @@ import org.apache.poi.util.LittleEndianOutput; /** * Deleted Area 3D Ptg - 3D referecnce (Sheet + Area)

- * Defined a area in Extern Sheet. + * Defined an area in Extern Sheet. * * @version 1.0-pre */ diff --git a/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java b/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java index d458027bc7..bca5856903 100644 --- a/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java +++ b/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java @@ -330,7 +330,7 @@ public interface Cell { void setCellValue(boolean value); /** - * Set a error value for the cell + * Set an error value for the cell * * @param value the error value to set this cell to. For formulas, we'll set the * precalculated value , for errors we'll set diff --git a/poi/src/main/java/org/apache/poi/util/GenericRecordJsonWriter.java b/poi/src/main/java/org/apache/poi/util/GenericRecordJsonWriter.java index f282907c94..370a02f672 100644 --- a/poi/src/main/java/org/apache/poi/util/GenericRecordJsonWriter.java +++ b/poi/src/main/java/org/apache/poi/util/GenericRecordJsonWriter.java @@ -76,7 +76,7 @@ public class GenericRecordJsonWriter implements Closeable { * @param name the name of the property * @param object the value of the property * @return {@code true}, if the element was handled and output produced, - * The provided methods can be overridden and a implementation can return {@code false}, + * The provided methods can be overridden and an implementation can return {@code false}, * if the element hasn't been written to the stream */ boolean print(GenericRecordJsonWriter record, String name, Object object); diff --git a/poi/src/main/java/org/apache/poi/util/GenericRecordXmlWriter.java b/poi/src/main/java/org/apache/poi/util/GenericRecordXmlWriter.java index 793c1e845f..b812a3d31c 100644 --- a/poi/src/main/java/org/apache/poi/util/GenericRecordXmlWriter.java +++ b/poi/src/main/java/org/apache/poi/util/GenericRecordXmlWriter.java @@ -68,7 +68,7 @@ public class GenericRecordXmlWriter implements Closeable { * @param name the name of the property * @param object the value of the property * @return {@code true}, if the element was handled and output produced, - * The provided methods can be overridden and a implementation can return {@code false}, + * The provided methods can be overridden and an implementation can return {@code false}, * if the element hasn't been written to the stream */ boolean print(GenericRecordXmlWriter record, String name, Object object); diff --git a/poi/src/test/java/org/apache/poi/hssf/model/TestDrawingShapes.java b/poi/src/test/java/org/apache/poi/hssf/model/TestDrawingShapes.java index 1ca797067f..070ee25161 100644 --- a/poi/src/test/java/org/apache/poi/hssf/model/TestDrawingShapes.java +++ b/poi/src/test/java/org/apache/poi/hssf/model/TestDrawingShapes.java @@ -274,7 +274,7 @@ class TestDrawingShapes { } - /* assert shape properties when reading shapes from a existing workbook */ + /* assert shape properties when reading shapes from an existing workbook */ @Test void testReadExistingRectangle() throws IOException { try (HSSFWorkbook wb = HSSFTestDataSamples.openSampleWorkbook("drawings.xls")) { diff --git a/poi/src/test/java/org/apache/poi/hssf/usermodel/TestOLE2Embeding.java b/poi/src/test/java/org/apache/poi/hssf/usermodel/TestOLE2Embedding.java similarity index 97% rename from poi/src/test/java/org/apache/poi/hssf/usermodel/TestOLE2Embeding.java rename to poi/src/test/java/org/apache/poi/hssf/usermodel/TestOLE2Embedding.java index 21007ce14d..ca892b9ca8 100644 --- a/poi/src/test/java/org/apache/poi/hssf/usermodel/TestOLE2Embeding.java +++ b/poi/src/test/java/org/apache/poi/hssf/usermodel/TestOLE2Embedding.java @@ -36,10 +36,10 @@ import org.apache.poi.ss.usermodel.CreationHelper; import org.apache.poi.util.LocaleUtil; import org.junit.jupiter.api.Test; -final class TestOLE2Embeding { +final class TestOLE2Embedding { @Test - void testEmbeding() throws Exception { + void testEmbedding() throws Exception { // This used to break, until bug #43116 was fixed try (HSSFWorkbook workbook = HSSFTestDataSamples.openSampleWorkbook("ole2-embedding.xls")) { // Check we can get at the Escher layer still @@ -138,7 +138,7 @@ final class TestOLE2Embeding { UnsynchronizedByteArrayOutputStream bos = new UnsynchronizedByteArrayOutputStream(); try (HSSFWorkbook wb = new HSSFWorkbook()) { HSSFSheet sheet = wb.createSheet(); - sheet.createRow(5).createCell(2).setCellValue("yo dawg i herd you like embeddet objekts, so we put a ole in your ole so you can save a file while you save a file"); + sheet.createRow(5).createCell(2).setCellValue("yo dawg i herd you like embeddet objekts, so we put an ole in your ole so you can save a file while you save a file"); wb.write(bos); } diff --git a/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestFormulaEvaluator.java b/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestFormulaEvaluator.java index 28be1eaa1c..8f621a1428 100644 --- a/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestFormulaEvaluator.java +++ b/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestFormulaEvaluator.java @@ -303,7 +303,7 @@ public abstract class BaseTestFormulaEvaluator { try { fe.evaluateInCell(cellB1); } catch (IllegalStateException e) { - if (e.getMessage().equalsIgnoreCase("Cannot get a numeric value from a error formula cell")) { + if (e.getMessage().equalsIgnoreCase("Cannot get a numeric value from an error formula cell")) { fail("Identified bug 46479a"); } } diff --git a/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestSheetShiftRows.java b/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestSheetShiftRows.java index 60ceb9b3cc..b6c6330a31 100644 --- a/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestSheetShiftRows.java +++ b/poi/src/test/java/org/apache/poi/ss/usermodel/BaseTestSheetShiftRows.java @@ -77,7 +77,7 @@ public abstract class BaseTestSheetShiftRows { assertEquals(5, s.getRow(4).getPhysicalNumberOfCells()); // Shift rows 1-3 down 3 in the current one. This tests when - // 1 row is blank. Write to a another temp file + // 1 row is blank. Write to another temp file s.shiftRows(0, 2, 3); try (Workbook wb3 = _testDataProvider.writeOutAndReadBack(wb2)) { // Read and ensure things are where they should be -- 2.39.5