Tool for Code Improvement

Hi All,
We are planning to have a tool to review our code and suggest us with valid inputs.
What we expect out of the tool
Run through the code and identify the potential issues which may come out from the code.
Give suggestions for writing the SQL in a better manner
Advice on the indexes part
We are interested in knowing few tools or utilities available in the market and or open source items which helps us to list out the above mentioned 3 points. Though we do peer to peer review and do tuning based on the suggestions given by TKPROF or Autotrace still apart from this would like to know whether there are any professionally built tools available for advising us with such stuff.
Please share openly on the advantages of such tools if any available in the market.
Thanks in advance

ramarun wrote:
We are planning to have a tool to review our code and suggest us with valid inputs. I think this to be largely a worthless exercise. Code reviews should be peer based.
Using a tool? The developer will learn jack nothing. Worse.. come to expect the tool to "+catch cr@ppy code+" and then not bother to put an effort into writing non-cr@ppy code. And then like TOAD that unlearns SQL from developers, it too becomes a crutch used by developers.
Peer based? After the review and discussion, the developer will have learned a lot.
The only real problem with peer reviews is egos.. and that should be checked in at the door before the review session.

Similar Messages

  • Tooling for code analisis and monitoring

    I would like to know if there is a good tool for java code analisis and monitoring, and also JVM performance monitoring.
    Thanks,
    arturo

    I would suggest checking out VisualVM (https://visualvm.dev.java.net/). This integrates several tools that provide both >monitoring and profiling capabilities.
    It seams like most of the function work only on 6.0 !! Nice Tool to work

  • Is there any tools or supported tools for codes check in/out?

    When a project is in a large scale, we usually will divide the system into several modules. Each one responsible for a module. Under such situation, when a programmer tries to modify his/her module code, the problem seems to have less impact. However, in case of development involving common files, I would like to have better control about program update to avoid the conflict of program versions (Just like the Visual SourceSafe supported by Visual Basic) Is there any tool like that?
    Thanks for any advise!

    Hi,
    JDeveloper supports three SCM systems out of the box which provide this kind of functionality:
    o Oracle Software Configuration Manager (SCM) is Oracle's own source control system. It's built on the Oracle database so is highly scalable and performs well. It also has a very high level of integration into JDeveloper and has been supported in the product since JDeveloper 3.2. More information here: http://otn.oracle.com/products/repository/content.html
    o CVS, probably one of the most commonly used SCM systems around because it's free, open source and very easy to use. There's a very high level of integration for CVS in the 9.0.3 version of JDeveloper. CVS doesn't scale very well to large teams, however. More information: http://www.cvshome.org.
    o ClearCase, a popular source control system from Rational Software.
    We don't currently support Visual SourceSafe, although we're investigating the best way to provide this in the near future.
    Thanks,
    Brian
    JDev Team (SCM)

  • Is there any Tools for Code coverage for SQL Azure Database projects

    I need to capture data base code coverage for all the manual and automated test. this is for Azure DB, is there any tools available for the same? Please advise

    Hi,
    In order to code coverage for SQL Azure, use Microsoft Test Manager.
    This Link helps you in understanding and step by step procedures for manual testing.
    http://msdn.microsoft.com/en-us/library/vstudio/hh698492(v=vs.110).aspx
    Along with the above link also refer to
    http://msdn.microsoft.com/en-us/library/jj156172.aspx
    http://msdn.microsoft.com/en-us/library/jj156144.aspx
    Girish Prajwal

  • Open source UML tool for Code ----- Sequence Diagram ?

    Are there any open source / free tools which can generate sequence diagram from java code ?
    Thanks in Advance
    Ratheesh

    check-out www.logsequencer.com - it is a very cool tool and is only $19.
    It generates sequence diagrams from log files.

  • Plain Explain  and s methods (tools) for  to improve Performance

    Hi
    How can I do to use Plain Explain and others methods for to impove performance ?
    Where can I to find tutorial about it ?
    thank you in advance

    Hi
    How can I do to use Plain Explain and others
    methods for to impove performance ?
    Internally there are potentially several hundred 'procedures' that can be assembled in different ways to access data. For example, when getting one row from a table, you could use an index or a full table scan.
    Explain Plan shows the [proposed] access path, or complete list of the procedures, in the order called, to do what the SQL statement is requesting.
    The objective with Explain Plan is to review the proposed access path and determine whether alternates, through the use of hints or statistics or indexes or materialized views, might be 'better'.
    You often use Wait analysis, through StatsPack, AWR/ADDM, TKProf, Trace, etc. to determine which SQL statement is likely causing a performance issue.
    >
    Where can I to find tutorial about it ?Ah ... the $64K question. If we only knew ...
    There are so many variables involved, that most tutorials are nearly useless. The common approach therefore is to read - a lot. And build up your own 'interpretation' of the reading.
    Personal suggestion is to read (in order)
    1) Oracle's Database Concepts manual (described some of 'how' this is happening)
    2) Oracle's Performance Tuning manual (describes more of 'how' as related to performance and also describes some of the approaches)
    3) Tom Kyte's latest book (has a lot of demos and 'proofs' about how specific things work)
    4) Don Burleson's Statspack book (shows how to set up and do some basic interpretation)
    5) Jonathan's book (how the optimizer works - tough reading, though)
    6_ any book by the Oak Table (http://oaktable.net)
    Beyond that is any book that contains the words 'Oracle' and 'Performance' in the title or description. BUT ... when reading, use truck-loads, not just grains, of salt.
    Verify everything. I have seen an incredible amount of mistakes ... make 'em mysellf all the time, so I tend to recognize them when I see them. Believe nothing unless you have proven it for yourself.. Even then, realize there are exceptions and boundary conditions and ibgs and patches and statistics and CPU and memory and disk speed issues that will change ehat you have proven.
    It's not hopeless. But it is a lot of work and effort. And well rewarded, if you decide to get serious.

  • Are there any good tool for checking security risks, Code review, memory leakages for SharePoint projects?

    Are there any good tool for checking security risks, Code review, memory leakages for SharePoint projects?
    I found one such tool "Fortify" in the below link. Are there any such kind of tools available which supports SharePoint?
    Reference: http://www.securityresearch.at/en/development/fortify/
    Amalaraja Fernando,
    SharePoint Architect
    Please Mark As Answer if my post solves your problem or Vote As Helpful if a post has been helpful for you. This post is provided "AS IS" with no warrenties and confers no rights.

    Hi Amalaraja Fernando,
    I'm not sure that there is one more tool that combines all these features. But you may take a look at these solutions:
    SharePoint diagnostic manager
    SharePoint enterprise manager
    What is SPCop SharePoint Code Analysis?
    Dmitry
    Lightning Tools Check
    out our SharePoint tools and web parts |
    Lightning Tools Blog | Мой Блог

  • A tool for merging java code

    Hi,
    I m in need of a tool for merging java code.Sould be a free ware.
    Please suggest me.

    Look at this link : http://www.prescient.com/prod02.htm
    Is this what you mean?
    There is a trial version available.

  • Is there any tool for developing Postscript code ?

    Hi Friends,
    Is there any tool for developing Postscript code ? (or)
    Is there any IDE for Postscript ? (or)
    Thanks & Regards,
    Navaneeth Sivappan

    Hi Navaneeth,
    > is there any tool for developing Postscript code ?
    An interpreter (GS or Dist), an ascii text editor and your PS skills ;-)
    > is there any IDE for Postscript ?
    Take a look in this Sourceforge project...
    http://sourceforge.net/projects/wxghostscript/
    ...is a Ghostscript debugger.
    MaRC anToni Malagarriga i Picas
    T·(34)938721642 | (34)667517069
    (][ www.femfum.com
    PostScript&PDF Tool Developers
    Desenvolupadors d'Eines PostScript i PDF

  • 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

  • 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

  • Any code analysis , audit tool for adf

    Hi,
    Anyone aware of any code analysis and audit tool for ADF.
    Thanks,
    Rohit

    duplicate.
    Free Security testing tool ADF
    Edited by: ADF 7 on Jan 18, 2012 11:05 PM

  • Is there an tool for automatic re-indent source code ?

    Hi
    Where could i found an Tool for automatically indenting source code ?
    Regards
    Philippe

    Jdev can do this as well. Select the class you want to re-indent in application navigator, and select Reformat (or use shortcut Ctrl-Alt-L). Your code is re-indented and formated according to code-style defined in preferences.

  • Tools for reformat java code

    Hello, everyone, i need to maintain a project coded in Java. The codes are not will formated and very hard to read. Does any one know that kind of software can help me to reformat these code and make it more readable?
    Thanks a lot!!!

    If you do a forum or google search for "Code beautifier" you should get some suggestions.
    I use the code formatter built in to IBM VisualAge for Java (but not everybody can afford that app!)

Maybe you are looking for