Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/commons-csv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: apache/commons-csv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: CSV-216
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 18, 2017

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

Commits on Aug 21, 2017

  1. Javadoc.

    garydgregory committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    41101f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Configuration menu
    Copy the full SHA
    d482fd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c290f13 View commit details
    Browse the repository at this point in the history
  3. CSV-216 add mutator functions

    if the record is already mutable, they will return
    the current object, otherwise a copy will be made
    using private CSVMutableRecord subclass.
    
    The method mutable() and immutable() can be used to ensure
    either semantics.
    stain committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    bb949ad View commit details
    Browse the repository at this point in the history
  4. CSV-216: Avoid references to CSVMutableRecord

    as mutator functions are directly in CSVRecord
    stain committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    6eebeb0 View commit details
    Browse the repository at this point in the history
  5. CSV-216 test mutators

    stain committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    c66ea98 View commit details
    Browse the repository at this point in the history
  6. CSV-216: Avoid sharing CSVRecord.comment field

    final modifiers to most methods
    
    ... not sure what CSVMutableRecord class is needed for now!
    stain committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    637ad2d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. CSV-216: Avoid Arrays.copyOf()

    as .clone() will do -- at least until someone tries to do
    .withValue(x) in an out-of-range column
    stain committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    f66a839 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

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