Code Review Tool

Hi Gurus,
I have a requrement to make a Code Review tool which will do SLIN check as well as
the code inspector check, in my custom program.
In my selection screen i am giving the program name ,
how can I do SLIN and Code inspector check and show results to user in list.kindly guide me the
way i can do this.
Amresh

Hello Raj,
There are few companies who have developed the code review tool. Still after running tool, manual review is done as auto review gives generic kind of suggestions. This tool development had lot man hours involvement. They had taken this tool as a project and still it is not a full proof tool.
For you to do a simple way is have a report with selection screen which will accept the input parameter as program name. Inside your report have BDC written to run code inspector through SE38 skipping the first screen. Show code inspector results. After that you can show a SQL trace transaction screen (for which again you will have a BDC call)... etc
Thank You,
Nishikant.

Similar Messages

  • Code Review Tool - Ignore Whitespace

    When I view the comparison in the code review tool ignore whitespace is on by default. The problem is that it doesn't ignore all whitespace. For example, a method's parameters prior to the change had a space between the start and end of the parameter definition
    but after changes the auto format of visual studio is different by removing the spaces (different user preference).The code review tool see's this as a difference. Why is that? 
    Before:
    public class test
    public TestMethod( string testString )
    After
    public class test
    public TestMethod(string testString)
    This is very frustrating because the very nice visual difference bar to the right of the code comparison becomes useless in these situations. 

    Hi Zpittman,
    What is you said ‘Code Review Tool’?
    I assume that you meant the Code Review feature in TFS. I tried it in Visual Studio 2013 with update 4 and TFS 2013 with Update 4, the whitespace was detected and the code review see it as a difference.
    If you don’t get the same result with me using VS and TFS, please upgrade your VS and TFS to the latest update.
    If the issue still exists, please
    reset your VS settings through Tools->Import and Export settings->Reset all
    settings->…. and repair your VS.
    If code review tool is a third-party tool or a third-party VS/TFS add-in, the official support of this tool can be a better place to resolve your issue.
    If I misunderstood anything, please feel free to come back.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Code Review tool for XPRESS

    Does anybody have any idea about Code review tool for XPRESS Language??Please let me know

    We did something like it only using xsl.
    Using the console we do an export of all sources, then the xsl processes the huge xml file and writes 'inconsistencies'
    message for calls to rules/subprocesses/forms that are incorrect...

  • Code review tools

    Are there any code review tools for WLP 7.x

    Hi,
    You can search in SCN for related articles and blogs.
    ST05 and SE30 are tools which you can use for performance improvement. Use the tips and tricks in SE30.
    Code Inspector and Extended Program Check will help you in efficient programing.
    There are several other things which you need to follow as follows:-
    1.  Proper Naming Convention of variables for better code understanding.
    2.  Avoid nested selects.
    3.  Avoid nested loops whenever possible.
    4.  Use of SORT and BINARY SEARCH in READ statements wherever possible.
    5.  SY-SUBRC checks wherever needed.
    6.  Avoid ZERO DIVIDE errors.
    7.  Use of FOR ALL ENTRIES as needed.
    8.  Better handling of messages and exception.
    9.  Avoiding endless looping.
    These are some points. You can add more as per your knowlegde.
    Create a code review checklist document and ask your developers to follow the same.
    I can share a template if you need.
    Regards,
    Ankur Parab
    Edited by: Ankur Parab on Sep 17, 2009 3:20 PM
    Edited by: Ankur Parab on Sep 17, 2009 3:34 PM

  • Code Review Tool for Weblogic 8.1

    I am working with WLS 8.1. Can anyone suggest plugin or code review tool for reviewing from workshop?
    I have used PMD open source plugin with eclipse for reviewing java files. I couldnt use it for .ejb files generated from workshop. Pls suggest some procedure for this.
    Thanks in advance!
    Regards,
    Poorani

    Red Samurai is not avaiable for 11.1.2 at the moment as Oracle changes the way extensions plug into jdev :-(.
    Have you tried out the jdev internal audit tools (under Build->'Audit projectname' and follow the dialogs)?
    Timo

  • Jdeveloper code review tools

    Hi All,
    I wanna integrate code review plugins like checkstyle /pmd and Find bugs with jdeveloper 11.1.2.
    As by my knowledge and oracle white papers none of them are compatible with jdevloper version 11.1.2
    please tell me if any such code review plugin tools compatible with jdevloper 11.1.2 is there or not.
    If any of you using such plugins, Plz share their download links.

    In case you missed it - JDeveloper has a built-in code review tool - the audit feature (under the run menu).
    It has many built in rules - and you can extend it with other rules:
    http://blogs.oracle.com/jdevextensions/entry/don_t_fear_the_audit1
    There is a PMD extension for JDeveloper 11.1.* but someone will need to update it to 11.1.2 if you want to use it.
    Basic upgrade procedure is here:
    http://blogs.oracle.com/jdevextensions/entry/migrating_an_existing_extension_to1
    You can also use command line interface of those tools and just do simple integration with the tools->external tools option.

  • Coldfusion Code Review Tool

    Folks,
    Is there any code review tools available for CF?... (Either
    Open Source or Commercial).. Your help is greatly appreciated...
    Regards,
    David R

    You can use tools like Altova XMLSpy to profile your XQuery.
    I had written an article sometime back in my blog that talks about your exact requirement. You can see it here
    http://beatechnologies.wordpress.com/2011/06/09/xquery-profiling-using-altova-xmlspy/

  • Any code review tool is there?

    Hi friends
    I am using eclipse swing project. Before anybody used in code review tool.
    I want to check like
    * Unused local variables
    * Empty catch blocks
    * Unused parameters
    * Empty 'if' statements
    * Duplicate import statements
    * Unused private methods
    * Classes which could be Singletons
    * Short/long variable and method names
    .....etc.............
    Any freeware code review tool is there. Please tell me I want to check my whole project. Please tell me
    awaiting for your kind reply.
    Regards
    Pooja

    If you are looking for public unused fields, methods or classes, try this: UCDetector

  • Code Review tool of Angular Js ??

    Hi All,
    I need to do code review for all of my Angular JS files
    Please let me know if any tool is available for doing review of my JS files 
    I am aware of ReSharper tool and planning to use the same for my requirement.
    Thanks in Advance 
    -Jiniv Thakkar

    Hi Zpittman,
    What is you said ‘Code Review Tool’?
    I assume that you meant the Code Review feature in TFS. I tried it in Visual Studio 2013 with update 4 and TFS 2013 with Update 4, the whitespace was detected and the code review see it as a difference.
    If you don’t get the same result with me using VS and TFS, please upgrade your VS and TFS to the latest update.
    If the issue still exists, please
    reset your VS settings through Tools->Import and Export settings->Reset all
    settings->…. and repair your VS.
    If code review tool is a third-party tool or a third-party VS/TFS add-in, the official support of this tool can be a better place to resolve your issue.
    If I misunderstood anything, please feel free to come back.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Code Review Tools for Enhancements

    Friends,
    I have to perform code review for enhancement objects. I am aware of tools like Code Inspector (SCI Tcode) and SE30. These tools can be used for reports, function modules.
    I would like to know if these tools can be used for enhancements or are there some other tools available?
    Thanks and Regards.

    Hi
    can you work on :
    1) ST05 Performance Trace
    2) ST03G Global Statistical Records
    STAD Statistical Records
    3) ST30 Global Performance Analysis
    thnak you
    srinu

  • Collaborative code review  review tool

    Hi ,
    I am looking for a code review tool with the following features :
    * Integrated with version control .
    * Share code with team members in other locations?
    * Capture review metrics for process improvement or to meet regulatory requirements?
    Please let me know your suggestions.
    Regards
    Aradhana

    Hi ,
    I had a look at Oracle Team Productivity Center.It is useful for tracking and assigning bugs, integrating with build system etc.
    But I am looking for a tool to track peer review comments.These comments can be discussed/ viewed online by the team and they can be stored in version control for future reference.
    CodeStriker , ReviewBoard and few more code review tools provide some of these features.
    I am looking for tool/plugin for Jdeveloper.
    Regards
    Aradhana

  • Jupiter Plug-in for JDeveloper for doing effective code reviews?

    Hi all,
    Can some body comment on the availability of an effective code review tool that can be used with -
    a) JDeveloper as a IDE and
    b) Can work with ADE as a version control tool?
    My team is currently trying to understand if Jupiter, which is an Eclipse based plug-in, can serve as a possible solution for the same.
    Request you all to answer a) and b) w.r.t Jupiter and also suggest alternatives, if any.
    Regards,
    Prasad.

    What type of review are you looking for?
    JDeveloper has built in code review see (Run->audit project).
    There is also a PMD extension to JDeveloper.
    If you are looking for a tool that will let you track things to fix in your code among team members have a look at Oracle's Team Productivity Center:
    http://www.oracle.com/technology/products/tpc/index.html

  • Code review process in adf

    Hi All,
    Is there any code review tools available for adf.or what are the best practises to be followed for adf
    Regards,
    Smaran

    I think you could use Red Samurai Tool. Pls see the link.
    http://andrejusb.blogspot.com/2010/03/red-samurai-tool-jdeveloper-11g.html
    ADF Best Practice: http://www.oracle.com/technetwork/developer-tools/adf/learnmore/bestpractice-092568.html
    ~Abhijit

  • [svn:osmf:] 12677: Code cleanup and changes after code review.

    Revision: 12677
    Revision: 12677
    Author:   [email protected]
    Date:     2009-12-08 16:11:31 -0800 (Tue, 08 Dec 2009)
    Log Message:
    Code cleanup and changes after code review.
    Modified Paths:
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/CaptioningPluginInfo.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/loader/CaptioningLoader.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/media/CaptioningProxyElement.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/model/Caption.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/model/CaptionFormat.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/model/CaptioningDocument.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/parsers/DFXPParser.as

    Hi Zpittman,
    What is you said ‘Code Review Tool’?
    I assume that you meant the Code Review feature in TFS. I tried it in Visual Studio 2013 with update 4 and TFS 2013 with Update 4, the whitespace was detected and the code review see it as a difference.
    If you don’t get the same result with me using VS and TFS, please upgrade your VS and TFS to the latest update.
    If the issue still exists, please
    reset your VS settings through Tools->Import and Export settings->Reset all
    settings->…. and repair your VS.
    If code review tool is a third-party tool or a third-party VS/TFS add-in, the official support of this tool can be a better place to resolve your issue.
    If I misunderstood anything, please feel free to come back.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Code Reviewer for OAF Code

    Hi All,
    Do we have a code review tool specially for OAF code something like JSTYLE is for java.
    Is there something specific to OAF or JSTYLE is ok to sue for OAF Code.
    Thanks,
    Arati

    Is there any tool for security review too for OAF

Maybe you are looking for

  • Using text select tool in Preview--pasting into Word

    Hi, since the recent updates made Acrobat Pro 7 unusable (installer crashes, Acrobat crashes upon displaying title bars . . . I've posted on this elsewhere), I have been using Preview. I noticed that when I select and copy a piece of text in Preview

  • Loading time issue

    hi, I have an issue with loading custom compont based on title window. Problem is creating component take too many large time. This component based on TitleWindow. And it included 1.HBox which contain 15 buttons(actually it is also an separate compon

  • Add WaterMarkFrom File with 0 points from top leaving some space in the top

    Hi, I tried to add a water mark image from a file with 0 points from the top. But still it is having some extra space on the top. The issue is that I need to place a text and an image at same vertical position from the top of pdf. But image leaves so

  • [svn:osmf:] 10517: Last set of unit tests for ListenerProxyElement.

    Revision: 10517 Author:   [email protected] Date:     2009-09-22 15:47:18 -0700 (Tue, 22 Sep 2009) Log Message: Last set of unit tests for ListenerProxyElement. Modified Paths:     osmf/trunk/framework/MediaFramework/org/openvideoplayer/proxies/Liste

  • PDF documents online

    Ich nutzte heute die Chance, eine Word-Datei (DOC) online von Adobe konvertieren zu lassen. Ich bin über das schlechte Resultat erschüttert. Während ein mitbewerber eine brauchbare Variante lieferte, war die Adobe-Version völlig unbrauchbar. Wie ist