mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-10-01 14:41:17 +00:00
MNT-24883 suppress PMD
This commit is contained in:
@@ -46,6 +46,7 @@ import org.alfresco.transform.base.util.Util;
|
||||
/**
|
||||
* Manages the input and output streams and any temporary files that have been created.
|
||||
*/
|
||||
@SuppressWarnings("PMD.GodClass")
|
||||
@Component
|
||||
public class TransformManagerImpl implements TransformManager
|
||||
{
|
||||
|
@@ -55,6 +55,7 @@ import org.alfresco.transform.base.CustomTransformer;
|
||||
/**
|
||||
* Tests {@link StreamHandler}, {@link TransformManagerImpl#createSourceFile()} and {@link TransformManagerImpl#createTargetFile()} methods.
|
||||
*/
|
||||
@SuppressWarnings("PMD.TooManyMethods")
|
||||
public class StreamHandlerTest
|
||||
{
|
||||
public static final String ORIGINAL = "Original";
|
||||
|
Reference in New Issue
Block a user