0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove unneccesary outputs
jgrewe
as Jan Grewe
More... about 11 years ago
[Property] remove logger
jgrewe
as Jan Grewe
More... about 11 years ago
[Value] remove logger
jgrewe
as Jan Grewe
More... about 11 years ago
[Section] remove logger
jgrewe
as Jan Grewe
More... about 11 years ago
[Reader] removing the logger, minor refactor
jgrewe
as Jan Grewe
More... about 11 years ago
[Writer] cleanup of obvious comments Conflicts: src/odml/core/Writer.java
jgrewe
as Jan Grewe
More... about 11 years ago
[Writer] remove logger Conflicts: src/odml/core/Writer.java
jgrewe
as Jan Grewe
More... about 11 years ago
[Writer] change to jdom2 for output Conflicts: src/odml/core/Writer.java
jgrewe
as Jan Grewe
More... about 11 years ago
some refactoring
jgrewe
as Jan Grewe
More... about 11 years ago
switch to jdom2 to parse xml, way faster
jgrewe
as Jan Grewe
More... about 11 years ago
Merge pull request #3 from znck/master
jgrewe
as Jan Grewe
More... over 11 years ago
Changed visibility of Writer.getMap method More... over 11 years ago
Added functionality to export key-value pair Map which is easily exportable to JSON More... over 11 years ago
Merge pull request #2 from anubhavchaturvedi/master
jgrewe
as Jan Grewe
More... over 11 years ago
Bug fix for initialize method, minor addition to sanitizePath method. More... over 11 years ago
Bug fix for initialize method, minor addition to sanitizePath method. More... over 11 years ago
Merge pull request #1 from NEUROINFORMATICS-GROUP-FAV-KIV-ZCU/master
jgrewe
as Jan Grewe
More... almost 12 years ago
Implemented equals() and hashCode() methods for Section, Property and Value classes. Now these objects can be easily compared to equality. More... about 12 years ago
Fixed bug causing stack overflow when calling Section.getProperty(String) for non-existing property name. More... about 12 years ago
Added stream operations to Reader. More... about 12 years ago
Added stream operations to Writer. More... about 12 years ago
getRelatedSections now find all relevant sections not only the first matches
jgrewe
as Jan Grewe
More... almost 13 years ago
fixed bug in writing dates to string
jgrewe
as Jan Grewe
More... almost 13 years ago
fixed a bug in Property.addValue(value, unit) changed Property.addValue(value) will use the unit used in the first value if exists.
jgrewe
as Jan Grewe
More... about 13 years ago
add extra Property constructor allowing to create named Properties without content. Removed warning messages in Property if value is empty. Improved Property.isEmpty method. Writer will give a warning if an empty Property is not written to file.
jgrewe
as Jan Grewe
More... about 13 years ago
Fixed a small bug in the value constructor. No longer produces errors if no type is given. Infers type from the data. Property.setUnit will give a warning when used on Properties with more than one value.
jgrewe
as Jan Grewe
More... about 13 years ago
refactoring, updates of javadoc comments
jgrewe
as Jan Grewe
More... about 13 years ago
Refactoring of Section.java, improvement of the Tutorial.java, path notation supported by all access functions
jgrewe
as Jan Grewe
More... about 13 years ago
more tutorials and minor improvements in Section.java Section.getSections(name) marked for removal. Section names are supposed to be unique!
jgrewe
as Jan Grewe
More... about 13 years ago
started Tutorial.java, some javadoc
jgrewe
as Jan Grewe
More... about 13 years ago