Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preliminary test case for refactoring pull members up functionality #214

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Apr 6, 2015

  1. Configuration menu
    Copy the full SHA
    42dc514 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2015

  1. Configuration menu
    Copy the full SHA
    ee627f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8139b93 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2015

  1. Merge pull request #221 from TiVo/master

    Merge with master
    as3boyan committed Apr 10, 2015
    Configuration menu
    Copy the full SHA
    ed1bd31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88c9f1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    971ab40 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2015

  1. Configuration menu
    Copy the full SHA
    5b0cc1c View commit details
    Browse the repository at this point in the history
  2. Add some preliminary test cases to test Push Down Members functionality

    #11
    
    Push Down and Pull Up test cases: replace `protected` modifier with `private`, because there is no `protected` keyword in Haxe
    as3boyan committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    c546c42 View commit details
    Browse the repository at this point in the history
  3. Disable some conflict checks for PsiField(don't work properly)

    Fixes some test cases to test Push Down Members functionality #11
    as3boyan committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    5654246 View commit details
    Browse the repository at this point in the history
  4. PushDownProcessor.java: If moved member is instance of HaxeVarDeclar…

    …ationPart, then move parent (HaxeVarDeclaration)
    
     Fix Test Cases for Push Members Down #11
    as3boyan committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    0311cac View commit details
    Browse the repository at this point in the history