Branch: refs/heads/master
Home:
https://github.com/windup/windup
Commit: e6a58d202158004a77f15f991259831dcf51f64c
https://github.com/windup/windup/commit/e6a58d202158004a77f15f991259831dc...
Author: Dan Smith <dansmit(a)redhat.com>
Date: 2016-06-10 (Fri, 10 Jun 2016)
Changed paths:
M rules-java/api/src/main/resources/reports/templates/static_ip_addresses.ftl
M test-util/src/main/java/org/jboss/windup/testutil/html/TestStaticIPReportUtil.java
Log Message:
-----------
WINDUP-1076: update remaining references to "static IP" to "hard-coded
IP" (#962)
* Replace "static IP" text with "hard-coded IP".
As generated by:
d^@^:windup$ find . -type f | xargs sed -i "s/Static IP/Hard-coded IP/g"
d^@^:windup$ find . -type f | xargs sed -i "s/static IP/hard-coded IP/g"
Not hunting down all the filenames/imports that refer to Static-ness.
* Reword sentence made awkward by find+replace.