| 396 05.02.2008 23:22:09, by Robin Rosenberg:
Tighten requirements on javadoc.
All public and protected methods and members must be documented.
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 395 05.02.2008 23:22:09, by Robin Rosenberg:
Drop unused GitBlobStorage class
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 394 05.02.2008 23:21:37, by Robin Rosenberg:
Javadoc update for Egit
Also includes reduced visibility for a few methods.
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 393 05.02.2008 01:02:08, by Robin Rosenberg:
Do not require javadoc in egit.core test project
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 392 05.02.2008 01:02:08, by Robin Rosenberg:
Cleanup unboxing/boxing
These operation are relatively expensive in general so it is good to make them visible, but when they are needed a lot we just want to do without explicit conversion so we ignore the warning there.
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 391 05.02.2008 01:02:08, by Robin Rosenberg:
Comment some empty blocks that should be empty
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 390 05.02.2008 00:38:51, by Robin Rosenberg:
Drop warnings about unnecessary else.
Instead use workspace settings, which default to ignore.
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 389 03.02.2008 23:11:22, by Robin Rosenberg:
Ignore warning for "Access to enclosing method/field X emulated by a synthetic accessor method"
There is no measurable performance degradation from this. Increasing visibility of methods and fields in order to get rid of this warning reduces encapsulation.
Instead of choosing the Ignore setting we remove the setting from the project, which may be somwhat hackish but has the benefit that the setting can be changed in the workspace for those that wants to investigate the issue.
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 388 03.02.2008 00:59:46, by Robin Rosenberg:
Remove unnecessary semicolon.
Signed-off-by: Roger C. Soares <rogersoares@intelinet.com.br> |
| 387 01.02.2008 06:47:08, by Robin Rosenberg:
Use keyboard arrow keys to go to the next and previous find results.
On the history find toolbar, if the pattern text field has focus, the down arrow key will generate a next event and the up arrow key will generate the previous event.
Signed-off-by: Roger C. Soares <rogersoares@intelinet.com.br> Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 386 30.01.2008 22:15:23, by Robin Rosenberg:
History page find toolbar.
Signed-off-by: Roger C. Soares <rogersoares@intelinet.com.br> Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 385 27.01.2008 12:03:49, by Robin Rosenberg:
Show committer and parent commit(s) on the revision detail viewer.
Signed-off-by: Roger C. Soares <rogersoares@intelinet.com.br> Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 384 20.01.2008 06:30:15, by Robin Rosenberg:
Move jgit test code to its own project
The move enables us to require javadoc for public methods so we now enforce it in the jgit project, but not in the associated test project.
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 383 14.01.2008 00:32:37, by Robin Rosenberg:
Big javadoc update for jgit
This adds javadoc comments to all public methods and improves some of the existing ones by applying a spell checker
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 382 14.01.2008 00:32:37, by Robin Rosenberg:
Reduce visibility of public methods that does not need to be public
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 381 14.01.2008 00:32:37, by Robin Rosenberg:
Add javadoc to undocumented public methods, variables and classes.
Force javadoc comments on public and protected methods. Change visibility on a few methods to avioid forcing javadoc comments on private and package visible methods and vairables.
This doesn't mean that there should not be any commnents in there, but I think it is wise to up the standards and enforce it.
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 380 14.01.2008 00:29:06, by Robin Rosenberg:
Drop some unused code in jgit
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 379 13.01.2008 23:59:30, by Robin Rosenberg:
Showing commit info similar to the CVS plugin.
Tooltips for the info were annoying, especially on MacOS where the tooltip center is your pointer location. It is now possible to copy commit information to the clipboard. Like the CVS plugin, there's a menu to show/hide views. Tooltips can still be enabled via a menu option.
Signed-off-by: Roger C. Soares <rogersoares@intelinet.com.br> Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
| 378 08.01.2008 21:58:54, by Robin Rosenberg:
Showing abbreviated commit hash of the versions in Compare editor.
Signed-off-by: Roger C. Soares <rogersoares@intelinet.com.br> |
| 377 05.01.2008 02:42:15, by Robin Rosenberg:
Remove directory entries from Structure Compare view.
Signed-off-by: Roger C. Soares <rogersoares@intelinet.com.br> Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com> |
|
|