jar

com.googlecode.fighting-layout-bugs : fighting-layout-bugs

Maven & Gradle

Nov 14, 2014
1 usages

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

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
0.6
0.5
0.4
0.3
0.2
0.1

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-0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.googlecode.fightinglayoutbugs

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

com.googlecode.fightinglayoutbugs.helpers

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

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

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

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

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

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

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

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

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

Advertisement