r25733 - Implicit Narrow (fia/pull/53']#53) * Implicit Narrow Eliminate the last of the implicit narrow

Github Bot

Poster of Commits
Implicit Narrow (#53)

* Implicit Narrow

Eliminate the last of the implicit narrowing by cast warnings.

* Steps towards goal

Added test, reformatted a source file.

* Update SkillDatabaseTest.java

* Handle implicit narrowing

Create test for before/after comparison. Change code for easier access from test and then replace eventually incorrect calculation using Pow with something that is correct and won't overflow.

* Fix Formatting

Apparently telling IntelliJ to apply the Google format doesn't do what spotlessapply does.

View on Github
 
Top