1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[FLAPI-66] Return value rework. Descriptor no longer has overall return type. Examples not regenerated yet. More... almost 12 years ago
[FLAPI-70] Support classes written out along with the descriptor to the user specified folder. Maven integration which ensures that the source files are copied over into the resource folder. Descriptors are (once again) written with the support files rather than per-descriptor generated classes. More... almost 12 years ago
[FLAPI-45] removes dead local variable in generated code, descriptor regenerated accordingly More... almost 12 years ago
[FLAPI-37] blocks can automatically exit when the current method is the last dynamic method and there are no required methods. More... almost 12 years ago
HomeBuilder example, showcasing intermediate return values feature More... almost 12 years ago
[FLAPI-55] Adds @Generated annotation when JDK version is specified to be >= 6 (default is 6). [FLAPI-50] Intermediate return types for terminal methods. More... almost 12 years ago
[FLAPI-48] once() is no more, replaced by atMost(1). New 'exactly(x)' method which is an alias for 'between(x,x)'. Examples were not regenerated. More... almost 12 years ago
[FLAPI-54] streamlined the way descriptors can be regenerated en masse More... almost 12 years ago
[FLAPI-47] [FLAPI-53] [FLAPI-51] + removes runtime dependencies for examples (regenerated builders) + fixes a test error + improves email example with new syntax More... almost 12 years ago
[FLAPI-47] removes runtime dependencies on the tool by generating the ObjectWrapper and MinimumInvocationsException classes specifically for each builder package. DescriptorBuilder classes regenerated accordingly. More... almost 12 years ago
Fixes a bug introduced in 57c41e More... almost 12 years ago
combined block generator classes into one More... almost 12 years ago
Update README.md More... about 12 years ago
added compiled 0.1 jar More... about 12 years ago
copied wiki home info to readme for better visibility. More... about 12 years ago
+ Fixed EmailBuilder example, which was allowing any number of senders to be added. + Regenerated classes. + fixed a typo in XHTMLBuilder example usage More... about 12 years ago
Update README.md More... about 12 years ago
Update README.md More... about 12 years ago
switching to markdown for homepage More... about 12 years ago
Update README.txt More... about 12 years ago
FLAPI-15 Moved some constants out. Upped fixed version to 0.2 More... about 12 years ago
Beginning 0.2 development... More... about 12 years ago
[FLAPI-38] More... about 12 years ago
[FLAPI-5] writing code to correct folder. Automatic test running. More... about 12 years ago
Copyright headers for everyone! More... about 12 years ago
License n' stuff. Removed dangling LogMachine code. More... about 12 years ago
[FLAPI-14] switch fields to property access for outlines More... about 12 years ago
[FLAPI-33] descriptor validators More... about 12 years ago
cleanups More... about 12 years ago
Calculator builder example. More... about 12 years ago