tesseract/java/com/google/scrollview/ui
Stefan Weil 63d5709958 java: Make SVWindow more robust (fix three CID issues)
1386093 Division or modulo by zero
1386096 Division or modulo by float zero
1386101 Division or modulo by float zero

A division by zero would have occurred if both sizeX and canvasSizeX or
sizeY and canvasSizeY were 0.

Catch also negative sizes which don't raise a division by zero exception
but which are also invalid.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-04-26 10:02:01 +02:00
..
Makefile.am Moved java files to correct hierarchy 2009-06-03 01:22:46 +00:00
SVAbstractMenuItem.java Fix file endings 2018-04-25 19:35:33 +02:00
SVCheckboxMenuItem.java java: Remove unused field (fix CID 1386094 UrF: Unread field) 2018-04-26 09:36:46 +02:00
SVEmptyMenuItem.java Fix file endings 2018-04-25 19:35:33 +02:00
SVImageHandler.java Cleaner fix for issue 1075 2014-01-30 02:20:06 +00:00
SVMenuBar.java Java: Fix typos in comments and strings 2015-09-14 22:18:44 +02:00
SVMenuItem.java Fix file endings 2018-04-25 19:35:33 +02:00
SVPopupMenu.java Java: Fix typos in comments and strings 2015-09-14 22:18:44 +02:00
SVSubMenuItem.java Fix file endings 2018-04-25 19:35:33 +02:00
SVWindow.java java: Make SVWindow more robust (fix three CID issues) 2018-04-26 10:02:01 +02:00