Fork me on GitHub

Change Log Report

Total number of changed sets: 1

Changes between 2018-09-19 and 2018-10-20

Total commits: 22
Total number of files changed: 17

Timestamp Author Details
2018-10-14 11:21:52 Mikko Johannes Koivunalho <mikko.koivunalho@iki.fi> pom.xml v 07aa104573487e07bea9e26a13069cbbb77e543a

Bump version before release
2018-10-14 11:18:00 Mikko Johannes Koivunalho <mikko.koivunalho@iki.fi> src/test/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/PropertyUsageRuleTest.java v d313ac174d4efd8e3661e89ae974bd3bd3f11027

Fix broken tests
2018-10-14 11:17:43 Mikko Johannes Koivunalho <mikko.koivunalho@iki.fi> src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/configuration/FileSpecs.java v 5c7ea325ba2eea21b3d330e588bf71d3e149ee86

Tidy found files debug output
2018-10-14 10:49:57 Mikko Johannes Koivunalho <mikko.koivunalho@iki.fi> src/test/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/configuration/FileSpecsTest.java v f8e7bf047dddb209187c298893e9d0d373a56d2c

Revert "Fix bug in test"

This reverts commit 10fd529beedfc93bff5c7d2914a12b92e1489c1b.
2018-10-14 04:56:12 Mikko Johannes Koivunalho <mikko.koivunalho@iki.fi> pom.xml v 8f153f2496faea088c78f8014760f42726fa9776

Update Checkstyle, PMD and Find(Spot)bugs plugin versions
2018-10-10 17:45:01 Mikko Johannes Koivunalho <mikko.koivunalho@iki.fi> src/test/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/PropertyUsageRuleTest.java v 4fbaa206506092daaf94135e31ad70f044b83c69
src/test/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/TestPropertyUsageRule.java v 4fbaa206506092daaf94135e31ad70f044b83c69

Rename TestPropertyUsageRule to PropertyUsageRuleTest

Signed-off-by: Mikko Johannes Koivunalho <mikko.koivunalho@iki.fi>
2018-10-10 14:21:23 Mikko Koivunalho <mikko.koivunalho@seb.se> pom.xml v 295215a15828273274ed6212cb3593771ba49532
src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/PropertyDefinition.java v 295215a15828273274ed6212cb3593771ba49532
src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/PropertyFiles.java v 295215a15828273274ed6212cb3593771ba49532
src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/PropertyUsageRule.java v 295215a15828273274ed6212cb3593771ba49532
src/site/markdown/configuration.md.vm v 295215a15828273274ed6212cb3593771ba49532
src/site/markdown/usage.md.vm v 295215a15828273274ed6212cb3593771ba49532

Report property definitions by the file
2018-10-10 09:16:32 Mikko Koivunalho <mikko.koivunalho@seb.se> src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/configuration/Definitions.java v 93f21333e62b9b139217e3b006dd1647bd9fecf6
src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/configuration/Templates.java v 93f21333e62b9b139217e3b006dd1647bd9fecf6
src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/configuration/Usages.java v 93f21333e62b9b139217e3b006dd1647bd9fecf6

Make so user can never instantiate the classes
2018-10-10 09:13:13 Mikko Koivunalho <mikko.koivunalho@seb.se> src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/configuration/package-info.java v 114d699545053b15d9cb98b85fbcb18c0f019349

Add package-info.java to c.g.m.m.p.e.r.propertyusage.configuration
2018-10-10 09:10:47 Mikko Koivunalho <mikko.koivunalho@seb.se> src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/PropertyFiles.java v 8f2ef8f88f0ca747bce718462f35bcf23c01aa33

Refactor PropertyFiles.java
2018-10-10 08:43:28 Mikko Koivunalho <mikko.koivunalho@seb.se> src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/PropertyUsageRule.java v 8cde78e564b9846573f6b926dbf604c3022c4984

Revert "Refactor"

This reverts commit b23dcc6476e33e22e8d9b1109d2dbf3adf746eae.
2018-10-09 14:47:09 Mikko Koivunalho <mikko.koivunalho@seb.se> src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/PropertyUsageRule.java v b23dcc6476e33e22e8d9b1109d2dbf3adf746eae

Refactor
2018-10-09 14:18:38 Mikko Koivunalho <mikko.koivunalho@seb.se> src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/configuration/FileSpecs.java v 4cb2ac25609e8998d291acf5b5803c0cc8216497

Remove toString()
2018-10-09 14:17:13 Mikko Koivunalho <mikko.koivunalho@seb.se> src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/configuration/FileSpecs.java v e9f95487dd0dcbbd8b0a0620912aa9fd1f54bb98

Ensure user cannot instantiate class FileSpecs
2018-10-09 14:15:52 Mikko Koivunalho <mikko.koivunalho@seb.se> src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/configuration/FileSpecs.java v a712bbf73a5808543d6a0391297644eaba05b0f3

Refactor FileSpecs
2018-10-09 12:36:43 Mikko Koivunalho <mikko.koivunalho@seb.se> src/test/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/PropertyFilesTest.java v 669fe55a92b0f58a8fa443a0d91d799ddcf36b07

Fix bug in PropertyFilesTest
2018-10-09 12:35:27 Mikko Koivunalho <mikko.koivunalho@seb.se> src/test/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/configuration/FileSpecsTest.java v 10fd529beedfc93bff5c7d2914a12b92e1489c1b

Fix bug in test
2018-10-09 09:18:59 Mikko Koivunalho <mikko.koivunalho@seb.se> src/test/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/App1.java v e6f60fc8c08e22e517aacf30fd0cd7857253f11d

Make variables local
2018-10-09 09:12:26 Mikko Koivunalho <mikko.koivunalho@seb.se> src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/PropertyUsageRule.java v 6ad268ff064c414454f5f8a3fdac776fbac4ee61

Do not concatenate the result of a toString() call
2018-10-09 09:10:07 Mikko Koivunalho <mikko.koivunalho@seb.se> src/main/java/com/github/mikkoi/maven/plugins/enforcer/rule/propertyusage/PropertyUsageRule.java v 6463c880f3a7666e7acb84545e6120b999715144

Remove IntelliJ @SuppressWarnings("WeakerAccess") annotation
2018-10-09 09:09:07 Mikko Koivunalho <mikko.koivunalho@seb.se> .gitignore v 5ebc0538249340de8d341a95581ebf4863e315af

Add different project/platform stuff to .gitignore
2018-10-09 09:05:38 Mikko Koivunalho <mikko.koivunalho@seb.se> pom.xml v bf0506e39bcf3513fd4c2db62a3445853132edd9

Update version to 0.0.4-SNAPSHOT