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

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

  • Performance Tools for Weblogic

    Hello All!
    I need help! I am trying to find out which of the tools is better
    suited for me to be able to do performance testing of an application
    under load.
    I am looking for a tool that can provide me detailed application
    performance metrics. Seems like both Insight and Perform Assure can do
    this job for me.
    If any of you have had experience with using performance tools such as
    Prescise Insight or Sitraka's Perform Assure I would appreciate any
    input you might have on your usage experience of these tools.
    Also if you know of any other tools that might provide similar
    information such as the above tools, that would be really helpful.
    Thanks a bunch!
    Neil.

    Cameron,
    Thanks for your input! Sounds like you are probably using these
    products.
    I saw the PerformAssure demo. Their GUI is very slick!! PerformAssure
    does some cool stuff like comparing EJB metrics with system metrics
    and were able to show me the EJB method that was causing a problem
    with a petstore application.
    I heard about this new tool from a company called Performant
    (http://www.performant.com). I am signed up for a demo with these
    folks. Will let you all know what I find.
    I looked at Wily site and didn't persue them as they seem to be
    deployable in the production environment. Our application is not live
    yet, but we want to be able to make sure it can handle good load ;)
    Thanks!
    --N
    "Cameron Purdy" <[email protected]> wrote in message news:<[email protected]>...
    I haven't had a chance yet to look at Sitraka's software, but Precise
    Indepth/J2EE and Wily Introscope are both pretty popular with Weblogic, and
    I think they both do a good job of what they do.
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    http://www.tangosol.com/coherence.jsp
    Tangosol Coherence: Clustered Replicated Cache for Weblogic
    "Neil" <[email protected]> wrote in message
    news:[email protected]..
    Hello All!
    I need help! I am trying to find out which of the tools is better
    suited for me to be able to do performance testing of an application
    under load.
    I am looking for a tool that can provide me detailed application
    performance metrics. Seems like both Insight and Perform Assure can do
    this job for me.
    If any of you have had experience with using performance tools such as
    Prescise Insight or Sitraka's Perform Assure I would appreciate any
    input you might have on your usage experience of these tools.
    Also if you know of any other tools that might provide similar
    information such as the above tools, that would be really helpful.
    Thanks a bunch!
    Neil.

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

  • Deploy tool for weblogic 6.1

    Hello all,
    I have used j2ee refrence server and am really new to weblogic,
    i am not adble to find the UI for the deploy tool like we have in t he the j2ee
    server ,... do we have one in the WLS6.0 ??
    if yes plz tell me the steps where i can find it ?
    Thanks
    Sunil

    Sunil,
    Unfortunately there isn't one for WLS 6.0. Are you using an IDE ? I would suggest
    looking at both JBuilder and VisualCafe. They come with a deploy tool for WLS.
    We have also addressed this issue in WLS 6.1. Please look at the DDE Editor -
    http://edocs.bea.com/wls/docs61/programming/environment.html#ConsoleDDE. We have
    defined various ANT tasks like DDInit which in conjunction with the DD Editor will
    allow to to construct and deploy applications on WLS>
    Nirav.
    sunil wrote:
    Hello all,
    I have used j2ee refrence server and am really new to weblogic,
    i am not adble to find the UI for the deploy tool like we have in t he the j2ee
    server ,... do we have one in the WLS6.0 ??
    if yes plz tell me the steps where i can find it ?
    Thanks

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

Maybe you are looking for

  • How to connect my Satellite C660-119 to TV

    I wish to connect C660-119 laptop to TV but there appears not to be a HDMI port. Can you advise alternative solution ?

  • N:1 replication from multiple ERP source systems on different EHP levels

    Hello, The situation is that the customer has multiple ERP systems on different EHP levels. Therefore, in newer EHP systems, some tables will have different structure (additional columns). The intention is to setup N:1 replication into one target DB

  • Edit a form to have a photo next to text

    How can I put a photo right next to a text box on a form?

  • Credit and Debit memo - Type of Billing

    Hello Friends, Credit and Debit memo creation can reference a Billing doc or Sales Order or it can be created directly. So, is credit memo or debit memo Order-Related billing ? Can i confirm that because Credit memo correct values , it does not gener

  • Is there a decompiler for LABView v4-v6

    Hello, One of our customer (Pharma industry) has a compiled LABView application running on Win98 for +10 years. The source code is not available and it seems nobody knows what's under the hood. Based on Win98 dates, I expect them to run a LABView ver