1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed DefaultHandler to more appropriate DefaultPropertyHandler. More... over 12 years ago
Fixed missing language issues. More... over 12 years ago
Replaced the terrible Stringifier crap with PropertyHandler. More... over 12 years ago
Added a special case to DefaultStringifier for enums. More... over 12 years ago
Renamed IgnoreParentFields to IgnoreSuperFields to be more appropriately named. More... over 12 years ago
Merge pull request #15 from dumptruckman/property-refactor More... over 12 years ago
Refactored properties to be more stringy. More... over 12 years ago
Fixed tests. More... over 12 years ago
Added getLocalizedMessage with string key. More... over 12 years ago
Fixed issue with valueOf(String) deserialization. More... over 12 years ago
Fixing windows file issue =/ More... over 12 years ago
Fixing windows file issue =/ More... over 12 years ago
Renamed VirtualProperty to VirtualField. More... over 12 years ago
DefaultSerializer will now try to deserialize without a serialized key. More... over 12 years ago
Field.getType() now returns the generic type of VirtualProperties. More... over 12 years ago
Fixed issue with class serialization registration. More... over 12 years ago
Fixed NPE in saveSettings(). More... over 12 years ago
Fixed NPE in debug level setting with new DependentProperty. More... over 12 years ago
Added DependentProperty implementation of VirtualProperty. More... over 12 years ago
Removed Properties/Properties-Bukkit from Plugin/Plugin-Bukkit More... over 12 years ago
Fixed tests to account for changes in final keyword meaning. More... over 12 years ago
Field no longer considered "immutable" if marked final; only if marked @Immutable. More... over 12 years ago
Fixed javadoc pom issue. More... over 12 years ago
Merge pull request #14 from dumptruckman/final-fields More... over 12 years ago
Added @Immutable annotation for indicating fields that should typically only be settable via Field.forceSet. More... over 12 years ago
Fields marked final will not be set via Field.setValue() More... over 12 years ago
Fields marked final will not be set via Field.setValue() More... over 12 years ago
Added some javadocs. More... over 12 years ago
Switched to using Serializable-Config and Serializable-Config-Bukkit for Plugin and Plugin-Bukkit's configs. More... over 12 years ago
Partially replaced usage of Properties. More... over 12 years ago