Dong Shin 06.09.2011

  • PPM Changes
    • fixed data request not deleting properly for more than one data
    • fixed  refresh of the data request not clearing data provider when no data returned
    • fixed select all and delete not working properly….
    • disable Select All checkbox when no data present in Financial Data Request
    • change DoubleClick on the Financial Data DataGrid to ItemDoubleClick
  • tried to find some Flex/ActionScript code metrics tools; Flex PMD looks good, but could not install? following command works (just the number of lines in the file).
    • find . -name ‘*.as’ -or -name ‘*.mxml’ | xargs wc -l
    • 37403 lines for PPM client
  • RichCodeAnalyserRichCodeAnalyser Screenshot