[windup/windup] e6a58d: WINDUP-1076: update remaining references to "stati...
by Dan Smith
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.
8 years, 6 months
[windup/windup] e7267f: Refactor ClassificationService and InlineHintServi...
by Jess Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: e7267f90b12b8d8487e47cca9ed4486126fb52fe
https://github.com/windup/windup/commit/e7267f90b12b8d8487e47cca9ed448612...
Author: OndraZizka <zizka(a)seznam.cz>
Date: 2016-06-07 (Tue, 07 Jun 2016)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/model/TaggableModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
A reporting/api/src/main/java/org/jboss/windup/reporting/service/MapSumEffortAccumulatorFunction.java
A reporting/api/src/main/java/org/jboss/windup/reporting/service/SetMembersFilter.java
Log Message:
-----------
Refactor ClassificationService and InlineHintService
Commit: 85250803c25381ae046246772d3fbd0a03d3576d
https://github.com/windup/windup/commit/85250803c25381ae046246772d3fbd0a0...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-06-07 (Tue, 07 Jun 2016)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/model/TaggableModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/MapSumEffortAccumulatorFunction.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/SetMembersFilter.java
Log Message:
-----------
Added some additional javadoc
Commit: 8275a9d44b9d4a84570ed4dcf6d06cde5b75dfb7
https://github.com/windup/windup/commit/8275a9d44b9d4a84570ed4dcf6d06cde5...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2016-06-07 (Tue, 07 Jun 2016)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/model/TaggableModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
A reporting/api/src/main/java/org/jboss/windup/reporting/service/MapSumEffortAccumulatorFunction.java
A reporting/api/src/main/java/org/jboss/windup/reporting/service/SetMembersFilter.java
Log Message:
-----------
Merge branch 'OndraZizka-refactorClsfAndHintServices-WINDUP-1067'
Compare: https://github.com/windup/windup/compare/ea4f29686fd5...8275a9d44b9d
8 years, 6 months