0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 8 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing spelling errors. More... almost 7 years ago
Removing unused import More... almost 7 years ago
Issue #100 fixed, this issue causes OpenPojo to fail to create subclasses when the abstract class being generated has a protected method before its public constructor. More... almost 7 years ago
Issue #86 fixed, Validator interface now returns a List <PojoClass> for the classes that were validated when using the bulk operations: validate(String packageName, PojoClassFilter... filters); validateRecursively(String packageName, PojoClassFilter... filters); More... almost 7 years ago
Updating copyright. More... almost 7 years ago
Supressing invalid warning. More... almost 7 years ago
Issue #83, Added support for validating when an equals and hashCode mismatch implementation, for example one implemented without the other. So either both must exist or both missing. More... almost 7 years ago
Update README.md More... almost 7 years ago
[maven-release-plugin] prepare for next development iteration More... almost 7 years ago
[maven-release-plugin] prepare release openpojo-0.8.6 More... almost 7 years ago
Issue #88 fixed, GetterMustExistRule will now ignore any synthetic field in a pojo while testing. Interestingly, all Synthetic fields are final, hence are already ignored by SetterMustExistRule. More... almost 7 years ago
issue 92 fixed, serialVersionUID is now automatically skipped if class is Serializable, and serialVersionUID defined as long. Additionally, NoFieldShadowingRule now supports field names to skip when checking for shadowing. More... almost 7 years ago
Updating ReadMe for 0.8.5 release More... almost 7 years ago
[maven-release-plugin] prepare for next development iteration More... almost 7 years ago
[maven-release-plugin] prepare release openpojo-0.8.5 More... almost 7 years ago
updated versions for some of the maven plugins and dependencies. More... almost 7 years ago
Moving copyright to 2017 for pom.xml More... almost 7 years ago
issue 98 fixed, added support for java.util.TimeZone random generation. More... almost 7 years ago
Added support now for enumerating and introspection for java classes which are part of the BootLoader. For example, you can now get all classes loaded in your VM not just ones in the CLASSPATH as zip or jar or file system. More... almost 7 years ago
Fixed issue 85 - removing @Nullable annotation. More... almost 7 years ago
Fixed issue 85 More... almost 7 years ago
Fixed issue 85 More... almost 7 years ago
Adding support for java.time.Instant More... over 7 years ago
Fixing incorrect comment on class. More... almost 8 years ago
Adding support for Credentials More... almost 8 years ago
Raising ValidationHelper coverage to 100%. More... almost 8 years ago
Refactoring AbstractTimeTest to enable reusability. Fixed a minor issue with reporting expected vs. actual. More... almost 8 years ago
Fixed a corner case modifying int from many threads by moving counter to AtomicInt. More... almost 8 years ago
removed unnecessary local private method & closed constructor visibility to package private. More... almost 8 years ago
Minor improvement in processing speed and memory foot print, as well as code simplification. More... almost 8 years ago