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

Upgrading the stubparser #1441

Merged
merged 237 commits into from
Aug 13, 2017
Merged

Upgrading the stubparser #1441

merged 237 commits into from
Aug 13, 2017

Commits on May 30, 2017

  1. Create test

    Bohdankm22 committed May 30, 2017
    Configuration menu
    Copy the full SHA
    a20dd0f View commit details
    Browse the repository at this point in the history
  2. Removing test

    Bohdankm22 committed May 30, 2017
    Configuration menu
    Copy the full SHA
    894e8d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ba561a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Configuration menu
    Copy the full SHA
    b0a2fee View commit details
    Browse the repository at this point in the history
  2. Create test

    Bohdankm22 committed May 31, 2017
    Configuration menu
    Copy the full SHA
    4f9728b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ba23b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Delete test

    Bohdankm22 committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    0cbe3a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

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

Commits on Jun 5, 2017

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

Commits on Jun 6, 2017

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

Commits on Jun 7, 2017

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

Commits on Jun 14, 2017

  1. Switched dependency of the framework module from the stubparser to ja…

    …vaparser-core.jar;
    
    Resolved all the compilation problems;
    Added a bunch of TODOs that should be resolved later regarding the switching the dependency.
    Bohdankm22 committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    d8e9622 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Configuration menu
    Copy the full SHA
    b29ad22 View commit details
    Browse the repository at this point in the history
  2. Switched dependency of the framework module from the stubparser to ja…

    …vaparser-core.jar;
    
    Resolved all the compilation problems;
    Added a bunch of TODOs that should be resolved later regarding the switching the dependency.
    Bohdankm22 committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    7965ddb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3493303 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. Configuration menu
    Copy the full SHA
    0756f3f View commit details
    Browse the repository at this point in the history
  2. - Added javaparser-core.jar library into the checker/lib

    - Added dependency of the framework module on javaparser-core.jar in build.xml
    Bohdankm22 committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    ee87522 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2017

  1. Adjusted to the changes added to the JavaParser class of the javapars…

    …er-core.jar (added parseIndexUnit method)
    Bohdankm22 committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    a47a39f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

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

Commits on Jun 21, 2017

  1. Configuration menu
    Copy the full SHA
    aa847a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcaeaa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfb473e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01b7a09 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2017

  1. Configuration menu
    Copy the full SHA
    4e74222 View commit details
    Browse the repository at this point in the history
  2. Add library to classpath

    mernst committed Jun 24, 2017
    Configuration menu
    Copy the full SHA
    cef667e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Configuration menu
    Copy the full SHA
    0fb258e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80f47d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd9acc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Configuration menu
    Copy the full SHA
    2dbb747 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44788e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e01094c View commit details
    Browse the repository at this point in the history
  4. Add missing element to path

    mernst committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    fcc9c5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    241438e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Changed the signature of the methods that annotates the receiver in s…

    …tub files to pass the receiver as a first argument.
    
    Updated javaparser-core.jar.
    Bohdankm22 committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    6fbb923 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

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

Commits on Jul 5, 2017

  1. Configuration menu
    Copy the full SHA
    f460ac0 View commit details
    Browse the repository at this point in the history
  2. Simplified test case

    mernst committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    5954171 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad8a243 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    mernst committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    9abf77b View commit details
    Browse the repository at this point in the history
  5. Simplify test case

    mernst committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    06ad1d1 View commit details
    Browse the repository at this point in the history
  6. Further simplify test case

    mernst committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    5862975 View commit details
    Browse the repository at this point in the history
  7. Typo fixes

    mernst committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    69a39e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. - Fixed the comparing methods names in StubParser.java findElement me…

    …thod.
    
    - Added logging of the methods names and signatures for debugging.
    Bohdankm22 committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    2cb28d7 View commit details
    Browse the repository at this point in the history
  2. - Updated the javapaser-core.jar

    - Fixed a few Optional object receiving
    - Uncommented the ElementPrinter class and adjusted to be dependent on javaparser-core instead of stubparser.
    - Added old implementation of static toString methods in StubUtil.java
    Bohdankm22 committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    081a32f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d48b925 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    940965d View commit details
    Browse the repository at this point in the history
  5. - Temperary disabled giving warnings on receiver annotations for stat…

    …ic methods and top-level constructors.
    Bohdankm22 committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    5d8baa0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d166262 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9380249 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ebf2b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    94a3f69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c4b0a2d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. - Updated receiver annotations according to Java syntax in guieffect/…

    …jdk.astub
    
    - Removed redundant packages declaration in guieffect/jdk.astub
    Bohdankm22 committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    04728fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eee706 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34e4495 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a256e83 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Configuration menu
    Copy the full SHA
    746cccb View commit details
    Browse the repository at this point in the history
  2. - Fixed the issue. According to the manual "Each package declaration …

    …my occur only once (per stub file)".
    Bohdankm22 committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    8c60c3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49591f0 View commit details
    Browse the repository at this point in the history
  4. - Updated javaparser-core.jar lib.

    - Removed temporary logging added before.
    - Returned visit method in ReferenceType in element printer
    Bohdankm22 committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    0957fdd View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

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

Commits on Jul 17, 2017

  1. Configuration menu
    Copy the full SHA
    9c20e47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d6786c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63f2009 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

  1. Configuration menu
    Copy the full SHA
    b903c22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf71c17 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Configuration menu
    Copy the full SHA
    35b4672 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d232373 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7834a8c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Configuration menu
    Copy the full SHA
    c775495 View commit details
    Browse the repository at this point in the history
  2. Improve Stub Parser debugging

    mernst committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    edc02b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    880b2fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2369c2 View commit details
    Browse the repository at this point in the history
  5. - Updated javaparser-core.jar lib

    - Added temporary fix for annotation issue in method
    Bohdankm22 committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    0839222 View commit details
    Browse the repository at this point in the history
  6. - Updated javaparser-core.jar lib with the fix of the issue with pars…

    …ing guieffect/jdk.astub.
    Bohdankm22 committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    82ba273 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dea0637 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42250d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    236d9cf View commit details
    Browse the repository at this point in the history
  2. Add missing type parameter

    mernst committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    a05f3a6 View commit details
    Browse the repository at this point in the history
  3. Add missing type parameter

    mernst committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    eead426 View commit details
    Browse the repository at this point in the history
  4. Add missing import statemnts

    mernst committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    3d20e18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a195352 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffd1524 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2dd803 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2017

  1. Revert "- Added back receiver annotations in nullness-stubfile/stubfi…

    …l1.astub and stubfile2.astub"
    
    This reverts commit d2dd803.
    Bohdankm22 committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    bc08a2a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. - Added skipping receiver parameter when comparing methods. A receive…

    …r could be added as first parameter to the method to annotate receiver.
    
    - Added back receiver annotations in nullness-stubfile/stubfil1.astub and stubfile2.astub
    Bohdankm22 committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    ff34e76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a4625 View commit details
    Browse the repository at this point in the history
  3. - Updated javaparser-core.jar lib;

    - Receiver annotations were added to the MethodDeclaration;
    Bohdankm22 committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    2bfc83c View commit details
    Browse the repository at this point in the history
  4. - Adjusted visit method after added receiver annotations in MethodDec…

    …laration;
    
    - Made body be null if it does not exist in MethodDeclaration.
    Bohdankm22 committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    08057a4 View commit details
    Browse the repository at this point in the history
  5. Revert "- Added skipping receiver parameter when comparing methods. A…

    … receiver could be added as first parameter to the method to annotate receiver."
    
    This reverts commit ff34e76.
    Bohdankm22 committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    ec72c7c View commit details
    Browse the repository at this point in the history
  6. - Updated javaparser-core.jar after removing receiver from the parame…

    …ters passed to the method declaration.
    Bohdankm22 committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    611c69a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7d2c95 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3055e6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fe1f64a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Configuration menu
    Copy the full SHA
    c798c76 View commit details
    Browse the repository at this point in the history
  2. - Fixed dependency to the javaparser-core.jar in annotationclassloade…

    …r make file.
    
    - Adjusted receiver annotations in android.astub.
    Bohdankm22 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    44e2f8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    864854f View commit details
    Browse the repository at this point in the history
  4. - Added dependency on javaparser-core.jar in annotationclassloaded ma…

    …ke file.
    
    - Renamed the variable from STUBPARSERBUILD to STUBPARSERJAR
    Bohdankm22 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    3820854 View commit details
    Browse the repository at this point in the history
  5. - Added dependency on javaparser-core.jar in "jar" target of build.xm…

    …l in the framework project.
    Bohdankm22 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    11c228e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c3ba8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbff242 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b53c62c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf3516a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Configuration menu
    Copy the full SHA
    5a6875b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    549cf57 View commit details
    Browse the repository at this point in the history
  3. - Removed package declarations from stub files in issue824

    - Updated the javaparser-core.jar lib
    Bohdankm22 committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    f76531c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    426f1d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bd3d28 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Configuration menu
    Copy the full SHA
    a19ff24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d10edd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Configuration menu
    Copy the full SHA
    d107fac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1447057 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fc3277 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff3706e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d3f66d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5ff1f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84932ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83ee560 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    00bcb77 View commit details
    Browse the repository at this point in the history
  10. Revert "- Added back receiver annotations in stubfile1.astub and stub…

    …file2.astub"
    
    This reverts commit 84932ce.
    Bohdankm22 committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    618ae26 View commit details
    Browse the repository at this point in the history
  11. - Changed comments in StubParser;

    - Updated the javaparser-core.jar (removed possibility to parse top-level stub files)
    - Updated the stub files to move inner classes/interfaces declarations inside outer classes.
    Bohdankm22 committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    0ed8ee3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0c7eba5 View commit details
    Browse the repository at this point in the history
  13. - Commented enum declaration as the javaparser is still not able to h…

    …andle methods in enums.
    Bohdankm22 committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    8ee2fe3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2017

  1. - Added support of getting members from nested/inner classes;

    - Removed redundant code;
    - Made sure the TODO in findElement already done.
    Bohdankm22 committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    4f36800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dd0065 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5bdbc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ea4752 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bc585d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6faaeee View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2017

  1. Configuration menu
    Copy the full SHA
    2937f7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fb2301 View commit details
    Browse the repository at this point in the history
  3. Fix broken merge

    mernst committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    315f122 View commit details
    Browse the repository at this point in the history
  4. Remove unhelpful comments

    mernst committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    f1d5de3 View commit details
    Browse the repository at this point in the history
  5. Reinstate blank line

    mernst committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    dcae414 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a60b353 View commit details
    Browse the repository at this point in the history
  7. - Reinstate removed command-line argument;

    - Moved the item to keep consistent list in bin-devel/javac
    Bohdankm22 committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    4e52609 View commit details
    Browse the repository at this point in the history
  8. - Merged all the classes of java.awt into after one package declarati…

    …on in the interning/jdk.astub. According to the Checker Framework manual a package declaration must appear in a stub file only once.
    Bohdankm22 committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    4f92ae8 View commit details
    Browse the repository at this point in the history
  9. - Changed the order of the list of items in the framework/build.xml a…

    …s it appears in the checker/build.xml
    Bohdankm22 committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    da55239 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b50a529 View commit details
    Browse the repository at this point in the history
  11. - Addressed changes in pull request;

    - Performed TODOs in ToIndexFileConverter;
    - Fixed javadoc;
    Bohdankm22 committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    a863685 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    526d240 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

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

Commits on Aug 1, 2017

  1. - Updated javaparser-core.jar lib;

    - Added feature of multilevel array annotations;
    - Split.java test unignored.
    Bohdankm22 committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    09349f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7386bf View commit details
    Browse the repository at this point in the history
  3. - Updated javaparser-core.jar lib and skipped a Test1098.

    Skipped a few checks
    Bohdankm22 committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    e0b2ae2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    880d671 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88c64c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. - Adjusted the doc: changed the stub file format description. Import …

    …statements could be declared after any package declaration.
    Bohdankm22 committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    fd34e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d866419 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Configuration menu
    Copy the full SHA
    56b9706 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3bfee5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cf0bea View commit details
    Browse the repository at this point in the history
  4. Adapt to upstream change

    mernst committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    62897b7 View commit details
    Browse the repository at this point in the history
  5. Unskip test

    mernst committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    cc572bd View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Configuration menu
    Copy the full SHA
    22f1317 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a837a39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f750746 View commit details
    Browse the repository at this point in the history
  4. Changelog entry

    mernst committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    4f1dc93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c43fdac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52772aa View commit details
    Browse the repository at this point in the history
  7. - Updated the javaparser-core.jar lib;

    - Resolved a few TODOs.
    Bohdankm22 committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    168a48a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d82555c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    826bf6c View commit details
    Browse the repository at this point in the history
  10. - Addressed TODO left previously.

    - Added doc comment.
    Bohdankm22 committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    d7f9c01 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2017

  1. - Unignored enum in flow.astub.

    - Places nested/inner classes in outer in information_flow.astub as new javaparser is able to parse nested/inner classes/interfaces now.
    Bohdankm22 committed Aug 5, 2017
    Configuration menu
    Copy the full SHA
    e2cb6fa View commit details
    Browse the repository at this point in the history
  2. - removed replace $ from class name as javaparser supports nested/inn…

    …er classes, so there is no need to use $ to declare them
    Bohdankm22 committed Aug 5, 2017
    Configuration menu
    Copy the full SHA
    48d7798 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6c7051 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f39dea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f09ba69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bed1599 View commit details
    Browse the repository at this point in the history
  7. - Added javadoc for some methods in StubParser.

    - Improved warning msg.
    Bohdankm22 committed Aug 5, 2017
    Configuration menu
    Copy the full SHA
    d7b4a13 View commit details
    Browse the repository at this point in the history
  8. - Addressed TODO;

    - Added back check on array array count.
    Bohdankm22 committed Aug 5, 2017
    Configuration menu
    Copy the full SHA
    5000ebb View commit details
    Browse the repository at this point in the history
  9. - Removed the check on array brackets after variable name as javapars…

    …er moves all array to the type.
    Bohdankm22 committed Aug 5, 2017
    Configuration menu
    Copy the full SHA
    8a254a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2017

  1. - Implemented parseEnum method in the StubParser the same way as pars…

    …eType implemented, but without annotating type parameters.
    Bohdankm22 committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    9c0838c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Bohdankm22/javaparser

    Javaparser
    Bohdankm22 committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    54524aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a2f0fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5041cdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3322c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a617728 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19fbf8a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19898ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18c362b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3e9654 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. - Removed commented code.

    Bohdankm22 committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    a341421 View commit details
    Browse the repository at this point in the history
  2. - Temporary disabled downstream job that should be fixed in checker-f…

    …ramework-inference project.
    Bohdankm22 committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    e60188a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4428ab7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce2e000 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Configuration menu
    Copy the full SHA
    e8af087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38080a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    543444e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19da5fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e296908 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67bcf1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddfdbcc View commit details
    Browse the repository at this point in the history
  8. - Removed commented code.

    Bohdankm22 committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    18f372b View commit details
    Browse the repository at this point in the history
  9. - Temporary disabled downstream job that should be fixed in checker-f…

    …ramework-inference project.
    Bohdankm22 committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    03b6ac1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e198676 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ce01cf4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3398777 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6a363b8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0316e0b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d79ee32 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9d872fa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    777a2c5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c4e34f1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f1736ab View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f90d498 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e2c36fd View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4687d27 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3a401e7 View commit details
    Browse the repository at this point in the history
  24. - Skipped the test.

    Bohdankm22 committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    0e389d7 View commit details
    Browse the repository at this point in the history
  25. Avoid reassignment

    mernst committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    aa74b5f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c9ed1dc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ba29b07 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7e271f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Configuration menu
    Copy the full SHA
    23864fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34a4d1c View commit details
    Browse the repository at this point in the history
  3. Adjust version number

    mernst committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    af500b8 View commit details
    Browse the repository at this point in the history
  4. - Removing the stubparser module as now the dependency is on the fram…

    …ework/lib/javaparser-core.jar
    Bohdankm22 committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    b036a8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be352bb View commit details
    Browse the repository at this point in the history
  6. Increment JDK versions

    mernst committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    e5f7ff5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6aff749 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d343b88 View commit details
    Browse the repository at this point in the history
  9. Use more canonical names

    mernst committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    464cfae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce7568c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4024240 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f6168fe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5f5ac64 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Improvements from code review

    mernst committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    103768a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2292cdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6159b1a View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Configuration menu
    Copy the full SHA
    d58ab59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c62cce View commit details
    Browse the repository at this point in the history
  3. - Renamed parameters in test;

    - Removed redundant information in the manual#stub-file-format regarding the imports of enum contants.
    Bohdankm22 committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    c9baa58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7c6191 View commit details
    Browse the repository at this point in the history
  5. - Removed the entire section about declaring an enum declaration as i…

    …t should be the same as in Java files.
    Bohdankm22 committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    ad01b2f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2017

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