Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » code review tool for all editors?(searching code review and collabration plugins)
icon5.gif  code review tool for all editors? [message #504512] Mon, 21 December 2009 06:01 Go to next message
elhanan Maayan is currently offline elhanan MaayanFriend
Messages: 131
Registered: November 2009
Senior Member
hi..

we are an insurance company looking for a code reviews.


i've been looking into saros, and it looks ok, but so far does not provide inline chatting.

another thing i'm looking for is the ability to assing notes and comments OUTSIDE the code, meaning a plug-in that will provide some how the ability to add comments in a special view, said comments would be attached by line and file id. the data would be sent to a repository (not version control as we don't use it for cobol).

i'm also wondering if we have options the integrate Google wave into eclipse (i understand the ECF is planning on it, but it's not ready yet).
Re: code review tool for all editors? [message #504524 is a reply to message #504512] Mon, 21 December 2009 09:12 Go to previous messageGo to next message
Prakash G.R. is currently offline Prakash G.R.Friend
Messages: 621
Registered: July 2009
Senior Member
On 21/12/09 11:31 AM, elhanan wrote:
> another thing i'm looking for is the ability to assing notes and
> comments OUTSIDE the code, meaning a plug-in that will provide some how
> the ability to add comments in a special view, said comments would be
> attached by line and file id. the data would be sent to a repository
> (not version control as we don't use it for cobol).

Sounds like Mylyn to me. You can track the notes/comments in a bug and
then use the task editor. You can activate the task to filter out the
unwanted items and see only the methods interested in for that task
(that works for Java, you may have to extend Mylyn for cobol)

Check http://www.eclipse.org/mylyn


- Prakash
Platform UI Team, IBM

Blog <http://blog.eclipse-tips.com>
Twitter <http://www.twitter.com/Eclipse_Tips>
Re: code review tool for all editors? [message #504544 is a reply to message #504524] Mon, 21 December 2009 11:58 Go to previous messageGo to next message
elhanan Maayan is currently offline elhanan MaayanFriend
Messages: 131
Registered: November 2009
Senior Member
but what would mean to develop an entire bridge for cobol model.

wouldn't be easy to develop a plug in which has a view end the ability to edit notes.

the plug in would be connected to a database, and each record would contain a user,resource id, line number, and the actuall text.

the editors would display an marker on each line's position and hovering over that marker would display the note.

Re: code review tool for all editors? [message #504668 is a reply to message #504512] Tue, 22 December 2009 02:13 Go to previous messageGo to next message
Walter Harley is currently offline Walter HarleyFriend
Messages: 847
Registered: July 2009
Senior Member
elhanan wrote:
> hi..
>
> we are an insurance company looking for a code reviews.
>
>
> i've been looking into saros, and it looks ok, but so far does not
> provide inline chatting.
>
> another thing i'm looking for is the ability to assing notes and
> comments OUTSIDE the code, meaning a plug-in that will provide some how
> the ability to add comments in a special view, said comments would be
> attached by line and file id. the data would be sent to a repository
> (not version control as we don't use it for cobol).
>
> i'm also wondering if we have options the integrate Google wave into
> eclipse (i understand the ECF is planning on it, but it's not ready yet).
>

Check out Code Collaborator. Not perfect, and the Eclipse integration isn't as
good as it could be, but it works well enough that we use it productively at my
company.
icon5.gif  Re: code review tool for all editors? [message #504678 is a reply to message #504668] Tue, 22 December 2009 05:40 Go to previous messageGo to next message
elhanan Maayan is currently offline elhanan MaayanFriend
Messages: 131
Registered: November 2009
Senior Member
thanks but after speaking to a cuple of folks, what they want is something simple, they actually want a workflow manager not a collaberator. something that would allow a user to mark a few files in the project send a message to the reviewer to check, while said file would not be commited to version control until the reviewer confirms them. (also by eclipse)
Re: code review tool for all editors? [message #504701 is a reply to message #504512] Tue, 22 December 2009 09:27 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Not sure if this is an option but there's a project called
http://www.inso.tuwien.ac.at/projects/reviewclipse/ which interates into
SCM-Systems and let's one do reviews based on those changesets.

Tom

Am 21.12.09 07:01, schrieb elhanan:
> hi..
>
> we are an insurance company looking for a code reviews.
>
>
> i've been looking into saros, and it looks ok, but so far does not
> provide inline chatting.
>
> another thing i'm looking for is the ability to assing notes and
> comments OUTSIDE the code, meaning a plug-in that will provide some how
> the ability to add comments in a special view, said comments would be
> attached by line and file id. the data would be sent to a repository
> (not version control as we don't use it for cobol).
>
> i'm also wondering if we have options the integrate Google wave into
> eclipse (i understand the ECF is planning on it, but it's not ready yet).
>
Re: code review tool for all editors? [message #504748 is a reply to message #504701] Tue, 22 December 2009 12:34 Go to previous messageGo to next message
elhanan Maayan is currently offline elhanan MaayanFriend
Messages: 131
Registered: November 2009
Senior Member
it would have been an option if it weren't for the fact that is supports only svn, we are using clearcase (for now) and even that involves a special script.
Re: code review tool for all editors? [message #504751 is a reply to message #504748] Tue, 22 December 2009 12:37 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Probably getting into contact with those guys and investigate whether
you can collaborate on this?

I know they are working on GIT-Support right now and will very likely
move the whole codebase over to Eclipse (as part of Mylyn-Project).

Tom

Am 22.12.09 13:34, schrieb elhanan:
> it would have been an option if it weren't for the fact that is supports
> only svn, we are using clearcase (for now) and even that involves a
> special script.
Re: code review tool for all editors? [message #504839 is a reply to message #504751] Tue, 22 December 2009 23:30 Go to previous messageGo to next message
J. Michael Dean, M.D. is currently offline J. Michael Dean, M.D.Friend
Messages: 218
Registered: July 2009
Senior Member
There is a project called Jupiter which is a code review plugin for Eclipse.


On 12/22/09 5:37 AM, in article hgqei5$puj$1@build.eclipse.org, "Tom
Schindl" <tom.schindl@bestsolution.at> wrote:

> Probably getting into contact with those guys and investigate whether
> you can collaborate on this?
>
> I know they are working on GIT-Support right now and will very likely
> move the whole codebase over to Eclipse (as part of Mylyn-Project).
>
> Tom
>
> Am 22.12.09 13:34, schrieb elhanan:
>> it would have been an option if it weren't for the fact that is supports
>> only svn, we are using clearcase (for now) and even that involves a
>> special script.
>
Re: code review tool for all editors? [message #504915 is a reply to message #504839] Wed, 23 December 2009 14:25 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Check out ReviewClipse:
http://eclipse.dzone.com/articles/reviewclipse-supporting-ag ile

I just read an announcement that it's being proposed as a sub-project
under Mylyn.

Eric


On 12/22/09 6:30 PM, J Michael Dean wrote:
> There is a project called Jupiter which is a code review plugin for Eclipse.
>
>
> On 12/22/09 5:37 AM, in article hgqei5$puj$1@build.eclipse.org, "Tom
> Schindl"<tom.schindl@bestsolution.at> wrote:
>
>> Probably getting into contact with those guys and investigate whether
>> you can collaborate on this?
>>
>> I know they are working on GIT-Support right now and will very likely
>> move the whole codebase over to Eclipse (as part of Mylyn-Project).
>>
>> Tom
>>
>> Am 22.12.09 13:34, schrieb elhanan:
>>> it would have been an option if it weren't for the fact that is supports
>>> only svn, we are using clearcase (for now) and even that involves a
>>> special script.
>>
>
Re: code review tool for all editors? [message #504945 is a reply to message #504915] Wed, 23 December 2009 12:21 Go to previous message
elhanan Maayan is currently offline elhanan MaayanFriend
Messages: 131
Registered: November 2009
Senior Member
thanks, that has allready been suggested, but it only works with subversion.
Previous Topic:Text on label gets truncated when control placed on toolbar along with toggle button
Next Topic:Setting new text for toggle command hides other command on view toolbar
Goto Forum:
  


Current Time: Thu Mar 28 18:53:31 GMT 2024

Powered by FUDForum. Page generated in 0.04450 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top