Refactor rename issues  -- bug?

Using refactor rename to change the name of a protected class variable from foo to bar.
After making the change, my pending changes tab shows I have 18 updates classes. Every reference to a variable named foo has been changed to bar. I expected the change to only be in this class and any sub-classes. Not every class that has a variable with the same name!!!!!! When the name is a commonly used name, this can wreck HAVOC. I don;t have the time nor the patience to undo this change to 17 unrelated files to the ONE I was editing.

Sorry, I got distracted and forgot to say that search in comments was NOT selected. My bad. So I still believe this is an issue. --Keith                                                                                                                                                                                                                                                                               

Similar Messages

  • Refactor Rename in TopLink project

    hi
    If I try to use "Refactor > Rename" on a mapped Java class in a TopLink project, I can enter the new class name, but JDeveloper does not rename the class.
    It seems like nothing happens and I don't get an error message.
    (If I use the "Preview" option, my class is also found in TopLink meta-data, but the "play" button still does not rename my class.)
    - my question:
    Is this known or intended behaviour?
    (using JDeveloper 10.1.3.1.0.3984)
    many thanks
    Jan Vervecken

    Thanks for you reply Shay.
    Bug 5683707 is available on Metalink:
    "REFACTOR/RENAME TOPLINK CLASSES DOESN'T WORK"
    regards
    Jan

  • Issues / Bug with Nokia N9

    Issues / Bug with Nokia N9
    1. The mobile network gets disconnected after each call and I have to wait atleast 10-20 seconds to redial or make a new call, I cannot dial a number just after I finish a call / speaking with someone. It happens on both Incoming and outgoing Calls.
    Troubleshooting Steps:
    1. Changed SIM card from the telecom provider atleast 3 times. The same SIM card works absolutely fine in another mobile.
    2. Reset and set to default settings tried - No Result
    2. The ear piece volume is considerably low.
    Troubleshooting Steps:
    1. Reset and set to default settings tried - No Result
    3. When playing a video online on YouTube the timing for a 4 minute video shows as
        34:00 34:23 instead of showing 04:00 04:23
    Troubleshooting Steps:
    1. Reset and set to default settings tried - No Result
    4. The photos from the Facebook app built into the phone do not always load even If I am running a 3.5G Mobile Data connection or at Home on a Wi-Fi connection
     Troubleshooting Steps:
    1. Reset and set to default settings tried - No Result
    I am from India, bought the phone last year from Abu Dhabi and it is Made in Finland.
    Really I need someone to help me out here!!

    If you reinstalled the OS again from Nokia, you may just have a defective phone and there could be something wrong with the hardware.  I have two N9's and I haven't experience any of these problems.
    Can you record these problems and post the link to youtube here so I can see what's happening?
    I Choose Nokia!

  • Known performance issue bugs and patches for R12.1.3

    Hi Team,
    We have upgraded oracle application from 12.1.1 to 12.1.3.
    I wanted to apply the known performance issue bugs and patches for R12.1.3.
    Please let me know for any details.
    Thanks,

    Are u currently facing any performance issues on 1213?
    Tuning All Layers Of E-Business Suite – Performance Topics
    http://www.oracle.com/technetwork/apps-tech/collab2011-tuning-ebusiness-421966.pdf
    • Start with Best Practices : (note: 1121043.1)
    • SQL Tuning
    – Trace files
    – SQLT output (note: 215187.1)
    – Trace Analyzer (note: 224270.1)
    – AWR Report (note: 748642.1)
    – AWR SQL Report (awrsqrpt.sql)
    – 11g SQL Monitoring
    – SQL Tuning Advisor
    • PL/SQL Tuning
    – Product logs
    – PL/SQL Profiler (note: 808005.1)
    • Reports Tracing
    – note: 111311.1
    • Database Tuning
    – AWR Report (note: 748642.1)
    – ADDM report (note: 250655.1)
    – Automated Session History (ASH) Report
    – LTOM output (note: 352363.1)
    • Forms Tuning
    • Forms Tracing (note: 373548.1)
    • FRD Log (note: 445166.1)
    – Generic note: 438652.1
    • Middletier Tuning
    – JVM Logs
    – JVM Sizing (note: 362851.1)
    – JDBC Tuning (note: 278868.1)
    • OS
    – OSWatcher (note: 301137.1)

  • EMAIL AND CALENDAR ACCOUNT STATUS ISSUE / BUG OS 10.3.1

    I found an issue / bug which is really frustrating me!
    Phone:      Blackberry Q10 (SQN100-3)
    OS:           10.3.1.1565
    Mail:          IMAP
    Calendar:  Google Calendar
    Last week I updated my BB Q10 to the new officially released OS 10.3.1
    Today I noticed that the connection info / status for email accounts and calendars (Settings > Accounts) wasn’t indication correctly.
    In the Accounts menu it shows “E-mail” below the name of my email account and “Calendar” below my calendar account to indicate that my Q10 is connected to these accounts. But when I turn airplane-mode on it still shows E-mail and Calendar without being connected to any of these accounts.
    Strangely when I turn on my phone while in airplane-mode the Accounts menu shows “E-mail” for my email account and “No Connection” for my calendar account, obviously without being connected to my email account. But when I turn of airplane-mode I receive emails and new appointments but the Accounts status for calendar still shows “No Connection”.
    Apparently the account status is not updated while using my phone, it shows the status at startup. This is very annoying and I am unable to check whether I am connected or not to my email and calendar while not in airplane-mode.
    In OS 10.2.1 the account status worked correctly and was updated (connected / no connection) while using my phone.
    Anybody else with the same problem?
    Is this already a known issue / bug?
    Anyone an idea how to solve this issue?

    I would simply delete both accounts (email and calendar) then readd them.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Refactor rename method stopped working - 10.1.3.1.0

    Selected Refactor -> Rename to rename a method. The preview log shows up, but when i click on the green arrow to "do refactoring", nothing happens. I have been using 10.1.3.1.0 since it was released but I just ran into this problem.
    I re-installed jdeveloper 10.1.3.1.0 but I still have the same problem.

    Frank,
    I thought that my JDev install had become unstable and that is why I re-installed. However that is not the case.
    I tried to isolate the problem a little further. The refactor/rename method works in the other projects in my application. In the project that I have a problem, I tried renaming methods in other classes and this worked.
    What is different about the class that I have a problem with is that:
    1) it is an abstract class (say abstractFoo)
    2) I am renaming a method that is not abstract in abstractFoo
    3) Foo is a subclass of abstractFoo
    4) I have a JUnit test FooTest that contains a few anonymous inner classes (that subclass Foo) and override the method to be renamed.
    The preview window shows the changes to be made in abstractFoo & FooTest but does nothing.
    Have you tested this scenario out?

  • Updates for previously paid for apps that address stability issues, bug fixes, other improvements that a customer is entitled to

    Why is the policy of Apple to prohibit customers from downloading FREE updates for previously paid for apps that address stability issues, bug fixes and other improvements that a customer is entitled to because the customer does not currently have a credit card on file that they can verify has an available balance??? I can understand it even for free apps or apps on sale or because most of those apps depend on in-app purchases but COME ON. Where is the ethics in that policy? Where is the consumer protection? Especially considering the ONLY marketplace to receive these third party products is through apple. INSANE.
    Wasted another 3 or 4 hours today trying to find a solution. I am unable to provide alternative payment method and money is tight for next 2 weeks but this is temporary. It's not as if I will never be purchasing more apps and apple products in the future. I have been a loyal apple customer since the days when Power!ac 9500 retailed for $8,000.00. Another words for a very long time.
    Anyone else find this to be a legitimate issue?

    I am all for any instance where I am asked to verify my account or Apple ID. The issue is that I am being denied delivery of a beneficial update of a premium, already paid for app... Because I am (at the moment) maxxed out with my credit card I have associated with my Apple ID.
    There are four different (full version) paid for apps that just all released major updates.  The third party developers offer the updates for free to customers who have purchased the full version of the app and the update includes stability improvements, iOS 7 comparability, bug fixes and expanded functionality.
    These are not apps that, in total, cost over $100... And that I use every day.
    Never had an issue with being required to verify my account or Apple ID.

  • MAJOR BUG - CS5 Library Renaming Issues

    I posted about this before but it hasen't been resolved and I'm running into it again.
    I also found another side affect of this bug.
    In a large library where none of the items are on the stage, if you rename a movie
    clip or folder the items rename, but a duplicate is created with the old name.
    Below, I renamed the Movie Clip by adding  _test to the end.
    The duplicate or the new name may be an empty MovieClip that you can not access
    This also corrupts the timeline of the Movie Clip by creating duplicates of the existing layers.
    Q suggested dragging the items to the stage before renaming as a workaround.
    This seems to keep them from duplicating but I found that the Timeline still becomes corrupted.

    Hi Gabriel,
    I've seen this before. It happens when the symbol name has non-supported character or an ETX character. We have fixed this issue in CS5.5. I can take a look at your file. Please zip it, change .zip to .zzz, and email it to my attention at [email protected]
    Also let me know which symbol is causing you issue so I can target those first. In the meantime, try saving your file as Flash CS4, does it still duplicate after you rename the symbol?
    Thanks,
    Q

  • Ingest rename issue with P2

    so I really like the rename on ingest feature in Prelude 2.0, particularly adding "Creation Date (YYYYMMDD)" before the original filename.
    I always make sure to sync all the clocks in my cameras before a shoot.  when I ingest, Prelude sees all of the creation dates correctly from all of my cameras except my P2 cams.
    the creation date in the renamed file is always "19040101" (1904-01-01) instead of the correct date whenever I ingest from P2 (HPX170 & HPX250).  what's curious is that the correct creation date is in the metadata of the ingested file.
    my AF100, HMC150, GH3 & GH2 all ingest with the correct creation date on ingest.
    any ideas or should I file a bug report?

    Hi -
    Our QE has been able to reproduce this bug as well. It has now been logged as bug #3601848 and is targeted for fix in our next release.
    Thank you for finding this issue and letting us know.
    Regards,
    Michael

  • LR3 - Import file renaming issue

    I'm having an issue with renaming files when importing.
    I import using YYYYMMDD at the begining of the file name. However any photo that is taken after around 2pm on a given day gets tomorrows date.
    Any ideas?

    Known bug.
    http://forums.adobe.com/message/2880448?tstart=0#2880448
    The workaround at the moment is to not rename on import, but in Library after import. Strangely, renaming in Library works correct.

  • Namespace replace/rename issue in ALSB

    Hi,
    As part of our project we have been using ALSB3.0. In one of our outbound Proxy flows we have configured transform stage which intern executing XQuery transormation. Post transformation it publish message on BEA JMSTopic in following format.
    *<?xml version="1.0" encoding="UTF-8" ?>
    <ref:ABCMessage xmlns:ref="http://www.indteur.org/abc/2.1/reference">
    <ref:FromEANNumber>NA</ref:FromEANNumber>
    <ref:SenderIdentifier>
    <ref:SenderIDType></ref:SenderIDType>
    <ref:IDValue></ref:IDValue>
    </ref:SenderIdentifier>
    <ref:SentDate>2009-10-10T18:41:27.870-04:00</ref:SentDate>
    <ref:Product>
    <ref:RecordReference></ref:RecordReference>
    <ref:NotificationType>04</ref:NotificationType>
    <ref:RecordSourceName></ref:RecordSourceName>
    </ref:Product>
    </ref:ABCMessage>*
    Please help us in rename/replace namespace prefix from 'ref:' to 'ns1:' at post transformation and before publishing the saem to JMS Topic.
    Thanks in advance........

    Personally I would mandate that what ever is the consumer of the JMSQ should be compatible with XML name space constructs. If it is not under our control then one solution would be
    1) Convert the xml to string
    let $strContent := fn-bea:serialize($body)
    2) Replace the ref: with ns1:
    return fn-bea:inlinedXML(fn:replace( $strContent, "ref:", "ns1:") )
    This is a very bad solution but should solve your issue if XML is not huge (huge XML will consume lot of cpu for this transformation ) .Ideally I would recommend changing the behavior of the message consumer.
    Also you can try defining name space for http://www.indteur.org/abc/2.1/reference as ns1 in sbconsole proxy name space definitions. I believe even this will work but never tried.Let me know if this works for you.
    My two cents
    Manoj
    Edited by: mneelapu on Oct 13, 2009 9:18 AM

  • Enable data paging with parameters count() on new php function issue (BUG?)

    I've got my app prototyped quickly with the default settings in Flex Builder 4.  Now I'm going back and adding/modifying features to polish the app off.
    For this application I'm using PHP5 as the server side.
    The data paging is really cool and simple to call using the default settings.  However, I'm running into issues with customizing the data paging feature.
    This is the default header of the php function that was created for me:
    public function getTblbrowserrecord_paged($startIndex, $numItems){...}
    Instead of dumping all data back to the function I want to be able to search on certain fields so I created a new function called:
    getTblbrowserrecord_search_paged ($szName, $szIP, $szRule, $szURL, $szDateLow, $szDateHigh, $szCode, $startIndex, $numItems  ) {...}
    The new function is tested and operates as designed.
    I set the input types of the variables and return type (Tblbrowserrecord[]) of the new function then went to enable data paging.  The first screen came up and asked me for the key to use which I selected.  The next screen came up and asked me for the number of records which I set to 100 then went to select the count operation.
    I initially selected the automatically created count() function but it came up with the error " Count operation parameters should match the paged operation parameters list."
    So I created another function to match the search function's parameter's list:
    public function count_searched($szName, $szIP, $szRule, $szURL, $szDateLow, $szDateHigh, $szCode, $startIndex, $numItems)  {...}
    But I still ge the error "Count operation parameters should match the paged operation parameters list."
    But they DO match.  I looked at the default functions that were created by FB4 and noticed that the automatically generated function count() has no parameters and the paged function has the two functions $startIndex and $numItems which are not identical yet they work.  I tried removing those two fields from the count function but got the same results.
    What am I doing wrong?
    Thanks!

    Nevermind... For some reason my FB4 is not updating correctly.  After removing the two control fields at the end of the list AND exiting the app/re-entering everything worked ok.  I've been having this issue a lot lately and am thinking that is is a bug of some sort?

  • Calendar issues - bugs or do I misunderstand how it should work?

    I'm having a few calendar issues that seem like bugs. I have the latest release installed but I don't remember seeing these problems before updating. I could be wrong though - my memory ain't what it used to be.
    On the calendar week view, if I swipe to scroll down to see the afternoon, I can't swipe back up again. I have to swipe left or right to view a different week before it'll let me view the morning.
    Also, if I go to the month view and open a particular day with an event. If I then swipe on the bottom to go backwards, it shrinks the card and lets me choose another open app (home view?). Instead I would have expected it to return to the previous screen?
    Another problem; I had to tap an event in the week view about five times before it opened the day view. Poor detection?
    Do these sound like bugs? I've only had my Pre for a few days so I'm still learning. Thanks

    Hello and welcome to the forums;
    Going back and forth between morning and afternoon is working fine for me, how many calendars do you have and what kind are they (yahoo, gmail, etc)?
    Going to month view, then tapping on a day and using the back gesture does put you into card mode, because you have not entered a new level of menu, just a different view. If you were to go into a specific event, then you could back gesture to the previous view, but going between day/week/month is accomplished only with the selection buttons at the bottom of the screen.
    Instead of trying to tap a particular event from week view, have you tried just tapping on the date at the top? or somewhere else on the column for that particular day? Do you see the "ripple" on the screen showing that it recognized a screen tap?
    Hope this helps,
    TreoAide

  • CFPDF action="addWatermark" ISSUE/BUG

    Hello,
    I am trying to add an image as a watermark into pdf file
    using the CFPDF tag. Here is the code:
    quote:
    <cfpdf action="addWatermark" source="template.pdf"
    image="bottle.jpg" destination="ad.pdf" overwrite="yes"
    foreground="yes" showOnPrint="yes" >
    The source file is not password protected.
    And I get always the following error:
    quote:
    An error occurred during ADDWATERMARK operation in
    <CFPDF>.
    Error: The password provided is either wrong or does not have
    sufficient permission to perform this action.
    I made the PDF password protected and used the password
    attribute in order to eliminate the pass protection error but it
    does not help.
    Please help!
    thank you!

    okay!
    I found something about this.
    A. I created the first (in the case above) source PDF using
    Adobe LiveCycle Designer 8.0, with three dynamic textfileds so I
    can update them later using CFPDFFORM. If I use this PDF to insert
    watermark I get the error message above.
    B. Than, I created plain PDF using Adobe Acrobat
    Proffesional, CFPDF/addWatermark works perfect. The sad thing is
    that I do not need just flat PDF, but with fileds on it.
    Unfortunatelly the addWatermark will not resolve my issue,
    because there is no option to set the size of the watermark/image
    inside of the PDF.
    What I need is:
    I have 1 PDF template and 1 JPG image.
    In the PDF template I have three dynamic textfileds.
    The goal is - to insert the jpg into the PDF (and to
    shrink/strech the jpg to fixed dimensions - I do not know in front,
    what the JPG size will be) and to fill into the fileds using
    CFPDFFORM.
    The final result - PDF with the inserted image and three
    fileds with new values.
    I have Coldfusion 8 on Microsoft Server 2003.
    I will really appreciate any help!
    Thanks!
    p.p. so still the bug is there if you do not have flat PDF
    (or maybe if it is created with the livecycle designer i do no know
    what is the case exactly).

  • Bridge Batch Rename Issues!!!

    I'm having problems using "batch rename" in Bridge. I run two machines at work, on one the "rename in same folder" option is ALWAYS non-selectable. On my other machine I can select the option to save in same folder but when I "select all" and then batch rename Bridge automatically deselects some of the images and only renames those that are left selected. Needless to say this is pointless and I end up in Photo Mechanic.
    My co-worker and I both have this issue, both run two computers. We're running OS 10.4.1 and CS3.
    Anyone have a similar issue or even better a fix?!
    Thanks,
    -Matthew

    You are better off with this .. http://www.versiontracker.com/dyn/moreinfo/macosx/14404
    Called R-name - its a small freeware application that I use all the time, quicker and less problematic than using Bridge. Been using it for years with no problems at all, works with drag and drop too.

Maybe you are looking for

  • Embedding Youtube videos

    I'm using FlashCS3.  Can anybody tell me how(if it's even possible) to embed a youtube video in a Flash website?

  • Problem with Locales....???

    Users of my application have there first locale set to en-gb. Thus dates within the application are displayed in the English format. (e.g. 14-Mar-2007) The exception is that when generating a report ( a report is basically a document created on the f

  • Movie Page spinning ball

    I'm trying to add a page for some 1-2 minute videos. Working on the page, I keep getting the spinning ball, even when working with the text. What is the best way to display 4 movies or so on a page and is it better to use the .Mac Web Gallery and a l

  • Date Format By Country

    Hi There Helpful people... Usual stuff first DW8, (Mac - not that that makes a difference), ASP VB connected to SQL database. I have a content management - which is used to maintain the content of an international site. On the site we have a timeline

  • Restore unsaved file after power outage

    I have a previously saved file (backed up in Time Machine)on which I was working when we had a power cut. The changes I had made had not been re-saved although a Time Machine backup had just run prior to the power cut. My question is (and I think the