mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-06-30 18:14:51 +00:00
MNT-24883 suppress PMD
This commit is contained in:
parent
72db7e48c8
commit
dfbde1c268
@ -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.
|
* Manages the input and output streams and any temporary files that have been created.
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("PMD.GodClass")
|
||||||
@Component
|
@Component
|
||||||
public class TransformManagerImpl implements TransformManager
|
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.
|
* Tests {@link StreamHandler}, {@link TransformManagerImpl#createSourceFile()} and {@link TransformManagerImpl#createTargetFile()} methods.
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("PMD.TooManyMethods")
|
||||||
public class StreamHandlerTest
|
public class StreamHandlerTest
|
||||||
{
|
{
|
||||||
public static final String ORIGINAL = "Original";
|
public static final String ORIGINAL = "Original";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user