My favorites | Sign in
Project Logo
             
Details: Show all Hide all

Today

Older

  • Nov 15, 2009
    issue 3 (HashMap clear gives null pointer error if empty) reported by FlashReider   -   What steps will reproduce the problem? var map:HashMap = new HashMap() map.clear() What is the expected output? What do you see instead? Expected: nothing Instead: TypeError: Error #1009: Cannot access a property or method of a null object reference. What version of the product are you using? On what operating system? Revision 481 Please provide any additional information below. Fix: public function clear(): void { _keyMap = new Dictionary(); if(_first){ _first.dispose(); _first = null; } }
    What steps will reproduce the problem? var map:HashMap = new HashMap() map.clear() What is the expected output? What do you see instead? Expected: nothing Instead: TypeError: Error #1009: Cannot access a property or method of a null object reference. What version of the product are you using? On what operating system? Revision 481 Please provide any additional information below. Fix: public function clear(): void { _keyMap = new Dictionary(); if(_first){ _first.dispose(); _first = null; } }
  • Oct 24, 2009
    r481 (* fixed bug in Transition (linked list)) committed by addicted2flash   -   * fixed bug in Transition (linked list)
    * fixed bug in Transition (linked list)
  • Oct 24, 2009
    r480 (* fixed bug in Transition (linked list)) committed by addicted2flash   -   * fixed bug in Transition (linked list)
    * fixed bug in Transition (linked list)
  • Oct 20, 2009
    r479 (* re-implemented heuristic in LayoutManager * removed visibl...) committed by addicted2flash   -   * re-implemented heuristic in LayoutManager * removed visible method from IComponent (failure prone in daily use)
    * re-implemented heuristic in LayoutManager * removed visible method from IComponent (failure prone in daily use)
  • Oct 20, 2009
    r478 (* fix bug in invalidation cycle (visible force invalidateTre...) committed by addicted2flash   -   * fix bug in invalidation cycle (visible force invalidateTree)
    * fix bug in invalidation cycle (visible force invalidateTree)
  • Oct 20, 2009
    r477 (* implemented invalidateTree * changed implementation of inv...) committed by addicted2flash   -   * implemented invalidateTree * changed implementation of invalidate (only component is affected)
    * implemented invalidateTree * changed implementation of invalidate (only component is affected)
  • Oct 20, 2009
    r476 (* fixed bug in ToolTipManager (position of ToolTip) * remove...) committed by addicted2flash   -   * fixed bug in ToolTipManager (position of ToolTip) * removed wrong heuristic in LayoutManager * encapsulated PriorityQueue
    * fixed bug in ToolTipManager (position of ToolTip) * removed wrong heuristic in LayoutManager * encapsulated PriorityQueue
  • Oct 18, 2009
    r475 (* implemented sortComponents method in IContainer) committed by addicted2flash   -   * implemented sortComponents method in IContainer
    * implemented sortComponents method in IContainer
  • Oct 18, 2009
    r474 (* implemented sortComponents method in IContainer) committed by addicted2flash   -   * implemented sortComponents method in IContainer
    * implemented sortComponents method in IContainer
  • Oct 18, 2009
    r473 (* rename properties in TransistionAdapter (compiler bug)) committed by addicted2flash   -   * rename properties in TransistionAdapter (compiler bug)
    * rename properties in TransistionAdapter (compiler bug)
  • Oct 09, 2009
    r472 (* fixed bug in property (dispose)) committed by addicted2flash   -   * fixed bug in property (dispose)
    * fixed bug in property (dispose)
  • Oct 09, 2009
    r471 (* fixed bug in property (dispose)) committed by addicted2flash   -   * fixed bug in property (dispose)
    * fixed bug in property (dispose)
  • Oct 06, 2009
    r470 (* reverted last commit) committed by addicted2flash   -   * reverted last commit
    * reverted last commit
  • Oct 06, 2009
    r469 (* implemented recursive notifying (queue)) committed by addicted2flash   -   * implemented recursive notifying (queue)
    * implemented recursive notifying (queue)
  • Oct 03, 2009
    r468 (* removed concurrency classes) committed by addicted2flash   -   * removed concurrency classes
    * removed concurrency classes
  • Oct 03, 2009
    r467 (* removed MouseEvent from Component * added getBy to IContai...) committed by addicted2flash   -   * removed MouseEvent from Component * added getBy to IContainer * better rounding of scrollRect in ScrollPane * use of LayoutUtil in FlowLayout
    * removed MouseEvent from Component * added getBy to IContainer * better rounding of scrollRect in ScrollPane * use of LayoutUtil in FlowLayout
  • Oct 02, 2009
    r466 (* implemented allowSameValue in Observable) committed by addicted2flash   -   * implemented allowSameValue in Observable
    * implemented allowSameValue in Observable
  • Oct 02, 2009
    r465 (* removed Identifier * Identifier singleton) committed by addicted2flash   -   * removed Identifier * Identifier singleton
    * removed Identifier * Identifier singleton
  • Oct 02, 2009
    r464 (* removed Identifier use from non component events) committed by addicted2flash   -   * removed Identifier use from non component events
    * removed Identifier use from non component events
  • Oct 02, 2009
    r463 (* implemented workaround for unreachable static constants) committed by addicted2flash   -   * implemented workaround for unreachable static constants
    * implemented workaround for unreachable static constants
  • Oct 02, 2009
    r462 (* removed unnecessary imports * implemented first part of co...) committed by addicted2flash   -   * removed unnecessary imports * implemented first part of concurrency cycle
    * removed unnecessary imports * implemented first part of concurrency cycle
  • Oct 01, 2009
    r461 (* IComponents display is a Sprite, now (no more casting!)) committed by addicted2flash   -   * IComponents display is a Sprite, now (no more casting!)
    * IComponents display is a Sprite, now (no more casting!)
  • Sep 30, 2009
    r460 (* removed method from IContainer) committed by addicted2flash   -   * removed method from IContainer
    * removed method from IContainer
  • Sep 30, 2009
    r459 (* removed method from IContainer) committed by addicted2flash   -   * removed method from IContainer
    * removed method from IContainer
  • Sep 30, 2009
    r458 (* fixed bug in invalidation call) committed by addicted2flash   -   * fixed bug in invalidation call
    * fixed bug in invalidation call
  • Sep 30, 2009
    r457 (* renamed SizeRequirement to LayoutUtil * layouts make heavy...) committed by addicted2flash   -   * renamed SizeRequirement to LayoutUtil * layouts make heavy use of LayoutUtil now (more reliable)
    * renamed SizeRequirement to LayoutUtil * layouts make heavy use of LayoutUtil now (more reliable)
  • Sep 30, 2009
    r456 (* implemented minimum size affinity * added getter for measu...) committed by addicted2flash   -   * implemented minimum size affinity * added getter for measured sizes in IComponent
    * implemented minimum size affinity * added getter for measured sizes in IComponent
  • Sep 29, 2009
    r455 (* implemented padding in ToolTipManager * simplified arrange...) committed by addicted2flash   -   * implemented padding in ToolTipManager * simplified arrange in ScrollBar
    * implemented padding in ToolTipManager * simplified arrange in ScrollBar
  • Sep 29, 2009
    r454 (* implemented getComponentsUnderPoint in IContainer) committed by addicted2flash   -   * implemented getComponentsUnderPoint in IContainer
    * implemented getComponentsUnderPoint in IContainer
  • Sep 29, 2009
    r453 (* implemented getComponentsUnderPoint in IContainer) committed by addicted2flash   -   * implemented getComponentsUnderPoint in IContainer
    * implemented getComponentsUnderPoint in IContainer
  • Sep 29, 2009
    r452 (* fixed null pointer from focus event) committed by addicted2flash   -   * fixed null pointer from focus event
    * fixed null pointer from focus event
  • Sep 29, 2009
    r451 (* fixed bug in ScrollPane (scrollRectY)) committed by addicted2flash   -   * fixed bug in ScrollPane (scrollRectY)
    * fixed bug in ScrollPane (scrollRectY)
  • Sep 29, 2009
    r450 (* removed unnecessary condition) committed by addicted2flash   -   * removed unnecessary condition
    * removed unnecessary condition
  • Sep 29, 2009
    r449 (* fixed bug in gap) committed by addicted2flash   -   * fixed bug in gap
    * fixed bug in gap
  • Sep 29, 2009
    r448 (* removed imports) committed by addicted2flash   -   * removed imports
    * removed imports
  • Sep 29, 2009
    r447 (* implemented gap in BoxLayout) committed by addicted2flash   -   * implemented gap in BoxLayout
    * implemented gap in BoxLayout
  • Sep 28, 2009
    r446 (* changed minHeight procedure in ScrollBar) committed by addicted2flash   -   * changed minHeight procedure in ScrollBar
    * changed minHeight procedure in ScrollBar
  • Sep 28, 2009
    r445 (* fixed bug in invalidation cycle) committed by addicted2flash   -   * fixed bug in invalidation cycle
    * fixed bug in invalidation cycle
  • Sep 28, 2009
    r444 (* fixed bug in SizeRequirement.measure()) committed by addicted2flash   -   * fixed bug in SizeRequirement.measure()
    * fixed bug in SizeRequirement.measure()
  • Sep 28, 2009
    r443 (* added/removed event for component) committed by addicted2flash   -   * added/removed event for component
    * added/removed event for component
  • Sep 28, 2009
    r442 (* renaming of method in ToolTipManager) committed by addicted2flash   -   * renaming of method in ToolTipManager
    * renaming of method in ToolTipManager
  • Sep 28, 2009
    r441 (* changed visibility of methods in component) committed by addicted2flash   -   * changed visibility of methods in component
    * changed visibility of methods in component
  • Sep 28, 2009
    r440 (* changed core of layout framework) committed by addicted2flash   -   * changed core of layout framework
    * changed core of layout framework
  • Sep 28, 2009
    r439 ([No log message]) committed by addicted2flash   -   [No log message]
    [No log message]
  • Sep 28, 2009
    r438 (* changed core of layout framework) committed by addicted2flash   -   * changed core of layout framework
    * changed core of layout framework
  • Sep 28, 2009
    r437 (* changed core of layout framework) committed by addicted2flash   -   * changed core of layout framework
    * changed core of layout framework
  • Sep 13, 2009
    r436 (* fix in ScrollBar scrollRect settings) committed by addicted2flash   -   * fix in ScrollBar scrollRect settings
    * fix in ScrollBar scrollRect settings
  • Sep 13, 2009
    r435 (* fix in ScrollBar scrollRect settings) committed by addicted2flash   -   * fix in ScrollBar scrollRect settings
    * fix in ScrollBar scrollRect settings
  • Sep 13, 2009
    r434 (* fix in ScrollBar scrollRect settings) committed by addicted2flash   -   * fix in ScrollBar scrollRect settings
    * fix in ScrollBar scrollRect settings
 
Hosted by Google Code