Found a bug in Flashbuilder 4.5, with code to replicate

I have two classes, which are identical.  One will call the constructor.  The other does not call the constructor.  I think something may have gotten corrupted in the "renaming process" which renders the constructor invisible.  You can see when you rename the one class ParticleX_Woodchip1 to something else, the constructor is not renamed in the "renaming process".
It is very simplfied code.  Two classes with 2 trace commands each.  That is all there is.
http://www.goodnewsjim.com/general/AdobeConstructorBug.fxp
PS: Please fix typing lag in projects over 20k lines of code.  It is really hard to write nice procedural code in AS3 because the editor does too much processesing between typing letters.  I have a 48k line file, and there is sometimes 4 second delays between code.  I'd imagine that smaller files also have this type lag, but to a lesser extent that it isn't as noticible.  If you fixed this bug, coders around the world would become quicker coders.

I appologize for a flawed bug report.
I got my code working without this help.  I just didn't see what was wrong that I fixed.  This is why I filed a flawed bug report.
The only bug I know of now, is the type lag bug.

Similar Messages

  • Found a bug, Safari log out sites with Private Browsing

    When I click Private Browsing, every site I visit with Safari is logged out. When I turn off Private Browsing, I'm automatically logged in. This was not the behavior in Snow Leopard or earlier (I don't believe).
    This was driving me crazy...it's a real PITA to log in to every site (including the ones where you're not autosaving the password, such as financial sites, etc.)
    I reported it to apple.com/feedback but thougth I'd share it with the community in case anyone else noticed it.

    #2 makes sense and that fits with what Private Browsing should be all about
    #1 doesn't make sense, since, as soon as you exit Private Browsing a user that has access to the machine, has access to all sites. Accordingly, it's not very private nor secure. In fact the big PRIVATE that appears on the address bar invites curiousity and folks will click it, and be offered the option to end Private Browsing (and thus, full access).
    In any event, pre Lion, I believe, this wasn't the case...although now I'm not sure, as I only used Private Browsing a few times.

  • Found a bug on ios 7.0.2 with lock and home screen

    I have found a bug concerning the lock screen when you open the iphone and you push the screen to the rightt (sorry in french and dong know how to explain correctly)and at the moment you se the lck screen desapear you "take back" the lock screen page by pushing tp the left and then you will have the home page wallpaper on lock screen ( wont work if you have a passcode) and you can't have your default lock screen by putting the phone on sleep mode ... It just not coming back ..  You hve to put the iphone on sleep mode without toucching the screen to have your default wallpaper back on lock screen.. (Works on any iphone )
    I have another problem to with my batery since ios 7 update my battery goes 100-0% in like 5h .. And i just exchange my iphone because my power button was stuck and i dont have any garanty and its does that for all my friend with iphone 4s running ios 7.0.2
    Wish apple could fix those 2 bugs  or if anyone as any solution for me pleAse tell me
    Thank you.

    Apple Feedback

  • I found a bug in iOS 4.3.3 - Long voice memos

    Hello,
    i found a bug in iOS 4.3.3 for my iPhone 3GS
    Long voice memos can not be played
    In these cases, the iPhone saves the file not in the format M4A or can not open this file.
    This file is stored in the folder /var/mobile/Media/Recordings
    In This cases there can be find a file in the format MOV.
    During recording, the voice memo has the format MOV.
    When the voice memo stopped the file must be stored in the format M4A.
    For large files, there are currently problems.
    I use the program  iPhone Explorer and save the MOV-file on my computer.
    Now i can open it with QuickTime.
    Best regards from Germany!
    Ruediger

    Apple Feedback

  • I think I've found a bug... (CS 4 6.0.4, export to EPUB, w/ test case)

    Hi everyone,
    I think I've found a bug. I suppose I would like to see if others can reproduce it - I've managed to on 2 work machines, but the more the merrier. I suppose I'm also hoping that giving this bug more exposure will increase the likelihood of it getting resolved. I can dream
    The bug shows itself when exporting an InDesign document (or book) to "Digital Editions", or as an EPUB file. The InDesign source needs to have a Table of Contents, and this TOC has to be used by the EPUB to create TOC entries (see the "contents" tab of the export window). In certain cases, using the InDesign TOC causes the EPUB export to garble certain characters; unicode-specific characters, in my experience.
    Steps to reproduce:
    Create a new document, add a blank text frame and fill it with placeholder text. add a heading to this text frame, styled appropriately.
    Create a table of contents, using the heading style you defined and used previously.
    Add some unicode characters to the end of your text frame. I've been using "bêche-de-mer — a genus", which has 2 unicode characters. My tests have shown about 1715 characters in the text frame is enough to trigger this bug.
    Save the document and export to digital editions. under the "contents" tab, check the "include indesign TOC entries" option.
    Open the EPUB (or unzip it and view the xhtml content). I would expect to see "bêche-de-mer — a genus" at the end. However, I see something more like "b√™che-de-mer ‚Äî a genus" instead. I do see the correct output if I don't check the "include indesign TOC entries" option when exporting to EPUB.
    I've confirmed the fonts I've tried are unicode-compliant and have the relevant character codes. I'm running the latest update to InDesign CS4 (6.0.4) on OSX 10.4.11. This character encoding problem doesn't manifest itself in the PDF or IDML export, only the EPUB export. Choosing whether or not to include embedded fonts in the EPUB doesn't make a difference to the outcome. I have run this test on my machine and a workmates, which is OSX 10.5.[something]
    I'll attach a test document to see if others can reproduce this bug. I'd be interested to hear if others can, or cannot reproduce it. I have submitted a bug report at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform, but that doesn't exactly imbue me with confidence that anything will get done in a hurry...
    This problem is pretty annoying; I can either have EPUB navigation, or uncorrupt text. My current (proposed) workaround is for the operator to create 2 EPUBs, one with a TOC and one without, and merge the two together... EPUB transplant if you will. A bit ugly....
    thanks for listening!

    Hiya Joe (and Archie)
    It is indeed an annoying bug - I spent a few days looking around it before posting (wow, it must be nearly a year ago now).
    Fortunately, it really is straightforward (if a bit of a hassle) to workaround:
    - make 2 EPUBs, identical except one will have a TOC generated (epub-a), the other will not (epub-b)
    - extract the TOC file from epub-a and insert it into epub-b
    remembering that EPUB is a zip package, this is very easy indeed. On OSX you have /usr/bin/zip and /usr/bin/unzip to assist with extraction / insertion in a script (bash, applescript, etc). I don't think Windows comes with command-line zip programs, so you'd need to hunt around a bit.
    Good luck. I don't know if this is resolved in the latest 6.0.5 patch - if you haven't updated to that, it might be worth a shot. And if you have and it's still a problem, please respond to this message just so there's a log stating as much.
    Steve

  • BUG: Popup in page fragment; with many regions and popup binded to backing.

    BUG: Popup in page fragment; with many regions and popup or parent binded to backing bean.
    JDEV11.1.2.1 Popup will not popup.(sometimes works if using RichPopup.Show() in backing bean Java code.)
    I have a bug (Popup will not popup)that only happens when I have more than one of the same region.
    And I have a popup in the page fragment is binded to backing bean.
    My SR guy is out today but we plan to enter one.
    test.jspx
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:f="http://java.sun.com/jsf/core">
        <jsp:directive.page contentType="text/html;charset=UTF-8"/>
        <f:view>
            <af:document title="test" id="d1">
                <af:form id="f1">
                    <af:panelGroupLayout id="pgl1" layout="horizontal">
                        <af:outputText value="BUG JDEV11.1.2.1 and IE7. Broken Popup! If I have a jsff fragment and I have many regions of this fragment."
                                       id="ot2"/>
                        <af:outputText value="Inside the fragment I have a popup. If that popup or its parent are binded to a Backing Bean the popup doesn't work."
                                       id="ot1"/>
                    </af:panelGroupLayout>
                    <!-- with a single region it also works (with bindings in place in fragment). -->
                    <af:region value="#{bindings.taskflowemp1.regionModel}" id="r1"/>
                    <af:region value="#{bindings.taskflowemp2.regionModel}" id="r2"/>    
                    <!--
                    <af:region value="#{bindings.taskflowemp3.regionModel}" id="r3"/>
                    <af:region value="#{bindings.taskflowemp4.regionModel}" id="r4"/>
                    -->
                </af:form>
            </af:document>
        </f:view>
    </jsp:root>region.jsff
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:f="http://java.sun.com/jsf/core">
      <af:group id="g1">
      <!-- If I remove the binding for popop or popup group, the popup works fine. -->
    <!--Working code here
        <af:group id="g2">
          <af:popup childCreation="deferred" autoCancel="disabled" id="p1" >
        -->
           <!-- Problem code here   -->
        <af:group id="g2" binding="#{TestBean.popupGroup}">
          <af:popup childCreation="deferred" autoCancel="disabled" id="p1" binding="#{TestBean.testPopup}"> 
            <!-- End problem code -->
            <af:dialog id="d2" title="Dialog Title">
              <f:facet name="buttonBar"/>
              <af:outputText value="Dialog Contents" id="ot100"/>
            </af:dialog>
          </af:popup>
        </af:group>
        <af:panelGroupLayout id="pgl1">
          <af:panelBox text="Region" id="pb1">
            <f:facet name="toolbar"/>
            <af:commandButton text="showPopupBehavior" id="cb1" >
              <af:showPopupBehavior popupId="p1"/>
            </af:commandButton>
            <af:commandButton text="AdfPage.PAGE.findComponent JavaScript" id="cb2" actionListener="#{TestBean.popupTestJavaScript}"/>
            <af:commandButton text="RichPopup.Show() Java" id="cb3" actionListener="#{TestBean.popupTestJava}"/>
          </af:panelBox>
        </af:panelGroupLayout>
      </af:group>
    </jsp:root>TestBean.java
    package view;
    import javax.faces.context.FacesContext;
    import javax.faces.event.ActionEvent;
    import oracle.adf.view.rich.component.rich.RichPopup;
    import org.apache.myfaces.trinidad.component.UIXGroup;
    import org.apache.myfaces.trinidad.render.ExtendedRenderKitService;
    import org.apache.myfaces.trinidad.util.Service;
    public class TestBean {
        private RichPopup testPopup;
        private UIXGroup popupGroup;
        public TestBean() {
        public void setTestPopup(RichPopup testPopup) {
            this.testPopup = testPopup;
        public RichPopup getTestPopup() {
            return testPopup;
        public void popupTestJava(ActionEvent actionEvent) {
            if(testPopup != null){
                RichPopup.PopupHints ph = new RichPopup.PopupHints();
                testPopup.show(ph);
            }else{
                System.err.println("TestBean.testPopop IS NULL!");
        public void popupTestJavaScript(ActionEvent actionEvent) {
            showPopupTest("r1:0:p1");
        private static void showPopupTest(String popupId) {
            FacesContext facesContext = FacesContext.getCurrentInstance();
            ExtendedRenderKitService service =
                Service.getRenderKitService(facesContext,
                                            ExtendedRenderKitService.class);
            service.addScript(facesContext,
                              "AdfPage.PAGE.findComponent('" + popupId + "').show();");
        public void setPopupGroup(UIXGroup popupGroup) {
            this.popupGroup = popupGroup;
        public UIXGroup getPopupGroup() {
            return popupGroup;
    }

    Thanks that fixed the problem.
    "a user error"
    Well I followed your book! Chapter 6 of the "Oracle Fusion Developer Guide - Working with Bounded Task Flows in ADF Regions". I think this comes back to book writer error. I found almost no mention of BackingBeanScope in this chapter. Don't you think this would be an important note?
    "did you know that there is a Java API (on the RichPopup instance) to launch a popup ?"
    Yes I posted in my code! If you read the above code you would see it there.
    I don't really understand why the scope of the bean has anything to do with af:showPopupBehavior or AdfPage.PAGE.findComponent.

  • Reporting a ML Bug on MacBooks from 2010 with Dedicated Graphic

    Hello Guys, how are you?
    I found a bug in the Macbooks from 2010 with a Dedicated Graphic.
    As you can see on this video: http://www.youtube.com/watch?v=8mwQ4YR1w2s  When Im try to take a selected area to printscreen with the CMD + Shift + 4 my mouse pointer was so laggy, skipping...
    After tests, i found the problem.
    The problem is when the macbook is using the Intel HD Graphics 288.When I'm using a OpenGL app or disabling the Advanced Graphics Switch on the Energy Save option, this problems doesnt occur.
    Please Apple, again no, my macbook was so bugg on the Lion and my hope to it be fixed on ML was a illusion.
    Anybody with a MacBooks from 2010 with Dedicated Graphic can test this too and confirm my test?
    Thanks a lot guys,
    Wagner

    Have you filed a bug report on the Apple fedback web page? http://www.apple.com/feedback/macosx.html

  • Already found a BuG in the PR1.2

    sins this morning the new PR1.2 is availeble.
    Not much changes.
    Already found a BuG
    The Calender Noticing (Bday warning) for missed calender warning
    When unloching the phone and accept the missed warning.
    You get on the screen with the (Bday) notification.
    After that you can't close the screen with the CLOSE button below right anymore.

    Also, the yahoo email client always connects to the internet after the phone is powered on.
    Model N8, Dark Gray

  • I found a bug in multitasking in ios 7, how can I submit this bug to apple to help engineers fix it

    I found a bug, how can I pass it on to apple engineers to help them fix it

    I recall hearing (in another post, maybe yesterday) of a multitasking bug that Apple engineers were asking a user to test...I'll see if I can find it.
    EDIT: Starting at the bottom on page 2 (how to test) and continuing with more details for testing on page 3 https://discussions.apple.com/message/23666433#23666433

  • VI Snippet Bug (IMAQ Image Vision Display with Property Node)

    Colleagues,
    Just found small bug in LabVIEW - Creating snippet from selection with Vision Display together with Property node is not working (means that nothing happened - no save dialog appear):
    VI in attachment (VAS or VDM software required). Can someone reproduce this?
    Andrey.
    PS
    LabVIEW 2009f3
    Message Edited by Andrey Dmitriev on 01-21-2010 03:29 PM
    Attachments:
    Snippet BUG.vi ‏40 KB

    Hi Andrey
    Thank you for your post, I will clarify if this is fixed in the LabVIEW SP1.
    If it is not, I am going to write a CAR for that.
    Kind regards
    Beat
    AE NI Germany

  • Found a bug?

    Hey
    I think I've found a bug but I'm not exactly sure.
    Whenever I fun an application that temporarily changes the shortcuts on the mouse or keyboard, all my leopard shortcuts are erased and I have to redo them.
    For example, multiple times after playing WoW I've noticed my click wheel or the F12 shortcuts don't work for dashboard anymore. They become unchecked in the system preferences.
    Does anyone else have this problem, and if so, do we report it to apple?
    If no one else has this problem, how do I fix this?
    Thanks
    Rob.

    Once you've ruled out incompatible apps, send a bug report (or enhancement request) to Apple via its Bug Reporter system. Join the Apple Developer Connection (ADC)—it's free and available for all Mac users and gets you a look at some development software. Since you already have an Apple username/ID, use that. Once a member, go to Apple BugReporter and file your bug report/enhancement request. You'll get a get a Bug (ER) ID number; thus, starting a dialog directly with engineering.

  • FAQ: I found a bug. How do I write a useful bug report? Or send bug files to Adobe?

    If you think you've found a bug in Photoshop CS6, please post your findings here on the forums.
    Here is a list of the information we'll want for you to gather at a minimum:
    Clear and concise steps so that someone who isn't in front of your comptuer can reproduce the issue you are seeing
    Include information on the operating system/version you are running. (e.g. "Mac OS 10.7.3" or "Win XP Service Pack 3")
    Here are some more detailed instructions for writing a useful, complete bug report for us on the forums:
    Provide a descriptive title that includes your OS information:Example: "Photoshop crashes when I save a JPEG file using the File>Save For Web & Devices... command (Mac OS 10.7.3)"
    Provide concise, step-by-step details on how to reproduce the issue you are seeing.
    Example:
    Open an 8-bit, RGB image by selecting File>Open...
    Create a new layer by clicking the "Create New Layer" button on the bottom of the Layers panel
    Paint on the layer created in Step #2 using the default Brush tool
    Choose File>Save For Web & Devices...
    Make sure the optimized format is set to "JPEG" and set the Quality setting to "80"
    Click the Save button at the bottom of the Save For Web & Devices dialog, choose the desktop as the location for saving the file
    Provide a description of the "Result" you are observing:
    Example: "Result: Photoshop crashes"
    If there is an error dialog, please include the exact wording displayed in the dialog or provide a screen shot or video of the entire screen so we can see the dialog as well as the state of the application - i.e. what panels are shown, the state of the Layers panel, etc.
    If the error is a visual defect, either in the user interface or the image itself, provide a screen shot or video of the entire screen so we can see the dialog as well as the state of the application - i.e. what panels are shown, the state of the Layers panel, etc.
    Provide a description of the "Expected Result":
    Example: "Expected Result: Photoshop to save JPEG file to the desktop, no crash"
    In some cases this may be obvious (such as in the case of a crash) but in others, what you expect to happen may be different than what the application was designed to do. Please be as specific as possible.
    Provide the crash log by submitting all crash reports, including your email address, for every single crash your encounter:
    You may also include the contents of your crash log in your forum posts as well, but always submit them using the above instructions as well.
    Crash logs are located on Macintosh here: Users/<your user name>/Library/Logs/CrashReporter
    Provide your System Info from Photoshop: What's even more useful is if you can share your System Info from Photoshop as it contains all kinds of useful information (OS/version, graphics card, driver version, 3rd party plug-ins used, etc) that will help the team track down your issue.
    On occasion, the Photoshop engineers may request that you provide problematic files in order to reproduce and debug your issue.
    In these cases, please post the file somewhere using your own servers or one your favorite online document/distribution services and provide a URL/instructions to download the file:
    Dropbox
    Adobe SendNow
    YouSendIt
    If the file isn't something you can post publically, you can request that someone from the engineering team contact you to figure out a secure way to get the affected files.
    Thanks,
    The Photoshop Development Team

    First thing would be to realise the exact error. Second would be to check your logs to see what you have installed/upgraded which might be causing this error. Third, google your error and see if matches turn up. Fourth, search in Arch bugtracker to see if a match exist. Else file a report.

  • I was trying to add an itunes library to my computer, and now my itunes library can not be found. An ipod can be synced with only one iTunes library at a time. How can I find my Itunes library, complete with playlists ?

    I was trying to add an itunes library to my computer, and now my itunes library can not be found. An ipod can be synced with only one iTunes library at a time. How can I find my Itunes library, complete with playlists ?

    I have the same problem too and tried alot of things like time zone , restarting or changing DNS of wifi connection to 8.8.8.8 still nothing happens .. !!
    iPhone 5s, iOS 8.3

  • I've found two bugs in iOS 7. 1) declined calls does not appear as missed calls on the lock screen/notification centre. 2) when bluetooth is enabled from control center, it does not connect to an already paired bluetooth device

    I've found two bugs in iOS 7:
    1) declined calls does not appear as missed calls on the lock screen/notification centre - iOS 7.0.2.
    2) when bluetooth is enabled from control center, it does not connect to an already paired bluetooth device automatically - iOS 7.0.

    We are all users here, just like you, but you can tell Apple about it by using this link:
    Apple - iPhone - Feedback

  • IPhoto frustrating error..The volume for "Df23.JPG" cannot be found. It prompts for all photos with this issue rather than offering an option to ignore. I can find the images in spotlight but not in Find Photo. Does anyone have a solution

    iPhoto frustrating error..The volume for "Df23.JPG" cannot be found. It prompts for all photos with this issue rather than offering an option to ignore. I can find the images in spotlight but not in Find Photo. Does anyone have a solution?

    Unless you have the source files that were on the TC or Windows machine you will have to start over with a new library as follows:
    Start over from scratch with new library
    Start over with a new library and import the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from your original library as follows:
    1.  Move the existing library folder to the desktop.
    2. Open the library package like this.
    Click to view full size
    3. Launch iPhoto and, when asked, select the option to create a new library.
    4. Drag the Masters (iPhoto 11) folder from the iPhoto Library on the desktop into the open iPhoto window.
    Click to view full size
    This will create a new library with the same Events as the original library but will not keep the metadata, albums, books slideshows and other projects.  Your original library will remain intact for further attempts at fixes is so desired.
    OT

Maybe you are looking for