projectlombok / lombok

Very spicy additions to the Java programming language.
https://projectlombok.org/
Other
12.88k stars 2.39k forks source link

wiki documentation howto develop features #331

Open lombokissues opened 9 years ago

lombokissues commented 9 years ago

Migrated from Google Code (issue 258)

lombokissues commented 9 years ago

:bust_in_silhouette: lkwg82   :clock8: Aug 13, 2011 at 15:23 UTC

we need sone information how the development workflow is, so u can expect some patches!

Questions:

How to debug lombok for features concerning eclipse in eclipse?

I would like to some ideas like: copying the comment from fields to the constructor or so, but it is likely to be very easy. When I know how to debug this and where to find the documentation.

Please add:

﹟ workflow ﹟ links for documentation ﹟ some tipps and tricks

What u can get:

﹟ patches ﹟ some hints ﹟ more contribution

;)

thx in advance

lombokissues commented 9 years ago

:bust_in_silhouette: reinierz   :clock8: Aug 15, 2011 at 16:45 UTC

We're currently holding a discussion on this (Roel, Robbert Jan, Reinier, and Sander Koning). We're probably going to change how plugins work in 0.11, which is why we've been hesitant to write these docs so far.

The troubles we have with javac7 integration we have right now has made it pretty easy to decide where we go next: Abstract away ASTs.

lombokissues commented 9 years ago

:bust_in_silhouette: lkwg82   :clock8: Aug 15, 2011 at 21:14 UTC

yeah, AST is nasty.

I'm really sold on ur work!! Go on and let me now, to play around and maybe to contribute.

Until now it is a really good tool! thx

lombokissues commented 9 years ago

:bust_in_silhouette: Speedy0502   :clock8: Feb 17, 2015 at 07:43 UTC

so it has been 4 years and still no Wiki ? Im kinda upset tbh ^^

lombokissues commented 9 years ago

:bust_in_silhouette: lkwg82   :clock8: Feb 17, 2015 at 09:09 UTC

What about pimping the Readme on github, to have a start?

That should be easy and you can start with a motivating pull request ;)

Cheers Lars

lombokissues commented 9 years ago

End of migration