You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

  1.  New hint to convert Switch-Cases to rule kind cases


    After implementing the hint fix


  2. New hint to convert mixed case kind in Switch-Expression/Switch-Cases to rule kind cases 
    All mixed kind of cases( : / -> )   will be converted to rule(->) kind cases

    hint  for converting mixed case type in Switch to rule kind cases. 


    After implementing the error fix:


    Hint for converting mixed type in Switch expression to to rule kind cases.


    After implementing the error fix:


  3. Formatting and correct re indentation of Switch-Expression and Rule Switch.
      a. switch-expression before formatting :

    switch-expression after formatting :

    b. switch-expression with rule cases before formatting:
        
    switch-expression with rule cases after formatting:


  4. Auto complete of enum case values in Switch-Expression



Bug-Fixes:

  1. NETBEANS-1728: ClassCastException in Switch Expression
  2. NETBEANS-1674: NPE thrown while formatting the switch expression


  • No labels