2
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 19 hours ago.
Jul 12, 2025 — Jul 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added jdbc paper More... almost 25 years ago
Another couple of lines... More... almost 25 years ago
Changed test name More... almost 25 years ago
end of the first test More... almost 25 years ago
Initial copy of new paper More... almost 25 years ago
Moved password reminder hook to servlet constructor More... almost 25 years ago
Intro, conclusion and some fixes More... almost 25 years ago
Small tidy-ups More... almost 25 years ago
Changed the name of ListMembers to ListAction in the mailing list example. More... almost 25 years ago
added comments to expectations interfaces More... almost 25 years ago
updated coding conventions
Vincent Massol
as vmassol
More... almost 25 years ago
updated the todo list
Vincent Massol
as vmassol
More... almost 25 years ago
removed docs that were moved to the mockobjects-java module
Vincent Massol
as vmassol
More... almost 25 years ago
new release process page that explains our release process
Vincent Massol
as vmassol
More... almost 25 years ago
original endo testing paper (PDF) available as a link in endotesting.xml
Vincent Massol
as vmassol
More... almost 25 years ago
first try for coding conventions. The idea is to get feedback from other Mock Objects developers and find an agreement on coding conventions. I propose this document as a start. Let's modify it to suit our needs. Bear in mind that it lives in CVS only and is not published on the public web site yet ...
Vincent Massol
as vmassol
More... almost 25 years ago
renamed "coding conventions" into "naming conventions" as this is what they are. Will add coding conventions which will be the coding conventions used internally by the Mock Objects project on its code (this will be for developers only, not for end users, whereas the naming conventions are useful to end users).
Vincent Massol
as vmassol
More... almost 25 years ago
First version of password reminder servlet More... almost 25 years ago
Added a target in build.xml to reformat code (called 'format'). It uses JRefactory Pretty Printer (http://jrefactory.sourceforge.net/cspretty.html). The JRefactory jar need to be put in $ANT_HOME/lib. Be careful, when you execute this target it reformats all the java source code in the <mockobjects>/src directory. So if you want to test it, edit your build.xml and explicitely put the name of the java file on which you would like to test it ! The JRefactory settings are in <mockobjects>/conf/.Refactory/pretty.settings
Vincent Massol
as vmassol
More... almost 25 years ago
typo correction (and verify if unified diff on commits work)
Vincent Massol
as vmassol
More... almost 25 years ago
typo (and verify that unified diff works)
Vincent Massol
as vmassol
More... almost 25 years ago
prepare for release 0.02 task list
Vincent Massol
as vmassol
More... almost 25 years ago
source is packaged as a zip, not a jar ...
Vincent Massol
as vmassol
More... almost 25 years ago
added changes I knew for release 0.01 but Steve need to fill with the other modifications he has made (mailing-list sample ?)
Vincent Massol
as vmassol
More... almost 25 years ago
file used to prevent CVS client pruning
Vincent Massol
as vmassol
More... almost 25 years ago
prepare for version 0.02
Vincent Massol
as vmassol
More... almost 25 years ago
some reformatting in the dist target. Can we agree on using 4 spaces for tabulations and _not_ tabs as they are different for everyone and makes the code unreadable. Also I would prefer to use the nested elements form instead of attributes as this is now the preferred method in Ant and allows for more flexibility (wildcards, ...) but this is really not that important ... :)
Vincent Massol
as vmassol
More... almost 25 years ago
distribution now includes a zip of the sources More... almost 25 years ago
Added Introduction and Send Message To Members More... almost 25 years ago
added MailingListException to ListMembers.member() More... almost 25 years ago