File: NOTICE_Modifications

package info (click to toggle)
opencsv 5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 3,112 kB
  • sloc: java: 23,514; xml: 812; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 486 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

Changes to original Implementation:

ADD methods:
  Optional<IOException> getException()
  to get the exception stored by ICSVWriter, AbstractCSVWriter or CSVWriter

  void resetError()
  to reset the exception stored by ICSVWriter, AbstractCSVWriter or CSVWriter

ADD Test-Cases:
    getExceptionReturnsException()
    getExceptionReturnsExceptionUsingPrintWriter()
    resetException()
    resetError()

    to test the added methods


Modifications Copyright (c) 2019 Kevin Kußmaul