Class FindDuplicateBlocks

java.lang.Object
com.cyara.apisamples.FindDuplicateBlocks

public class FindDuplicateBlocks
extends java.lang.Object
This program will run through all your blocks and print out all the duplicate blocks, showing the duplicate and the original.

Works best if your blocks follow the single step best practice.

If desired, also has the capability to replace duplicated blocks with the original and delete the duplicate. THIS CANNOT BE UNDONE!

This is not an official Cyara product and is not officially supported. It is used for demonstration and training purposes. For assistance, contact chris.ryan@cyara.com

Version:
1.1
Author:
Chris Ryan
  • Constructor Summary

    Constructors 
    Constructor Description
    FindDuplicateBlocks()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] argv)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • main

      public static void main​(java.lang.String[] argv)