pdfbox icon indicating copy to clipboard operation
pdfbox copied to clipboard

Mirror of Apache PDFBox

Results 48 pdfbox issues
Sort by recently updated
recently updated
newest added

Unable to create a valid color space when COSBase colorSpace is a COSDictionary with key COSName.COLORSPACE => value a valid color space. We are run in this issue trying to...

This PR adds explicit module-infos to each sub module that previously defined an automatic module name. I exported all packages by default as encapsulation needs to be discussed as it's...

- suppress warnings on octal constants in Encoding-tables - ToDo potential error: missing leading 0 in MacOSRomanEncoding.java - drop trailing blanks

example: ``` 125 0 obj ``` see ``` QITE_pageid ``` object `3621 0 R` is not defined When I use `PDDocument.saveIncremental` to save the document it causes the following error:...

### Move Method Refactoring **Reason:** Feature Envy 1. readSimpleValue is more interested in members of the type: Type1Font 2. readFontInfo is more interested in members of the type: Type1Font 3....

### Push Down Method Refactoring **Reason:** Rebellious Hierarchy - Method of subclass reject the methods provided by its supertypes because supertype's method only returns the empty object. The method that...

### Introduce Explaining Variable Refactoring **Reason:** Long Statement 1. The length of the statement "final MethodHandle nonNullTest=lookup.findStatic(Objects.class,"nonNull",methodType(boolean.class,Object.class)).asType(methodType(boolean.class,cleanerClass));" is 160. 2. The length of the statement "final MethodHandle unmapper=filterReturnValue(directBufferCleanerMethod,guardWithTest(nonNullTest,cleanMethod,noop)).asType(methodType(void.class,ByteBuffer.class));" is 165....

### Extract Class Refactoring **Location of the class:** org.apache.pdfbox.examples.pdmodel.CreatePatternsPDF **Reason:** Imperative Abstraction - The tool detected the smell in this class because it looks like that an operation is turned...

### Decompose Conditional Refactoring **Location of the class:** org.apache.pdfbox.io.MemoryUsageSetting **Reason:** Complex Conditional - The conditional expression locUseMainMemory && (locMaxStorageBytes > -1) && ((locMaxMainMemoryBytes == -1) || (locMaxMainMemoryBytes > locMaxStorageBytes)) is...

### Extract Method Refactoring **Location of the class:** org.apache.pdfbox.io.ScratchFile **Reason:** Complex Method (enlarge) - Cyclomatic complexity of the method is 9. **Logic of refactoring:** Extracted the code blocks and created...