Static program analysis tools

FindBugs

FindBugs is an open-source static code analyser created by Bill Pugh and David Hovemeyer which detects possible bugs in Java programs. Potential errors are classified in four ranks: (i) scariest, (ii) scary, (iii) troubling and (iv) of concern. This is a hint to the developer about their possible impact or severity. FindBugs operates on Java bytecode, rather than source code. The software is distributed as a stand-alone GUI application. There are also plug-ins available for Eclipse, NetBeans, IntelliJ IDEA, Gradle, Hudson, Maven, Bamboo and Jenkins. Additional rule sets can be plugged in FindBugs to increase the set of checks performed. (Wikipedia).

FindBugs
Video thumbnail

Given an angle bisector find the missing length of similar triangles

👉 Learn how to solve with similar triangles. Two triangles are said to be similar if the corresponding angles are congruent (equal). Note that two triangles are similar does not imply that the length of the sides are equal but the sides are proportional. Knowledge of the length of the side

From playlist Similar Triangles

Video thumbnail

Determining if a set of points makes a parallelogram or not

👉 Learn how to determine the figure given four points. A quadrilateral is a polygon with four sides. Some of the types of quadrilaterals are: parallelogram, square, rectangle, rhombus, kite, trapezoid, etc. Each of the types of quadrilateral has its properties. Given four points that repr

From playlist Quadrilaterals on a Coordinate Plane

Video thumbnail

GTAC 2009 - Fighting Layout Bugs

Google Tech Talk October 21, 2009 ABSTRACT Presented by Michael Tamm, optivo GmbH at the 4th Annual Google Test Automation Conference, October 21st, 22nd, 2009, Zurich, CH So you have unit tests, integration tests, and maybe even frontend tests, and you know that your web applica

From playlist GTAC 2009

Video thumbnail

Identifying congruent parts between two polygons

👉 Learn how to solve with similar polygons. Two polygons are said to be similar if the corresponding angles are congruent (equal). When two polygons are similar the corresponding sides are proportional. Knowledge of the length of the sides or the proportion of the side lengths of one of th

From playlist Congruent Polygons

Video thumbnail

Using corresponding parts of congruent triangles to find the missing value

👉 Learn how to solve with similar polygons. Two polygons are said to be similar if the corresponding angles are congruent (equal). When two polygons are similar the corresponding sides are proportional. Knowledge of the length of the sides or the proportion of the side lengths of one of th

From playlist Congruent Polygons

Video thumbnail

GTAC 2014: The Testing User Experience

Alex Eagle (Google) Google's products release frequently, and that requires significant automated testing and "build-copping". We are now working to offer our testing infrastructure as part of Google Cloud Platform. This talk will discuss some of the methodology we use to keep our builds

From playlist GTAC 2014

Video thumbnail

Using a set of points determine if the figure is a parallelogram using the midpoint formula

👉 Learn how to determine the figure given four points. A quadrilateral is a polygon with four sides. Some of the types of quadrilaterals are: parallelogram, square, rectangle, rhombus, kite, trapezoid, etc. Each of the types of quadrilateral has its properties. Given four points that repr

From playlist Quadrilaterals on a Coordinate Plane

Video thumbnail

Ruby Conf 2013 - A Peek Inside The Ruby Toolbox

By Loren Segal You can usually judge the maturity of a programming language ecosystem by the breadth of its tooling. For example, Java has a plethora of IDEs that each, in turn, have many well maintained refactoring and code quality plugins (like FindBugs and PMD). C/C++ is equally well

From playlist RubyConf 2013

Video thumbnail

Determine if a set of points is a parallelogram using the distance formula

👉 Learn how to determine the figure given four points. A quadrilateral is a polygon with four sides. Some of the types of quadrilaterals are: parallelogram, square, rectangle, rhombus, kite, trapezoid, etc. Each of the types of quadrilateral has its properties. Given four points that repr

From playlist Quadrilaterals on a Coordinate Plane

Video thumbnail

16.2.5 Contexts

MIT 6.004 Computation Structures, Spring 2017 Instructor: Chris Terman View the complete course: https://ocw.mit.edu/6-004S17 YouTube Playlist: https://www.youtube.com/playlist?list=PLUl4u3cNGP62WVs95MNq3dQBqY2vGOtQ2 16.2.5 Contexts License: Creative Commons BY-NC-SA More information at

From playlist MIT 6.004 Computation Structures, Spring 2017

Video thumbnail

Wicked Good Ruby 2013 - Towards Tooling; A Look at What is Missing From our Toolbox

By Loren Segal You can usually judge the maturity of a programming language ecosystem by the breadth of its tooling. For example, Java has a plethora of IDEs that each, in turn, have many well maintained refactoring and code quality plugins (like FindBugs and PMD). C/C++ is equally well e

From playlist Wicked Good Ruby 2013

Video thumbnail

Determine if a set of points is a trapezoid or not

👉 Learn how to determine the figure given four points. A quadrilateral is a polygon with four sides. Some of the types of quadrilaterals are: parallelogram, square, rectangle, rhombus, kite, trapezoid, etc. Each of the types of quadrilateral has its properties. Given four points that repr

From playlist Quadrilaterals on a Coordinate Plane

Video thumbnail

Going beyond Open Source with Alex Grigoryan (WalmartLabs)

For more information about the open source conference, visit http://www.oreilly.com/go/osconYT Subscribe to O'Reilly on YouTube: http://goo.gl/n3QSYi

From playlist OSCON 2016 - London, United Kingdom

Video thumbnail

Determining multiple missing values using congruent polygons

👉 Learn how to solve with similar polygons. Two polygons are said to be similar if the corresponding angles are congruent (equal). When two polygons are similar the corresponding sides are proportional. Knowledge of the length of the sides or the proportion of the side lengths of one of th

From playlist Congruent Polygons

Video thumbnail

Determine if a set of points makes up a rectangle using the distance formula

👉 Learn how to determine the figure given four points. A quadrilateral is a polygon with four sides. Some of the types of quadrilaterals are: parallelogram, square, rectangle, rhombus, kite, trapezoid, etc. Each of the types of quadrilateral has its properties. Given four points that repr

From playlist Quadrilaterals on a Coordinate Plane

Video thumbnail

Sebastien Cevey: Server-less applications powered by Web Components | JSConf EU 2014

Tired of spinning up servers and APIs for your web applications? Fed up with writing custom scripts to graph your metrics? At the Guardian, we have built Web Components that fetch deployment and monitoring stats and pipe the data into customisable graphs, so that you can assemble live das

From playlist JSConf EU 2014

Video thumbnail

Using Two Congruent Triangles to Find the Value of X and Y

👉 Learn how to solve for unknown variables in congruent triangles. Two or more triangles are said to be congruent if they have the same shape and size. When one of the values of a pair of congruent sides or angles is unknown and the other value is known or can be easily obtained, then the

From playlist Congruent Triangles

Related pages

List of tools for static code analysis