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

Similar Messages

  • 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 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

  • 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 - 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.

  • 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

    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.

  • 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 Expert - Review Tool for PL/SQL

    Hi All,
    Please provide me some information on the Code Expert Tool(used for reviewing PL/SQL code).
    Thanks in advance.

    user597888 wrote:
    Please provide me some information on the Code Expert Tool(used for reviewing PL/SQL code).Any such s/w tool can only provide superficial information about how well that code is, that the tool is "+reviewing+".
    If such a s/w tool is clever and enough to review code "expertly".. it should by the same token be expert enough to write code.
    I have yet to see a tool clever and expert enough to write proper code.

  • Source Code Analysis tool for BPEL (and BPMN) 11g

    Hi,
    We are checking for the availablility of 'source code analysis' tools (analogy like findbug, checkstyle) for BPEL / BPMN Orchestrations.
    Any information/pointers to it is really valuable and appreciated.
    Thanks,
    Pavan.

    Hi AnujaMoharir,
    Welcome to MSDN.
    I am afraid that as Renee Culver said, these forums donot support VB6, you could refer to this thread:
    Where to post your VB 6 questions
    You could consider posting this issue in these forums below:
    These forums do not support Visual Basic 6, however there are many third-party support sites that do. If you have a VB6-related question please visit these popular forums:
    VB Forums
    VB City
    Thanks for your understanding.
    Best Regards,
    Youjun Tang
    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.

  • Java code coverage tool for Java Card?

    Hello,
    I am looking for "Java code coverage tool" that can be used for testing Java Card Applets.
    Has anyone tried EMMA<http://emma.sourceforge.net/> with JCWDE, or other tools?
    Any information appreciated.
    ichara

    JCOP Tools 3.0 for Eclipse 2.1 support code coverage with the JCOP simulations for Java Card 2.1. The newest JCOP41 simulation for Java Card 2.2.1 does not yet have this feature.
    Code coverage information is shown in the Profiling view, when it is enabled in the Launch Configuration. The editor also shows colored bars next to source lines to quickly identify dead code.

  • Code generation tool for logic flow

    Hi,
    do you know of any tool which I can use to enter the logic flow of a program, decision loops, processes etc, and which will generate a stub application for me to put my implementation code in.
    I need to create code which is compact but is most importantly efficient?
    Thanks ... J

    Hi,
    do you know of any tool which I can use to enter the
    logic flow of a program, decision loops, processes
    etc, and which will generate a stub application for
    me to put my implementation code in.do you mean like
    for(;;) {
      // put code here.
    or
    if() {
    //put code here
    I need to create code which is compact but is most importantly efficient?Automatically generated code has many advantages but efficiency is not one of them. Automaticaly generated code is only as smart as the computer program which generated it. Performance is rarely a consideration is such systems and very hard to add.

  • Source code analysis tools for ActionScript 2?

    I have been tasked with performing source code analysis on a very large (>1000 files) AS2 codebase. 
    Not surprisingly, Googling is not yielding useful results.   Before declaring defeat, I felt it important to query this forum.
    Any guidance would be appreciated.

    We'd like to evaluate the hundreds of files using a static analysis tool, just as one would use lint for a C codebase.
    Thanks,
    M

Maybe you are looking for

  • Xfce mousepad text editor takes a lot of time to exit.

    Hi As I am a happy user of XFCE, I have a strange problem with great mousepad. 1. Open text file with mousepad. 2. Copy the text. 3. Try to shut down mousepad, and it takes 5-10 seconds before it shuts down. What may be the problem ?

  • My ipod nano 4th gen is not syncing with itunes.

    I've taken some songs, updated the software and restored, but nothing. what should I do?

  • Query regarding patches - are they cumulative?

    We are in process of upgrading the BI Servers (BIS) and Client Machines (WAS) from BI XI R4.1 SP04+Patch1 To Pach4. Downloaded Patch4 from SAP Portal is having 3 components (Server, Client, Dashboard) whether all these 3 components are cumulative of

  • Not getting iphoto 9.3.1 update

    Hello all. I have a Macbook Pro running Lion 10.7.4 and iPhoto 9.3 is on it. I saw on the internet there was an update for iPhoto but when i ran software update it told me all my software was up to date. Can anyone give me some possible reasons? Than

  • My portal configuration hangs at 13% !!!

    Hi folks! I installed the oracle 8i database and an oracle 9iAS (1.0.2.2.0) on windows nt 4.0. Unfortunately the portal configuration hangs at 13% and that's what the install.log says: Silent Mode : false Portal Schema : portal30 Portal DAD : portal3