
| Key: |
FVG-146
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Mark Donszelmann
|
| Reporter: |
Anonymous
|
| Votes: |
0
|
| Watchers: |
0
|
|
|
|
|
| Component/s: |
SVG
|
| Affects Version/s: |
1.2.2
|
| Fix Version/s: |
2.0
|
|
|
Some ExportFileType , the ones that extend ImageExportFileType, have extensions that are both upper and lower case ("gif" and "GIF"). The ones that extend just AbstractExportFileType only have the lower case extension ("svg").
|
|
Description
|
Some ExportFileType , the ones that extend ImageExportFileType, have extensions that are both upper and lower case ("gif" and "GIF"). The ones that extend just AbstractExportFileType only have the lower case extension ("svg"). |
Show » |
|
Exception in thread "main" java.lang.IllegalArgumentException: Unsupported
file type: SVG
at hep.aida.ref.plotter.Plotter.writeToFile(Plotter.java:59)
at hep.aida.ref.plotter.Plotter.writeToFile(Plotter.java:79)
at hep.aida.ref.plotter.Plotter.writeToFile(Plotter.java:40)
at Test.main(Test.java:33)