jar

com.xpanxion.fighting-layout-bugs : fighting-layout-bugs

Maven & Gradle

Mar 21, 2018
0 stars

Fighting Layout Bugs · A library for automatic detection of layout bugs in web pages

Table Of Contents

Latest Version

Download com.xpanxion.fighting-layout-bugs : fighting-layout-bugs JAR file - Latest Versions:

All Versions

Download com.xpanxion.fighting-layout-bugs : fighting-layout-bugs JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fighting-layout-bugs-1.0.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.xpanxion.fightinglayoutbugs

├─ com.xpanxion.fightinglayoutbugs.AbstractLayoutBugDetector.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.AbstractTextDetector.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.AnimationAwareTextDetector.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.AnimationDetectedException.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.CompareScreenshots.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.DetectElementsWithInvisibleFocus.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.DetectInvalidImageUrls.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.DetectTextNearOrOverlappingHorizontalEdge.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.DetectTextNearOrOverlappingVerticalEdge.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.DetectTextWithTooLowContrast.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.EdgeDetector.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.FightingLayoutBugs.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.LayoutBug.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.LayoutBugDetector.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.Marker.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.Screenshot.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.ScreenshotCache.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.ScreenshotRegion.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.SimpleEdgeDetector.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.SimpleTextDetector.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.SurroundBuggyPixels.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.TextDetector.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.Utf8BomAwareByteArrayOutputStream.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.Visualization.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.WebPage.class - [JAR]

com.xpanxion.fightinglayoutbugs.helpers

├─ com.xpanxion.fightinglayoutbugs.helpers.ClassPath.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.helpers.DebugHelper.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.helpers.Dimension.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.helpers.FileHelper.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.helpers.FirefoxHelper.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.helpers.ImageHelper.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.helpers.Point.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.helpers.RectangularRegion.class - [JAR]

├─ com.xpanxion.fightinglayoutbugs.helpers.StringHelper.class - [JAR]