Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Andreas Beeker 074d68fedf Sonar fixes 4 år sedan
..
io Remove unnecessary type arguments (Java 8) 6 år sedan
types #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
BookmarkFirstDescriptor.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
BookmarksTables.java use zero size arg to toArray(), use Collection.addAll() (#63805, second patch) 4 år sedan
BytePropertyNode.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
CHPBinTable.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
CHPFormattedDiskPage.java Bug-61947 remove deprecated method 6 år sedan
CHPX.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
CharIndexTranslator.java Remove more deprecated code 6 år sedan
Colorref.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
ComplexFileTable.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
DocumentProperties.java Bug 61349 -- add more sanity checks when allocating byte[] 6 år sedan
EscherRecordHolder.java Replace StringBuffer with StringBuilder 4 år sedan
FFData.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
FFDataBase.java Convert all *.java files to use native end of line character(s) 7 år sedan
FIBFieldHandler.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
FSPA.java add initial code for office drawings (and pictures saved as such drawings) 13 år sedan
FSPADocumentPart.java fixed missing ASF licence headers 13 år sedan
FSPATable.java Replace StringBuffer with StringBuilder 4 år sedan
Ffn.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
FibBase.java Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 år sedan
FibRgLw.java javadoc fix 10 år sedan
FibRgLw95.java correctly handle last part of FIB 12 år sedan
FibRgLw97.java javadoc fix 10 år sedan
FibRgW97.java Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 år sedan
FieldDescriptor.java mark classes from org.apache.poi.hwpf.model (and subpackages) as @Internal 13 år sedan
FieldsDocumentPart.java fixed missing ASF licence headers 13 år sedan
FieldsTables.java Remove unnecessary type arguments (Java 8) 6 år sedan
FileInformationBlock.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
FontTable.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
FootnoteReferenceDescriptor.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
FormattedDiskPage.java Remove unnecessary cast and reformat some code a bit 7 år sedan
GenericPropertyNode.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
Grfhic.java update list types definitions using new Grfhic class 12 år sedan
Hyphenation.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
LFO.java refactor list format override structures (was marked with @Internal annotation) 11 år sedan
LFOData.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
LFOLVLBase.java correctly handle LFOData structures 12 år sedan
LSTF.java correctly save PlfLst 12 år sedan
LVLF.java update LVLF definition 12 år sedan
ListData.java Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 år sedan
ListFormatOverrideLevel.java Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 år sedan
ListLevel.java Bug 61349 -- bump limits on classes that caused regressions in Dominik's regression corpus. Many thanks to Dominik Stadler for running the regression tests!!! 6 år sedan
ListTables.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
NilPICFAndBinData.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
NoteType.java mark classes from org.apache.poi.hwpf.model (and subpackages) as @Internal 13 år sedan
NotesTables.java Replace HWPFOutputStream with ByteArrayOutputStream - it doesn't add any new features 7 år sedan
OldCHPBinTable.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
OldComplexFileTable.java bug 50955 -- word 6.0 charset fix 7 år sedan
OldFfn.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
OldFontTable.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
OldPAPBinTable.java different workarounds for old Word format 12 år sedan
OldSectionTable.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
OldTextPiece.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
OldTextPieceTable.java Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. 6 år sedan
PAPBinTable.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
PAPFormattedDiskPage.java Sonar fixes 4 år sedan
PAPX.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
PICF.java Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 år sedan
PICFAndOfficeArtData.java Bug 61349 -- add more sanity checks when allocating byte[] 6 år sedan
ParagraphHeight.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
PicturesTable.java Remove unnecessary type arguments (Java 8) 6 år sedan
PieceDescriptor.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
PlexOfCps.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
PlexOfField.java Remove unnecessary local variables 6 år sedan
PlfLfo.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
PropertyModifier.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
PropertyNode.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
RevisionMarkAuthorTable.java Replace HWPFOutputStream with ByteArrayOutputStream - it doesn't add any new features 7 år sedan
SEPX.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
SavedByEntry.java Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 år sedan
SavedByTable.java Replace HWPFOutputStream with ByteArrayOutputStream - it doesn't add any new features 7 år sedan
SectionDescriptor.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
SectionTable.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
SinglentonTextPiece.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
StdfBase.java Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 år sedan
StdfPost2000.java Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 år sedan
Stshif.java Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 år sedan
Sttb.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
SttbUtils.java Replace HWPFOutputStream with ByteArrayOutputStream - it doesn't add any new features 7 år sedan
StyleDescription.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
StyleSheet.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
SubdocumentType.java replcae FIBLongHandler with FibRgLw97 and remove CPSplitCalculator 12 år sedan
TabDescriptor.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
TextPiece.java #64004 - Replace clone() with copy constructor - mainly HWPF classes 4 år sedan
TextPieceTable.java Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode() 4 år sedan
UPX.java FindBugs fix 10 år sedan
UnhandledDataStructure.java remove Internal UnhandledDataStructure.copyOfRange because function is available in JDK 1.6+ and we no longer support JDK 1.5 8 år sedan
Xst.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan
Xstz.java Sonar Fixes - "static" base class members should not be accessed via derived types 4 år sedan