Bug in new asdoc rules in Flex PMD 1.1

ASDoc rules failing when there is metadata between asdoc comment and attributes/methods/classes
https://bugs.adobe.com/jira/browse/FLEXPMD-167

Hi Clint,
The AsDoc node was "attached" to the metadata node instead of the attribute, method, or class node.
The bug has been fixed on trunk.
Best
Xavier

Similar Messages

  • [svn:bz-4.0.0_fixes] 23961: Bug#3200562: New Flex Session Id generated while disconnect with streaming amf channel

    Revision: 23961
    Revision: 23961
    Author:   [email protected]
    Date:     2012-06-15 04:42:44 -0700 (Fri, 15 Jun 2012)
    Log Message:
    Bug#3200562: New Flex Session Id generated while disconnect with streaming amf channel
    While invalidating session, make sure a new one does not get created.
    Modified Paths:
        blazeds/branches/4.0.0_fixes/modules/core/src/flex/messaging/endpoints/BaseStreamingHTTPE ndpoint.java
    Property Changed:
        blazeds/branches/4.0.0_fixes/modules/

    You're trying to do this directly in ActionScript without using Flex, correct?
    The mxmlc compiler for Flex adds some registerClassAlias calls to map types between the client and the server. This will be missing if try to use the messaging code outside of a Flex app.
    Take a look at the mx.utils.RpcClassAliasInitializer class in rpc.swc. This has a static registerClassAliases method that will do the class registration for you. You should just need to call this before running your messaging code.
    -Alex

  • [svn:bz-4.6.x] 23962: Bug#3200562: New Flex Session Id generated while disconnect with streaming amf channel

    Revision: 23962
    Revision: 23962
    Author:   [email protected]
    Date:     2012-06-15 04:57:45 -0700 (Fri, 15 Jun 2012)
    Log Message:
    Bug#3200562: New Flex Session Id generated while disconnect with streaming amf channel
    While invalidating session, make sure a new one does not get created.
    Modified Paths:
        blazeds/branches/4.6.x/modules/core/src/flex/messaging/endpoints/BaseStreamingHTTPEndpoin t.java

    I thought the same that those devices simply are too old. However I would like to know what causes this capabilities change. We want to get rid of the old H/W, but at the moment it looks as if we would need to revert back to the 4402 in order to get those things working again.
    I have not enough information, but those devices are some kind of handhelds. Their MAC OUI belongs to Newport Electronics.
    Regards,
    Patrick

  • [svn:bz-trunk] 23960: Bug#3200562: New Flex Session Id generated while disconnect with streaming amf channel

    Revision: 23960
    Revision: 23960
    Author:   [email protected]
    Date:     2012-06-15 04:15:18 -0700 (Fri, 15 Jun 2012)
    Log Message:
    Bug#3200562: New Flex Session Id generated while disconnect with streaming amf channel
    While invalidating session, make sure a new one does not get created.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/BaseStreamingHTTPEndpoint.java

  • [svn:bz-trunk] 23948: Bug##3200562: New Flex Session Id generated while disconnect with streaming amf channel

    Revision: 23948
    Revision: 23948
    Author:   [email protected]
    Date:     2012-06-13 06:11:35 -0700 (Wed, 13 Jun 2012)
    Log Message:
    Bug##3200562: New Flex Session Id generated while disconnect with streaming amf channel
    On session time out, Flex Client is invalidated on the server side. It also results in Flex Session getting invalidated. In order to complete the client-server streaming connection handshake, the client ends up sending a CLOSE command. On the server side, for any work to be done, the MB first needs to creates a Flex Session (if none exists). After doing the necessary cleanup, the newly created Flex Session will also be invalidated. No stray Flex Sessions will left dangling...
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/BaseStreamingHTTPEndpoint.java

  • How to create Rules with Flex Field mapping in the bpm worklist

    I Have created a flex field label and was able to map to the flex field attributes .
    But when i try to create a rules , I don't see the label or the flex attributes in the task payload .
    Can someone please help is understanding how to create Rules with Flex Field mapping in the bpm worklist .
    Even I am also searching for any scripts which will take the flex fields prompts and can directly create a label in the bpm worklist .
    Any pointers or suggestion is highly appreciated .

    Hi,
    SE38 -> Enter program
    Select Variants button and display. In the next screen, enter a variant name, (If not existing , press Create to create new one), else click on Change.
    Now the selection screen will display with a button "Variant Attributes" at the top.
    Click on that button.
    In the next screen, go to the selection variable column of the date field. Press F4 or drop down and select 'D' for date maintenance.
    In the column "Name of Variable (Input Only Using F4)" press F4 or drop down, select whichever kind of date calculation you want and save the variant.
    Now whenever you run the prgrm with this variant, date will be displayed by default.
    Regards,
    Subramanian

  • Test fails during build - flex-pmd-ruleset

    Hi, I have followed the developer documentation for how to build the project, on step 7 it fails because the following tests are failing inside flex-pmd-ruleset:
    Failed tests:
      testProcessViolatingFiles(com.adobe.ac.pmd.rules.unused.UnusedLocalVariableRuleTest)
      testBuildMessageName(com.adobe.ac.pmd.rules.core.EmptyRuleTest)
      testProcessViolatingFiles(com.adobe.ac.pmd.rules.naming.WronglyNamedVariableRuleTest)
      testProcessViolatingFiles(com.adobe.ac.pmd.rules.unused.UnusedPrivateMethodRuleTest)
    Tests run: 219, Failures: 4, Errors: 0, Skipped: 0
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] There are test failures.
    I'm not sure how to fix these failures, any clues as what the problem may be? I ran "mvn package" from the flex-pmd-parent from the command line.
    TIA,
    Magnus

    Thanks, I got past that. Unfortunately I am still having a problem comiling the PMD Flex Lib, I get these errors:
    [ERROR] C:\MyProgramming\Flex\FlexPMD\src\flex-pmd-flex-lib\src\main\flex\Version.as:[1,1] Definition __AS3__.vec:Vector
    could not be found.package{ public class Version { public static const BUILD_NUMBER : String = '1.0.RC4-SNAPSHOT'; publ
    ic static const BUILD_TIME : String = '08:56:45'; public static const BUILD_DATE : String = '2009-09-16'; }}
    [ERROR] C:\MyProgramming\Flex\FlexPMD\src\flex-pmd-flex-lib\src\main\flex\Version.as:[1,1] Definition __AS3__.vec:Vector
    could not be found.package{ public class Version { public static const BUILD_NUMBER : String = '1.0.RC4-SNAPSHOT'; publ
    ic static const BUILD_TIME : String = '08:56:45'; public static const BUILD_DATE : String = '2009-09-16'; }}
    [ERROR] C:\MyProgramming\Flex\FlexPMD\src\flex-pmd-flex-lib\src\main\flex\com\adobe\ac\model\IDom ainModel.as:[1,1] Defin
    ition __AS3__.vec:Vector could not be found./**
    [ERROR] C:\MyProgramming\Flex\FlexPMD\src\flex-pmd-flex-lib\src\main\flex\com\adobe\ac\model\IDom ainModel.as:[1,1] Defin
    ition __AS3__.vec:Vector could not be found./**
    [ERROR] C:\MyProgramming\Flex\FlexPMD\src\flex-pmd-flex-lib\src\main\flex\com\adobe\ac\model\IPre sentationModel.as:[1,1]
    Definition __AS3__.vec:Vector could not be found./**
    [ERROR] C:\MyProgramming\Flex\FlexPMD\src\flex-pmd-flex-lib\src\main\flex\com\adobe\ac\model\IPre sentationModel.as:[1,1]
    Definition __AS3__.vec:Vector could not be found./**
    [ERROR] C:\MyProgramming\Flex\FlexPMD\src\flex-pmd-flex-lib\src\main\flex\com\adobe\ac\pmd\model\ ViolationPriority.as:[1
    ,1] Definition __AS3__.vec:Vector could not be found./**
    [ERROR] C:\MyProgramming\Flex\FlexPMD\src\flex-pmd-flex-lib\src\main\flex\com\adobe\ac\pmd\model\ ViolationPriority.as:[1
    ,1] Definition __AS3__.vec:Vector could not be found./**
    [ERROR] C:\MyProgramming\Flex\FlexPMD\src\flex-pmd-flex-lib\src\main\flex\com\adobe\ac\pmd\contro l\events\GetRulesetCont
    entEvent.as:[1,1] Definition __AS3__.vec:Vector could not be found./**
    [ERROR] C:\MyProgramming\Flex\FlexPMD\src\flex-pmd-flex-lib\src\main\flex\com\adobe\ac\pmd\contro l\events\GetRulesetCont
    entEvent.as:[1,1] Definition __AS3__.vec:Vector could not be found./**
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Error compiling!
    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 1 minute 42 seconds
    [INFO] Finished at: Wed Sep 16 08:56:47 CDT 2009
    [INFO] Final Memory: 42M/508M
    [INFO] ------------------------------------------------------------------------
    Any ideas?
    TIA,
    Magnus

  • Add two new search rules

    In the Find panel, the search rules Containing and Contaning All apply OR and AND logic respectively to match photos where the search target CONTAINS the search words anywhere with in the search target.
    When searching for Keywords, this is not so intuitive. People are searching for exact matches on keywords and trying to apply OR or AND logic and it is confusing to get results they didn't expect. For instance, a search for keyword 'Dad' using Contains or Contains All will return anything with 'Dad', 'Daddy' or 'Trinidad' which is not what they want.
    I suggest 2 new search rules... 'Matches Any' and 'Matches All'. This would apply OR or AND respectively to the search words, and the search target must exactly match the search word.
    It would also be nice to be able to enclose search words in quotes so that you could search for multiword arguments like "Uncle Bill".
    Steve Sutherland

    Here is for User to User dicussion of such Feature requests. (and Adobe does read here) but the official spot is
    Feature Request/Bug Report Form.
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.9 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

  • Creation of New Default Rule in OPL8

    Hi,
    In TC : OPL8, in cost accounting tab we maintain the default rule.
    Can we create our own default rule?
    The issue is we are using the CO-Product scenario in IS MILL. There the two default rules are PP5 and PP6. Both are Full settlement type.
    But as we are using Cost Object Hierarchy, we cannot use the Full settlement type. So we want something similar to PP2 but having te features of PP5 or PP6.
    Can we achieve this in any way by creating new default rule or how to acheive this.
    Regards
    Kami

    Hi
    You can change it in OPL8 when you create New Order Type
    Even if you dont change, it will be overwritten by PER when you use Cost Obj Hierarchy
    br, Ajay M

  • Developer: web inspector how do I add new css rules

    I have been using web inspector for quite some time. It was a regular part of my development workflow, however, I was surprised when the safari team totally re-vamped the tool in safari 6.
    You use to be able to click on the menu in the styling section of the tool bar and click "Add new rule". Now it appears you can no longer add css rules in this way. Which is a bummer because I used this feature all the time.
    You also, use to be able to double click for a new rule when in the actual stylesheet under the Resources tab. I can no longer do this either. For the life of me, I can't figure out why the safari team would get rid of these valuable options.
    Someone please help.
    These options must still exist, as they are invaluable when working with css in the browser. Does anyone know how to add a new style rule. I read the documentation and I don't see anything about removing this functionality.
    The only way I can find to add a new rule, is through the snippet bar, which is kind of a pain as you have to add the <style> tags every time you add a new rule.
    Also, I can't figure out how to view and elements pseudo classes (i.e. :hover , :checked, etc).
    I have to say, it is a little frustrating as I don't clearly see the benefits of their redesign and it just seems harder to use. It kind of feels like they reskinned and rearranged things just to make it look new and didn't really think through how developers use this tool.
    Does anyone else feel this way with the new safari?
    Maybe I will see the light after a couple of days. I hope so because I am partial to using safari.

    Build your FGLayout prototype page so it works well in all screen sizes (mobile first, then tablet, finally desktop).    To create your home page, SaveAs index.html.   Then SaveAs page2.html, replace content.  Repeat for other site pages.
    Nancy O.

  • Can't add a new Firewall Rule

    I have a very curious issue: I cannot add any new firewall rules at all! Clicking on the New Button does nothing and on the console I get
    System Preferences[487] * -[NSCFString objectForKey:]: selector not recognized [self = 0x3f11b0]
    I have flushed the firewall with ipfw, deleted the plist file, repaired permissions but the problem ist still there. Any suggestions? (apart from reinstallation)
    Adding Firewall Rules through ipfw works...

    Whenever I use ipfw I lose the ability to use System Preferences. At first I thought that it compared kernel memory with the plist file and if it found a difference, assumed another firewall was running and disabled itself. But I also deleted the plist file (assuming it would build one from kmem) but that didn't work. Right now I assume there's another file somewhere. It wouldn't make any sense to keep another table in kmem. The weird part is that rules can be the same, but different sequence numbers will cause this problem. There weren't sequence numbers in the plist file, so there's probably another file somewhere.
    I think your error is from the missing plist file. A reboot should clear it up.

  • Java and ABAP system, setting new password rules

    Hello,
    we have a ecc 6.0 and in front for the users we have a portal based on netweaver 7.0. Our security colleagues told us, to change the password rules based on our new security book. the portal is getting the users via ume and the datasource is the abap system (ecc 6.0). All users accessing the form the portal to the backend system are communication users. my question now. there are two possiblities to change password rules settings. one in the java system and the other on the abap system. where should be implement the password rules? would the changes on the abap system also affect the java system?
    regards,
    alexander tuerk

    > we have a ecc 6.0 and in front for the users we have a portal based on netweaver 7.0. Our security colleagues told us, to change the password rules based on our new security book. the portal is getting the users via ume and the datasource is the abap system (ecc 6.0).
    For password rules please check the documentation: [Logon and Password Security in the SAP System|http://help.sap.com/saphelp_nw04/helpdata/en/52/6717ed439b11d1896f0000e8322d00/content.htm]
    [Profile Parameters for Logon and Password (Login Parameters)|http://help.sap.com/saphelp_nw04/helpdata/en/32/20709747d649e8bc74e084d0b2432c/frameset.htm]
    and the SAP Note: [Note 862989 - New password rules as of SAP NetWeaver 2004s (NW ABAP 7.0)|https://service.sap.com/sap/support/notes/862989]
    [2467 - Password rules and preventing incorrect logons|https://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=0000002467&nlang=E]
    All users accessing the form the portal to the backend system are communication users. my question now. there are two possiblities to change password rules settings. one in the java system and the other on the abap system. where should be implement the password rules? would the changes on the abap system also affect the java system?
    Please go through the following Link: [Users and Passwords for AS JAVA|http://help.sap.com/saphelp_nw04/helpdata/en/3d/addc3ed98f7650e10000000a114084/content.htm]
    Regards,
    Dipanjan

  • Bug in New Editor?

    Hi,
    We have been upgrading from 4.7 to ECC6 . Currently we are collecting various bugs related SE38 Editor, If anybody face any bugs related new SE38 editor. Please paste it here. Your response will much helpful to me to create a list of bugs in editor.
    Your help is appreciated.
    Thanks

    Hi,
    I am giving few more thread related to this , May this will be useful for others also.

  • Bug in New Firmware V50.0.005 for Nokia 5800 Xpres...

    Hi I am facing  some bug in new Firmware V50.0.005
    1) In the music library it is not showing any song.(i am having arround 500 songs in memory card)
    2) If i try to refresy the library, it will not complete the process. (i.e. continuesly it will show refreshing and i have manuly stoped after 1 hour). and still no songs in all songs list.
    3)While playing radio it will hang after some time.(After 15 min to half an hour). you have to restart  your phone to close that radio application. (no other go)
    If any Solution is there for this please let me know.
    Thanks in advance
    Ssandesh T S

    For the radio problem, You may have to try to reinstall your firmware, or failing that, you may have to do a reset.
    For the music library:
    1. Connect your 5800 to you PC in Mass Storage Mode
    2. On your PC you will need to have allowed to “Show” hidden files, do this from Explorer/Tools/ Folder Options/ View and select “Show hidden files and Folder”
    3. Open your SD memory card/Removable Disk in My Computer on PC
    4. Go to E:\ Private there you will see 3 folders 101f8857, 101ffca9 and 10281e17 .
    5. Go to Private\101f8857\Cache\E there you will see .dat files. Delete all the .dat file BUT NOT the E Folder. Shown above right
    6. Now go to Private\101ffca9 there you will see another .dat file, Delete the dat file NOT the folder.
    7. Finally go to Private\10281e17 There you should see 4 files 2 are Mp3 files other are Podcast files. Delete mpxv2_2.db & mpxv2_2.db-journal for Mp3 files list and Delete pcv6_1.db & pcv6_1.db-journal for Podcast files list. Shown above right
    8. Close all windows and disconnect your Phone. Go to Music Library and it should automatically start a refresh.
    If you find my post helpful please click the green star on the left under the avatar. Thanks.

  • Bug in new firmware 7.0 for 6300 cannot create per...

    There is bug in new firmware 7.0 for nokia 6300 and maybe all 40 series.
    I am not able to create access point which is necessary to access internet with java applications.
    When I go Settings -> Configuration -> Personal config.sett. -> Add -> Access point (but also if I choose any other from list)
    Then i go back and there is no new access point. In previous version of firmware it created access point.
    Do anyone know about this issue ?
    How can I tell to Nokia support that there is this bug ?
    thanx for replies

    I went to local Nokia service, and they told me that probably it was wrongly flashed. So I reinstalled firmware two more time, but it always have the same problem. Is there someone with 6300 that have the newest firmware and can test this ?
    thank you
    I will put this phone to service and see what they will do.

Maybe you are looking for