From 3192fa218c2ad0420d03de70f57f8521e1de315d Mon Sep 17 00:00:00 2001 From: Arnaud Roques Date: Sat, 30 May 2020 17:20:23 +0200 Subject: [PATCH] version 1.2020.11 --- pom.xml | 2 +- .../com/ctreber/acearth/gui/PixelCanvas.java | 15 +- .../client/j2se/MatrixToImageWriter.java | 5 - .../util/PropertiesBasedConfigData.java | 15 - src/net/sourceforge/plantuml/AFile.java | 9 +- .../sourceforge/plantuml/AFileRegular.java | 18 +- .../sourceforge/plantuml/AFileZipEntry.java | 64 +- .../plantuml/AParentFolderRegular.java | 15 +- .../plantuml/AParentFolderZip.java | 7 +- .../plantuml/AnimatedGifEncoder.java | 140 ++- src/net/sourceforge/plantuml/BaseFile.java | 14 +- .../sourceforge/plantuml/BlockUmlBuilder.java | 4 +- .../sourceforge/plantuml/ClipboardLoop.java | 3 +- src/net/sourceforge/plantuml/DirWatcher2.java | 4 +- .../sourceforge/plantuml/EmbeddedDiagram.java | 3 +- src/net/sourceforge/plantuml/FileFormat.java | 15 +- .../sourceforge/plantuml/FileImageData.java | 9 +- src/net/sourceforge/plantuml/FileSystem.java | 73 +- src/net/sourceforge/plantuml/FileUtils.java | 90 +- .../plantuml/GeneratedImageImpl.java | 20 +- .../plantuml/NamedOutputStream.java | 9 +- src/net/sourceforge/plantuml/Option.java | 44 +- src/net/sourceforge/plantuml/OptionFlags.java | 16 +- src/net/sourceforge/plantuml/OptionPrint.java | 112 +- .../sourceforge/plantuml/PSystemBuilder.java | 7 +- .../sourceforge/plantuml/PSystemUtils.java | 48 +- src/net/sourceforge/plantuml/Run.java | 48 +- .../sourceforge/plantuml/SignatureUtils.java | 29 +- .../plantuml/SourceFileReader.java | 25 +- .../plantuml/SourceFileReaderAbstract.java | 25 +- .../plantuml/SourceFileReaderCopyCat.java | 11 +- .../plantuml/SourceFileReaderHardFile.java | 9 +- .../plantuml/SourceStringReader.java | 18 +- src/net/sourceforge/plantuml/Splash.java | 5 +- src/net/sourceforge/plantuml/StringUtils.java | 17 +- .../sourceforge/plantuml/SuggestedFile.java | 30 +- src/net/sourceforge/plantuml/SvgString.java | 5 +- src/net/sourceforge/plantuml/UmlDiagram.java | 21 +- .../ftile/CollisionDetector.java | 1 - .../vcompact/cond/ConditionalBuilder.java | 1 - .../ftile/vertical/FtileBox.java | 9 +- .../plantuml/ant/CheckZipTask.java | 19 +- .../plantuml/ant/PlantUmlTask.java | 4 +- .../plantuml/braille/UGraphicBraille.java | 1 - .../classdiagram/ClassDiagramFactory.java | 3 - .../classdiagram/command/CommandImport.java | 128 --- .../classdiagram/command/JavaClass.java | 88 -- .../classdiagram/command/JavaFile.java | 112 -- .../plantuml/command/BlocLines.java | 10 +- .../command/CommandFactorySprite.java | 1 - .../plantuml/command/CommandSpriteFile.java | 38 +- .../plantuml/creole/atom/AtomImg.java | 64 +- .../plantuml/creole/legacy/StripeSimple.java | 5 +- .../plantuml/cucadiagram/BodyEnhanced.java | 25 +- .../plantuml/cucadiagram/CucaDiagram.java | 4 +- .../plantuml/cucadiagram/GroupPrinter.java | 7 +- .../cucadiagram/dot/AbstractGraphviz.java | 8 +- .../cucadiagram/dot/CucaDiagramTxtMaker.java | 12 +- .../plantuml/cucadiagram/dot/DebugTrace.java | 7 +- .../plantuml/cucadiagram/dot/DotData.java | 1 - .../cucadiagram/dot/GraphvizUtils.java | 45 +- .../dot/GraphvizVersionFinder.java | 6 +- .../cucadiagram/dot/GraphvizVersions.java | 4 +- .../cucadiagram/dot/GraphvizWindows.java | 4 +- .../cucadiagram/dot/ProcessRunner.java | 10 +- .../plantuml/dedication/Dedication.java | 3 +- .../plantuml/ditaa/PSystemDitaa.java | 3 +- .../plantuml/donors/PSystemDonors.java | 38 +- .../sourceforge/plantuml/eggs/PSystemRIP.java | 3 +- .../plantuml/error/PSystemError.java | 8 +- src/net/sourceforge/plantuml/ftp/FtpLoop.java | 8 +- .../sourceforge/plantuml/fun/IconLoader.java | 2 +- src/net/sourceforge/plantuml/graphic/Img.java | 56 +- .../plantuml/graphic/TextBlockMinWidth.java | 12 +- .../plantuml/graphic/TextBlockUtils.java | 16 +- .../plantuml/graphic/TileImageSvg.java | 7 - .../plantuml/graphic/UnusedSpace.java | 2 +- src/net/sourceforge/plantuml/help/Help.java | 1 - .../plantuml/html/CucaDiagramHtmlMaker.java | 23 +- src/net/sourceforge/plantuml/jasic/Jasic.java | 65 -- .../plantuml/jcckit/PSystemJcckit.java | 3 +- .../plantuml/jungle/GTileNode.java | 1 - .../plantuml/math/ScientificEquationSafe.java | 3 +- .../plantuml/mindmap/MindMapDiagram.java | 14 +- .../plantuml/mjpeg/MJPEGGenerator.java | 988 ++++++++---------- .../plantuml/nwdiag/NwDiagram.java | 5 +- .../plantuml/openiconic/OpenIcon.java | 6 +- .../plantuml/pdf/PdfConverter.java | 5 +- .../sourceforge/plantuml/png/Metadata.java | 9 +- .../sourceforge/plantuml/png/MetadataTag.java | 13 +- src/net/sourceforge/plantuml/png/PngIO.java | 13 +- .../plantuml/png/PngIOMetadata.java | 2 +- .../sourceforge/plantuml/png/PngSplitter.java | 13 +- .../plantuml/posimo/GraphvizSolverB.java | 18 +- .../sourceforge/plantuml/preproc/Defines.java | 25 +- .../plantuml/preproc/FileWithSuffix.java | 20 +- .../plantuml/preproc/ImportedFiles.java | 35 +- .../preproc/StartDiagramExtractReader.java | 18 +- .../sourceforge/plantuml/preproc/Stdlib.java | 6 +- .../plantuml/preproc2/PreprocessorUtils.java | 7 +- .../project/command/CommandColorTask.java | 5 - .../plantuml/security/ImageIO.java | 107 ++ .../sourceforge/plantuml/security/SFile.java | 363 +++++++ .../sourceforge/plantuml/security/SURL.java | 183 ++++ .../plantuml/security/SecurityProfile.java | 139 +++ .../plantuml/security/SecurityUtils.java | 152 +++ .../SequenceDiagramFileMakerPuma2.java | 5 +- .../graphic/SequenceDiagramTxtMaker.java | 8 +- .../sequencediagram/teoz/LiveBoxFinder.java | 1 - .../plantuml/sprite/RessourcesUtils.java | 8 +- .../plantuml/sprite/SpriteGrayLevel.java | 1 - .../plantuml/sprite/SpriteImage.java | 6 +- .../plantuml/sprite/SpriteSvg.java | 12 - .../plantuml/statediagram/StateDiagram.java | 7 +- .../command/CommandLinkState.java | 13 +- .../plantuml/stats/StatsUtils.java | 14 +- .../plantuml/style/CommandStyleImport.java | 8 +- .../plantuml/style/FromSkinparamToStyle.java | 3 + .../plantuml/style/StyleLoader.java | 11 +- .../plantuml/sudoku/DLXEngine.java | 25 - .../sourceforge/plantuml/svek/Cluster.java | 8 +- .../plantuml/svek/DotStringFactory.java | 5 +- .../plantuml/svek/GeneralImageBuilder.java | 2 +- .../sourceforge/plantuml/svek/SvekUtils.java | 9 +- .../plantuml/svek/image/EntityImageClass.java | 1 - .../svek/image/EntityImageDeepHistory.java | 2 +- .../svek/image/EntityImageDescription.java | 15 +- .../svek/image/EntityImagePseudoState.java | 9 +- .../plantuml/svek/image/Footprint.java | 1 - .../sourceforge/plantuml/svg/SvgGraphics.java | 6 +- .../plantuml/swing/ImageWindow2.java | 5 +- .../plantuml/swing/MainWindow2.java | 3 +- .../plantuml/swing/SimpleLine2.java | 12 +- .../sourceforge/plantuml/tim/TContext.java | 16 +- .../plantuml/tim/stdlib/CallUserFunction.java | 3 +- .../plantuml/tim/stdlib/FileExists.java | 4 +- .../plantuml/tim/stdlib/InvokeProcedure.java | 3 +- .../plantuml/timingdiagram/TimingNote.java | 1 - .../plantuml/timingdiagram/TimingRuler.java | 6 +- .../command/CommandPixelHeight.java | 1 - .../plantuml/ugraphic/FontChecker.java | 8 +- .../plantuml/ugraphic/ImageBuilder.java | 13 +- .../plantuml/ugraphic/LimitFinder.java | 1 - .../plantuml/ugraphic/UGraphicNull.java | 1 - .../plantuml/ugraphic/color/HColorUtils.java | 14 +- .../ugraphic/comp/UGraphicCompressOnXorY.java | 2 +- .../plantuml/ugraphic/g2d/DriverPathG2d.java | 9 +- .../ugraphic/g2d/DriverPolygonG2d.java | 58 +- .../ugraphic/g2d/DriverRectangleG2d.java | 14 +- .../ugraphic/g2d/DriverShadowedG2d.java | 40 +- .../ugraphic/html5/DriverLineHtml5.java | 1 - .../ugraphic/html5/DriverRectangleHtml5.java | 1 - .../ugraphic/html5/UGraphicHtml5.java | 3 +- .../svg/DriverCenteredCharacterSvg.java | 1 - .../ugraphic/svg/DriverDotPathSvg.java | 1 - .../ugraphic/svg/DriverEllipseSvg.java | 1 - .../plantuml/ugraphic/svg/DriverLineSvg.java | 1 - .../plantuml/ugraphic/svg/DriverPathSvg.java | 1 - .../ugraphic/svg/DriverPolygonSvg.java | 1 - .../ugraphic/svg/DriverRectangleSvg.java | 1 - .../plantuml/ugraphic/txt/UGraphicTxt.java | 4 +- .../plantuml/ugraphic/visio/UGraphicVdx.java | 1 - .../plantuml/version/LicenseInfo.java | 28 +- .../plantuml/version/PSystemKeycheck.java | 7 +- .../plantuml/version/PSystemKeygen.java | 11 +- .../plantuml/version/PSystemVersion.java | 104 +- .../version/PSystemVersionFactory.java | 24 +- .../sourceforge/plantuml/version/Version.java | 9 +- .../plantuml/xmi/XmiClassDiagramAbstract.java | 6 +- .../plantuml/xmi/XmiClassDiagramArgo.java | 4 +- .../plantuml/xmi/XmiClassDiagramStandard.java | 4 +- .../plantuml/xmi/XmiClassDiagramStar.java | 4 +- .../plantuml/xmi/XmiDescriptionDiagram.java | 6 +- .../plantuml/xmi/XmiStateDiagram.java | 6 +- .../xmlsc/ScxmlStateDiagramStandard.java | 6 +- .../ascii2image/core/ConfigurationParser.java | 152 +-- .../ascii2image/core/ConversionOptions.java | 2 +- .../ascii2image/core/FileUtils.java | 128 --- .../ascii2image/graphics/BitmapRenderer.java | 40 - .../ascii2image/graphics/ImageHandler.java | 65 +- .../ascii2image/text/TextGrid.java | 36 - 181 files changed, 2584 insertions(+), 2490 deletions(-) delete mode 100644 src/net/sourceforge/plantuml/classdiagram/command/CommandImport.java delete mode 100644 src/net/sourceforge/plantuml/classdiagram/command/JavaClass.java delete mode 100644 src/net/sourceforge/plantuml/classdiagram/command/JavaFile.java create mode 100644 src/net/sourceforge/plantuml/security/ImageIO.java create mode 100644 src/net/sourceforge/plantuml/security/SFile.java create mode 100644 src/net/sourceforge/plantuml/security/SURL.java create mode 100644 src/net/sourceforge/plantuml/security/SecurityProfile.java create mode 100644 src/net/sourceforge/plantuml/security/SecurityUtils.java delete mode 100644 src/org/stathissideris/ascii2image/core/FileUtils.java diff --git a/pom.xml b/pom.xml index 1b20cec8686..801403f5ba9 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ net.sourceforge.plantuml plantuml - 1.2020.11-SNAPSHOT + 1.2020.12-SNAPSHOT jar PlantUML diff --git a/src/ext/plantuml/com/ctreber/acearth/gui/PixelCanvas.java b/src/ext/plantuml/com/ctreber/acearth/gui/PixelCanvas.java index 030d69e76bf..e4bd38e1c3d 100644 --- a/src/ext/plantuml/com/ctreber/acearth/gui/PixelCanvas.java +++ b/src/ext/plantuml/com/ctreber/acearth/gui/PixelCanvas.java @@ -3,11 +3,10 @@ import java.awt.Color; import java.awt.Graphics2D; import java.awt.image.BufferedImage; -import java.io.File; import java.io.IOException; import java.io.OutputStream; -import javax.imageio.ImageIO; +import net.sourceforge.plantuml.security.ImageIO; import ext.plantuml.com.ctreber.acearth.renderer.RenderTarget; @@ -30,17 +29,15 @@ public class PixelCanvas implements RenderTarget { *

* Construct a canvas of the specified size. * - * @param pWidth - * Width - * @param pHeight - * Height + * @param pWidth Width + * @param pHeight Height */ public PixelCanvas(int pWidth, int pHeight) { fImageWidth = pWidth; fImageHeight = pHeight; fEarthImage2 = new BufferedImage(fImageWidth, fImageHeight, BufferedImage.TYPE_INT_RGB); } - + public Graphics2D getGraphics2D() { return fEarthImage2.createGraphics(); } @@ -61,10 +58,6 @@ public int getImageHeight() { return fImageHeight; } - public boolean saveToImage(String pFileName, String pFormat) throws IOException { - return ImageIO.write(fEarthImage2, pFormat, new File(pFileName)); - } - public void saveToImage(OutputStream os) throws IOException { ImageIO.write(fEarthImage2, "png", os); } diff --git a/src/ext/plantuml/com/google/zxing/client/j2se/MatrixToImageWriter.java b/src/ext/plantuml/com/google/zxing/client/j2se/MatrixToImageWriter.java index 237d9a99cff..54fa6b96568 100644 --- a/src/ext/plantuml/com/google/zxing/client/j2se/MatrixToImageWriter.java +++ b/src/ext/plantuml/com/google/zxing/client/j2se/MatrixToImageWriter.java @@ -17,11 +17,6 @@ package ext.plantuml.com.google.zxing.client.j2se; import java.awt.image.BufferedImage; -import java.io.File; -import java.io.IOException; -import java.io.OutputStream; - -import javax.imageio.ImageIO; import ext.plantuml.com.google.zxing.common.BitMatrix; diff --git a/src/jcckit/util/PropertiesBasedConfigData.java b/src/jcckit/util/PropertiesBasedConfigData.java index 1d5bcc43644..f4b6fca4cee 100644 --- a/src/jcckit/util/PropertiesBasedConfigData.java +++ b/src/jcckit/util/PropertiesBasedConfigData.java @@ -18,8 +18,6 @@ */ package jcckit.util; -import java.io.FileInputStream; -import java.io.IOException; import java.util.Properties; /** @@ -31,19 +29,6 @@ public class PropertiesBasedConfigData extends FlatConfigData { private final Properties _properties; - /** - * Creates an instance from the specified .properties file. - * @param fileName File name of the .properties file relative - * to the working directory or absolute. - * @throws IOException if the .properties does not exist or could - * not be read. - */ - public PropertiesBasedConfigData(String fileName) throws IOException { - super(null); - _properties = new Properties(); - _properties.load(new FileInputStream(fileName)); - } - /** * Creates an instance based on the specified properties. * The path is undefined. diff --git a/src/net/sourceforge/plantuml/AFile.java b/src/net/sourceforge/plantuml/AFile.java index cca338b9669..702bdad8edf 100644 --- a/src/net/sourceforge/plantuml/AFile.java +++ b/src/net/sourceforge/plantuml/AFile.java @@ -35,20 +35,21 @@ */ package net.sourceforge.plantuml; -import java.io.File; import java.io.IOException; import java.io.InputStream; +import net.sourceforge.plantuml.security.SFile; + public interface AFile { - public InputStream open() throws IOException; + public InputStream openFile(); public boolean isOk(); public AParentFolder getParentFile(); - public File getUnderlyingFile(); + public SFile getUnderlyingFile(); - public File getSystemFolder() throws IOException; + public SFile getSystemFolder() throws IOException; } diff --git a/src/net/sourceforge/plantuml/AFileRegular.java b/src/net/sourceforge/plantuml/AFileRegular.java index e910452e1f2..374b477b5d7 100644 --- a/src/net/sourceforge/plantuml/AFileRegular.java +++ b/src/net/sourceforge/plantuml/AFileRegular.java @@ -35,26 +35,26 @@ */ package net.sourceforge.plantuml; -import java.io.File; -import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; +import net.sourceforge.plantuml.security.SFile; + public class AFileRegular implements AFile { - private final File file; + private final SFile file; @Override public String toString() { - return "AFileRegular::" + file; + return "AFileRegular::" + file.getAbsolutePath(); } - public AFileRegular(File file) { + public AFileRegular(SFile file) { this.file = file; } - public InputStream open() throws IOException { - return new FileInputStream(file); + public InputStream openFile() { + return file.openFile(); } public boolean isOk() { @@ -78,11 +78,11 @@ public AParentFolder getParentFile() { return new AParentFolderRegular(file.getParentFile()); } - public File getUnderlyingFile() { + public SFile getUnderlyingFile() { return file; } - public File getSystemFolder() throws IOException { + public SFile getSystemFolder() throws IOException { return file.getParentFile().getCanonicalFile(); } diff --git a/src/net/sourceforge/plantuml/AFileZipEntry.java b/src/net/sourceforge/plantuml/AFileZipEntry.java index fb4dadbc4ca..ee29ccf82b0 100644 --- a/src/net/sourceforge/plantuml/AFileZipEntry.java +++ b/src/net/sourceforge/plantuml/AFileZipEntry.java @@ -35,60 +35,60 @@ */ package net.sourceforge.plantuml; -import java.io.File; -import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.util.zip.ZipEntry; import java.util.zip.ZipInputStream; +import net.sourceforge.plantuml.security.SFile; + public class AFileZipEntry implements AFile { - private final File zipFile; + private final SFile zipFile; private final String entry; - public AFileZipEntry(File file, String entry) { + public AFileZipEntry(SFile file, String entry) { this.zipFile = file; this.entry = entry; } @Override public String toString() { - return "AFileZipEntry::" + zipFile + " " + entry; + return "AFileZipEntry::" + zipFile.getAbsolutePath() + " " + entry; } - public InputStream open() throws IOException { - final ZipInputStream zis = new ZipInputStream(new FileInputStream(zipFile)); - ZipEntry ze = zis.getNextEntry(); + public InputStream openFile() { + final InputStream tmp = zipFile.openFile(); + if (tmp != null) + try { + final ZipInputStream zis = new ZipInputStream(tmp); + ZipEntry ze = zis.getNextEntry(); - while (ze != null) { - final String fileName = ze.getName(); - if (ze.isDirectory()) { - } else if (fileName.trim().equalsIgnoreCase(entry.trim())) { - return zis; + while (ze != null) { + final String fileName = ze.getName(); + if (ze.isDirectory()) { + } else if (fileName.trim().equalsIgnoreCase(entry.trim())) { + return zis; + } + ze = zis.getNextEntry(); + } + zis.closeEntry(); + zis.close(); + } catch (IOException e) { + e.printStackTrace(); } - ze = zis.getNextEntry(); - } - zis.closeEntry(); - zis.close(); - throw new IOException(); + return null; } public boolean isOk() { if (zipFile.exists() && zipFile.isDirectory() == false) { - InputStream is = null; - try { - is = open(); - return true; - } catch (IOException e) { - // e.printStackTrace(); - } finally { + final InputStream is = openFile(); + if (is != null) { try { - if (is != null) { - is.close(); - } - } catch (IOException e1) { - e1.printStackTrace(); + is.close(); + return true; + } catch (IOException e) { + e.printStackTrace(); } } } @@ -113,11 +113,11 @@ public AParentFolder getParentFile() { return new AParentFolderZip(zipFile, entry); } - public File getUnderlyingFile() { + public SFile getUnderlyingFile() { return zipFile; } - public File getSystemFolder() throws IOException { + public SFile getSystemFolder() throws IOException { return zipFile.getParentFile().getCanonicalFile(); } diff --git a/src/net/sourceforge/plantuml/AParentFolderRegular.java b/src/net/sourceforge/plantuml/AParentFolderRegular.java index ecd222e9efc..6aff4fd8298 100644 --- a/src/net/sourceforge/plantuml/AParentFolderRegular.java +++ b/src/net/sourceforge/plantuml/AParentFolderRegular.java @@ -35,31 +35,32 @@ */ package net.sourceforge.plantuml; -import java.io.File; import java.io.IOException; +import net.sourceforge.plantuml.security.SFile; + public class AParentFolderRegular implements AParentFolder { - private final File dir; + private final SFile dir; - public AParentFolderRegular(File dir) { + public AParentFolderRegular(SFile dir) { this.dir = dir; // Log.info("Creating AParentFolderRegular " + dir); } @Override public String toString() { - return "AParentFolderRegular::" + (dir == null ? "NULL" : dir.getAbsolutePath()); + return "AParentFolderRegular::" + (dir == null ? "NULL" : dir.getPrintablePath()); } public AFile getAFile(String nameOrPath) throws IOException { - final File filecurrent; + final SFile filecurrent; // Log.info("AParentFolderRegular::looking for " + nameOrPath); // Log.info("AParentFolderRegular::dir = " + dir); if (dir == null) { - filecurrent = new File(nameOrPath); + filecurrent = new SFile(nameOrPath); } else { - filecurrent = new File(dir.getAbsoluteFile(), nameOrPath); + filecurrent = dir.getAbsoluteFile().file(nameOrPath); } // Log.info("AParentFolderRegular::Filecurrent " + filecurrent); if (filecurrent.exists()) { diff --git a/src/net/sourceforge/plantuml/AParentFolderZip.java b/src/net/sourceforge/plantuml/AParentFolderZip.java index c3360bb8116..a404a178a64 100644 --- a/src/net/sourceforge/plantuml/AParentFolderZip.java +++ b/src/net/sourceforge/plantuml/AParentFolderZip.java @@ -35,12 +35,13 @@ */ package net.sourceforge.plantuml; -import java.io.File; import java.io.IOException; +import net.sourceforge.plantuml.security.SFile; + public class AParentFolderZip implements AParentFolder { - private final File zipFile; + private final SFile zipFile; private final String parent; @Override @@ -48,7 +49,7 @@ public String toString() { return "AParentFolderZip::" + zipFile + " " + parent; } - public AParentFolderZip(File zipFile, String entry) { + public AParentFolderZip(SFile zipFile, String entry) { this.zipFile = zipFile; final int idx = entry.lastIndexOf('/'); if (idx == -1) { diff --git a/src/net/sourceforge/plantuml/AnimatedGifEncoder.java b/src/net/sourceforge/plantuml/AnimatedGifEncoder.java index caa2123a1ec..bd826b8eb57 100644 --- a/src/net/sourceforge/plantuml/AnimatedGifEncoder.java +++ b/src/net/sourceforge/plantuml/AnimatedGifEncoder.java @@ -39,8 +39,6 @@ import java.awt.Graphics2D; import java.awt.image.BufferedImage; import java.awt.image.DataBufferByte; -import java.io.BufferedOutputStream; -import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; @@ -112,23 +110,20 @@ public class AnimatedGifEncoder { protected int sample = 10; // default sample interval for quantizer /** - * Sets the delay time between each frame, or changes it for subsequent - * frames (applies to last frame added). + * Sets the delay time between each frame, or changes it for subsequent frames + * (applies to last frame added). * - * @param ms - * int delay time in milliseconds + * @param ms int delay time in milliseconds */ public void setDelay(int ms) { delay = Math.round(ms / 10.0f); } /** - * Sets the GIF frame disposal code for the last added frame and any - * subsequent frames. Default is 0 if no transparent color has been set, - * otherwise 2. + * Sets the GIF frame disposal code for the last added frame and any subsequent + * frames. Default is 0 if no transparent color has been set, otherwise 2. * - * @param code - * int disposal code. + * @param code int disposal code. */ public void setDispose(int code) { if (code >= 0) { @@ -137,12 +132,11 @@ public void setDispose(int code) { } /** - * Sets the number of times the set of GIF frames should be played. Default - * is 1; 0 means play indefinitely. Must be invoked before the first image - * is added. + * Sets the number of times the set of GIF frames should be played. Default is + * 1; 0 means play indefinitely. Must be invoked before the first image is + * added. * - * @param iter - * int number of iterations. + * @param iter int number of iterations. */ public void setRepeat(int iter) { if (iter >= 0) { @@ -153,26 +147,24 @@ public void setRepeat(int iter) { /** * Sets the transparent color for the last added frame and any subsequent * frames. Since all colors are subject to modification in the quantization - * process, the color in the final palette for each frame closest to the - * given color becomes the transparent color for that frame. May be set to - * null to indicate no transparent color. + * process, the color in the final palette for each frame closest to the given + * color becomes the transparent color for that frame. May be set to null to + * indicate no transparent color. * - * @param c - * Color to be treated as transparent on display. + * @param c Color to be treated as transparent on display. */ public void setTransparent(Color c) { transparent = c; } /** - * Adds next GIF frame. The frame is not written immediately, but is - * actually deferred until the next frame is received so that timing data - * can be inserted. Invoking finish() flushes all frames. If - * setSize was not invoked, the size of the first image is - * used for all subsequent frames. + * Adds next GIF frame. The frame is not written immediately, but is actually + * deferred until the next frame is received so that timing data can be + * inserted. Invoking finish() flushes all frames. If + * setSize was not invoked, the size of the first image is used for + * all subsequent frames. * - * @param im - * BufferedImage containing frame to write. + * @param im BufferedImage containing frame to write. * @return true if successful. */ public boolean addFrame(BufferedImage im) { @@ -246,8 +238,7 @@ public boolean finish() { * Sets frame rate in frames per second. Equivalent to * setDelay(1000/fps). * - * @param fps - * float frame rate (frames per second) + * @param fps float frame rate (frames per second) */ public void setFrameRate(float fps) { if (fps != 0f) { @@ -256,14 +247,13 @@ public void setFrameRate(float fps) { } /** - * Sets quality of color quantization (conversion of images to the maximum - * 256 colors allowed by the GIF specification). Lower values (minimum = 1) - * produce better colors, but slow processing significantly. 10 is the - * default, and produces good color mapping at reasonable speeds. Values - * greater than 20 do not yield significant improvements in speed. + * Sets quality of color quantization (conversion of images to the maximum 256 + * colors allowed by the GIF specification). Lower values (minimum = 1) produce + * better colors, but slow processing significantly. 10 is the default, and + * produces good color mapping at reasonable speeds. Values greater than 20 do + * not yield significant improvements in speed. * - * @param quality - * int greater than 0. + * @param quality int greater than 0. */ public void setQuality(int quality) { if (quality < 1) @@ -275,10 +265,8 @@ public void setQuality(int quality) { * Sets the GIF frame size. The default size is the size of the first frame * added if this method is not invoked. * - * @param w - * int frame width. - * @param h - * int frame width. + * @param w int frame width. + * @param h int frame width. */ public void setSize(int w, int h) { if (started && !firstFrame) @@ -296,8 +284,7 @@ public void setSize(int w, int h) { * Initiates GIF file creation on the given stream. The stream is not closed * automatically. * - * @param os - * OutputStream on which GIF images are written. + * @param os OutputStream on which GIF images are written. * @return false if initial write failed. */ public boolean start(OutputStream os) { @@ -314,24 +301,23 @@ public boolean start(OutputStream os) { return started = ok; } - /** - * Initiates writing of a GIF file with the specified name. - * - * @param file - * String containing output file name. - * @return false if open or initial write failed. - */ - public boolean start(String file) { - boolean ok = true; - try { - out = new BufferedOutputStream(new FileOutputStream(file)); - ok = start(out); - closeStream = true; - } catch (IOException e) { - ok = false; - } - return started = ok; - } +// /** +// * Initiates writing of a GIF file with the specified name. +// * +// * @param file String containing output file name. +// * @return false if open or initial write failed. +// */ +// public boolean start(String file) { +// boolean ok = true; +// try { +// out = SecurityUtils.createBufferedOutputStream(file); +// ok = start(out); +// closeStream = true; +// } catch (IOException e) { +// ok = false; +// } +// return started = ok; +// } /** * Analyzes image colors and creates color map. @@ -576,9 +562,9 @@ class NeuQuant { /* * Program Skeleton ---------------- [select samplefac in range 1..30] [read * image from input file] pic = (unsigned char*) malloc(3*width*height); - * initnet(pic,3*width*height,samplefac); learn(); unbiasnet(); [write - * output image header, using writecolourmap(f)] inxbuild(); write output - * image using inxsearch(b,g,r) + * initnet(pic,3*width*height,samplefac); learn(); unbiasnet(); [write output + * image header, using writecolourmap(f)] inxbuild(); write output image using + * inxsearch(b,g,r) */ /* @@ -608,8 +594,7 @@ class NeuQuant { /* defs for decreasing radius factor */ protected static final int initrad = (netsize >> 3); /* - * for 256 cols, - * radius starts + * for 256 cols, radius starts */ protected static final int radiusbiasshift = 6; /* at 32.0 biased by 6 bits */ @@ -617,9 +602,7 @@ class NeuQuant { protected static final int radiusbias = (((int) 1) << radiusbiasshift); protected static final int initradius = (initrad * radiusbias); /* - * and - * decreases - * by a + * and decreases by a */ protected static final int radiusdec = 30; /* factor of 1/30 each cycle */ @@ -707,7 +690,8 @@ public byte[] colorMap() { /* * Insertion sort of network and building of netindex[0..255] (to do after * unbias) - * ------------------------------------------------------------------------------- + * ----------------------------------------------------------------------------- + * -- */ public void inxbuild() { @@ -837,8 +821,7 @@ else if ((lengthcount % prime1) != 0) } /* - * Search for BGR values 0..255 (after net is unbiased) and return colour - * index + * Search for BGR values 0..255 (after net is unbiased) and return colour index * ---------------------------------------------------------------------------- */ public int map(int b, int g, int r) { @@ -915,9 +898,10 @@ public byte[] process() { } /* - * Unbias network to give byte values 0..255 and record position i to - * prepare for sort - * ----------------------------------------------------------------------------------- + * Unbias network to give byte values 0..255 and record position i to prepare + * for sort + * ----------------------------------------------------------------------------- + * ------ */ public void unbiasnet() { @@ -934,7 +918,8 @@ public void unbiasnet() { /* * Move adjacent neurons by precomputed alpha*(1-((i-j)^2/[r]^2)) in * radpower[|i-j|] - * --------------------------------------------------------------------------------- + * ----------------------------------------------------------------------------- + * ---- */ protected void alterneigh(int rad, int i, int b, int g, int r) { @@ -995,8 +980,7 @@ protected int contest(int b, int g, int r) { /* finds closest neuron (min dist) and updates freq */ /* finds best neuron (min dist-bias) and returns position */ /* - * for frequently chosen neurons, freq[i] is high and bias[i] is - * negative + * for frequently chosen neurons, freq[i] is high and bias[i] is negative */ /* bias[i] = gamma*((1/netsize)-freq[i]) */ diff --git a/src/net/sourceforge/plantuml/BaseFile.java b/src/net/sourceforge/plantuml/BaseFile.java index 112ca8dd98c..49951b6c24c 100644 --- a/src/net/sourceforge/plantuml/BaseFile.java +++ b/src/net/sourceforge/plantuml/BaseFile.java @@ -35,19 +35,19 @@ */ package net.sourceforge.plantuml; -import java.io.File; +import net.sourceforge.plantuml.security.SFile; public class BaseFile { private final String basename; - private final File basedir; + private final SFile basedir; public BaseFile() { this.basedir = null; this.basename = null; } - public BaseFile(File file) { + public BaseFile(SFile file) { this.basedir = file.getParentFile(); this.basename = extractBasename(file.getName()); } @@ -72,15 +72,15 @@ public String getBasename() { return basename; } - public File getBasedir() { + public SFile getBasedir() { return basedir; } - public File getTraceFile(String tail) { + public SFile getTraceFile(String tail) { if (basedir == null || basename == null) { - return new File(tail); + return new SFile(tail); } - return new File(basedir, basename + "_" + tail); + return basedir.file(basename + "_" + tail); } } diff --git a/src/net/sourceforge/plantuml/BlockUmlBuilder.java b/src/net/sourceforge/plantuml/BlockUmlBuilder.java index a9dd1af3982..2a45019de4c 100644 --- a/src/net/sourceforge/plantuml/BlockUmlBuilder.java +++ b/src/net/sourceforge/plantuml/BlockUmlBuilder.java @@ -35,7 +35,6 @@ */ package net.sourceforge.plantuml; -import java.io.File; import java.io.IOException; import java.io.Reader; import java.util.ArrayList; @@ -51,6 +50,7 @@ import net.sourceforge.plantuml.preproc.ReadLineReader; import net.sourceforge.plantuml.preproc.UncommentReadLine; import net.sourceforge.plantuml.preproc2.Preprocessor; +import net.sourceforge.plantuml.security.SFile; import net.sourceforge.plantuml.utils.StartUtils; public final class BlockUmlBuilder implements DefinitionsContainer { @@ -62,7 +62,7 @@ public final class BlockUmlBuilder implements DefinitionsContainer { private final ImportedFiles importedFiles; private final String charset; - public BlockUmlBuilder(List config, String charset, Defines defines, Reader readerInit, File newCurrentDir, + public BlockUmlBuilder(List config, String charset, Defines defines, Reader readerInit, SFile newCurrentDir, String desc) throws IOException { ReadLineNumbered includer = null; this.defines = defines; diff --git a/src/net/sourceforge/plantuml/ClipboardLoop.java b/src/net/sourceforge/plantuml/ClipboardLoop.java index b76bef864e1..64a6fbf49a3 100644 --- a/src/net/sourceforge/plantuml/ClipboardLoop.java +++ b/src/net/sourceforge/plantuml/ClipboardLoop.java @@ -45,9 +45,8 @@ import java.io.ByteArrayOutputStream; import java.io.IOException; -import javax.imageio.ImageIO; - import net.sourceforge.plantuml.core.DiagramDescription; +import net.sourceforge.plantuml.security.ImageIO; public class ClipboardLoop { diff --git a/src/net/sourceforge/plantuml/DirWatcher2.java b/src/net/sourceforge/plantuml/DirWatcher2.java index d48ba943005..d21b18f49d3 100644 --- a/src/net/sourceforge/plantuml/DirWatcher2.java +++ b/src/net/sourceforge/plantuml/DirWatcher2.java @@ -92,8 +92,8 @@ public List call() throws Exception { try { final List generatedImages = sourceFileReader .getGeneratedImages(); - final Set files = FileWithSuffix.convert(sourceFileReader - .getIncludedFiles()); + final Set files = FileWithSuffix + .convert(sourceFileReader.getIncludedFiles()); files.add(f); modifieds.put(f, new FileWatcher(files)); return Collections.unmodifiableList(generatedImages); diff --git a/src/net/sourceforge/plantuml/EmbeddedDiagram.java b/src/net/sourceforge/plantuml/EmbeddedDiagram.java index b7294982ea3..2fc23048cc0 100644 --- a/src/net/sourceforge/plantuml/EmbeddedDiagram.java +++ b/src/net/sourceforge/plantuml/EmbeddedDiagram.java @@ -42,8 +42,6 @@ import java.io.IOException; import java.util.List; -import javax.imageio.ImageIO; - import net.sourceforge.plantuml.core.Diagram; import net.sourceforge.plantuml.creole.atom.Atom; import net.sourceforge.plantuml.cucadiagram.Display; @@ -52,6 +50,7 @@ import net.sourceforge.plantuml.graphic.Line; import net.sourceforge.plantuml.graphic.StringBounder; import net.sourceforge.plantuml.preproc.Defines; +import net.sourceforge.plantuml.security.ImageIO; import net.sourceforge.plantuml.ugraphic.UGraphic; import net.sourceforge.plantuml.ugraphic.UImage; import net.sourceforge.plantuml.ugraphic.UImageSvg; diff --git a/src/net/sourceforge/plantuml/FileFormat.java b/src/net/sourceforge/plantuml/FileFormat.java index 47548eca555..d3eda0d8367 100644 --- a/src/net/sourceforge/plantuml/FileFormat.java +++ b/src/net/sourceforge/plantuml/FileFormat.java @@ -42,13 +42,13 @@ import java.awt.geom.Dimension2D; import java.awt.geom.Rectangle2D; import java.awt.image.BufferedImage; -import java.io.File; import java.io.IOException; import net.sourceforge.plantuml.braille.BrailleCharFactory; import net.sourceforge.plantuml.braille.UGraphicBraille; import net.sourceforge.plantuml.graphic.StringBounder; import net.sourceforge.plantuml.png.MetadataTag; +import net.sourceforge.plantuml.security.SFile; import net.sourceforge.plantuml.svg.SvgGraphics; import net.sourceforge.plantuml.ugraphic.UFont; @@ -90,7 +90,7 @@ public String getFileSuffix() { } final static private BufferedImage imDummy = new BufferedImage(800, 100, BufferedImage.TYPE_INT_RGB); - final static private Graphics2D gg = imDummy.createGraphics(); + final static public Graphics2D gg = imDummy.createGraphics(); static { // KEY_FRACTIONALMETRICS gg.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON); @@ -188,12 +188,12 @@ public String changeName(String fileName, int cpt) { OptionFlags.getInstance().getFileSeparator() + String.format("%03d", cpt) + getFileSuffix()); } - private File computeFilename(File pngFile, int i) { + private SFile computeFilename(SFile pngFile, int i) { if (i == 0) { return pngFile; } - final File dir = pngFile.getParentFile(); - return new File(dir, computeFilenameInternal(pngFile.getName(), i)); + final SFile dir = pngFile.getParentFile(); + return dir.file(computeFilenameInternal(pngFile.getName(), i)); } private String changeName(String fileName, String replacement) { @@ -216,7 +216,7 @@ public boolean doesSupportMetadata() { return this == PNG || this == SVG; } - public boolean equalsMetadata(String currentMetadata, File existingFile) { + public boolean equalsMetadata(String currentMetadata, SFile existingFile) { try { if (this == PNG) { final MetadataTag tag = new MetadataTag(existingFile, "plantuml"); @@ -226,6 +226,9 @@ public boolean equalsMetadata(String currentMetadata, File existingFile) { } if (this == SVG) { final String svg = FileUtils.readSvg(existingFile); + if (svg == null) { + return false; + } final String currentSignature = SvgGraphics.getMD5Hex(currentMetadata); final int idx = svg.lastIndexOf(SvgGraphics.MD5_HEADER); if (idx != -1) { diff --git a/src/net/sourceforge/plantuml/FileImageData.java b/src/net/sourceforge/plantuml/FileImageData.java index 31265734920..c00ffbf6aca 100644 --- a/src/net/sourceforge/plantuml/FileImageData.java +++ b/src/net/sourceforge/plantuml/FileImageData.java @@ -35,24 +35,23 @@ */ package net.sourceforge.plantuml; -import java.io.File; - import net.sourceforge.plantuml.core.ImageData; +import net.sourceforge.plantuml.security.SFile; public class FileImageData { public static final int ERROR = 400; public static final int CRASH = 503; - private final File file; + private final SFile file; private final ImageData imageData; - public FileImageData(File file, ImageData imageData) { + public FileImageData(SFile file, ImageData imageData) { this.file = file; this.imageData = imageData; } - public File getFile() { + public SFile getFile() { return file; } diff --git a/src/net/sourceforge/plantuml/FileSystem.java b/src/net/sourceforge/plantuml/FileSystem.java index bf10ed3c983..8a3d91ca107 100644 --- a/src/net/sourceforge/plantuml/FileSystem.java +++ b/src/net/sourceforge/plantuml/FileSystem.java @@ -35,17 +35,16 @@ */ package net.sourceforge.plantuml; -import java.io.File; import java.io.IOException; -import java.util.ArrayList; -import java.util.List; -import java.util.StringTokenizer; + +import net.sourceforge.plantuml.security.SFile; +import net.sourceforge.plantuml.security.SecurityUtils; public class FileSystem { private final static FileSystem singleton = new FileSystem(); - private final ThreadLocal currentDir = new ThreadLocal(); + private final ThreadLocal currentDir = new ThreadLocal(); private FileSystem() { reset(); @@ -55,79 +54,63 @@ public static FileSystem getInstance() { return singleton; } - public void setCurrentDir(File dir) { + public void setCurrentDir(SFile dir) { // if (dir == null) { // throw new IllegalArgumentException(); // } - Log.info("Setting current dir: " + dir); + if (dir != null) { + Log.info("Setting current dir: " + dir.getAbsolutePath()); + } this.currentDir.set(dir); } - public File getCurrentDir() { + public SFile getCurrentDir() { return this.currentDir.get(); } - public File getFile(String nameOrPath) throws IOException { + public SFile getFile(String nameOrPath) throws IOException { if (isAbsolute(nameOrPath)) { - return new File(nameOrPath).getCanonicalFile(); + return new SFile(nameOrPath).getCanonicalFile(); } - final File dir = currentDir.get(); - File filecurrent = null; + final SFile dir = currentDir.get(); + SFile filecurrent = null; if (dir != null) { - filecurrent = new File(dir.getAbsoluteFile(), nameOrPath); + filecurrent = dir.getAbsoluteFile().file(nameOrPath); if (filecurrent.exists()) { return filecurrent.getCanonicalFile(); } } - for (File d : getPath("plantuml.include.path", true)) { - if (d.isDirectory()) { - final File file = new File(d, nameOrPath); - if (file.exists()) { - return file.getCanonicalFile(); - } + for (SFile d : SecurityUtils.getPath("plantuml.include.path")) { + assert d.isDirectory(); + final SFile file = d.file(nameOrPath); + if (file.exists()) { + return file.getCanonicalFile(); + } } - for (File d : getPath("java.class.path", true)) { - if (d.isDirectory()) { - final File file = new File(d, nameOrPath); - if (file.exists()) { - return file.getCanonicalFile(); - } + for (SFile d : SecurityUtils.getPath("java.class.path")) { + assert d.isDirectory(); + final SFile file = d.file(nameOrPath); + if (file.exists()) { + return file.getCanonicalFile(); } } if (dir == null) { assert filecurrent == null; - return new File(nameOrPath).getCanonicalFile(); + return new SFile(nameOrPath).getCanonicalFile(); } assert filecurrent != null; return filecurrent; } - public static List getPath(String prop, boolean onlyDir) { - final List result = new ArrayList(); - String paths = System.getProperty(prop); - if (paths == null) { - return result; - } - paths = StringUtils.eventuallyRemoveStartingAndEndingDoubleQuote(paths); - final StringTokenizer st = new StringTokenizer(paths, System.getProperty("path.separator")); - while (st.hasMoreTokens()) { - final File f = new File(st.nextToken()); - if (f.exists() && (onlyDir == false || f.isDirectory())) { - result.add(f); - } - } - return result; - } - private boolean isAbsolute(String nameOrPath) { - final File f = new File(nameOrPath); + final SFile f = new SFile(nameOrPath); return f.isAbsolute(); } public void reset() { - setCurrentDir(new File(".")); + setCurrentDir(new SFile(".")); } } diff --git a/src/net/sourceforge/plantuml/FileUtils.java b/src/net/sourceforge/plantuml/FileUtils.java index e14e49813d9..a8c4a7f339a 100644 --- a/src/net/sourceforge/plantuml/FileUtils.java +++ b/src/net/sourceforge/plantuml/FileUtils.java @@ -35,23 +35,17 @@ */ package net.sourceforge.plantuml; -import java.awt.Image; -import java.awt.image.BufferedImage; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.BufferedReader; -import java.io.File; -import java.io.FileInputStream; -import java.io.FileOutputStream; -import java.io.FileReader; +import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStream; -import java.net.URL; import java.util.concurrent.atomic.AtomicInteger; -import javax.swing.ImageIcon; +import net.sourceforge.plantuml.security.SFile; // Used by the Eclipse Plugin, so do not change package location. public class FileUtils { @@ -62,19 +56,19 @@ public static void resetCounter() { counter = new AtomicInteger(0); } - static public File createTempFile(String prefix, String suffix) throws IOException { + static public SFile createTempFile(String prefix, String suffix) throws IOException { if (suffix.startsWith(".") == false) { throw new IllegalArgumentException(); } if (prefix == null) { throw new IllegalArgumentException(); } - final File f; + final SFile f; if (counter == null) { - f = File.createTempFile(prefix, suffix); + f = SFile.createTempFile(prefix, suffix); } else { final String name = prefix + counter.addAndGet(1) + suffix; - f = new File(name); + f = new SFile(name); } Log.info("Creating temporary file: " + f); f.deleteOnExit(); @@ -91,17 +85,23 @@ private static void copyInternal(final InputStream fis, final OutputStream fos) fis.close(); } - static public void copyToFile(File src, File dest) throws IOException { + static public void copyToFile(SFile src, SFile dest) throws IOException { if (dest.isDirectory()) { - dest = new File(dest, src.getName()); + dest = dest.file(src.getName()); } - final InputStream fis = new BufferedInputStream(new FileInputStream(src)); - final OutputStream fos = new BufferedOutputStream(new FileOutputStream(dest)); + final InputStream fis = src.openFile(); + if (fis == null) { + throw new FileNotFoundException(); + } + final OutputStream fos = dest.createBufferedOutputStream(); copyInternal(fis, fos); } - static public void copyToStream(File src, OutputStream os) throws IOException { - final InputStream fis = new BufferedInputStream(new FileInputStream(src)); + static public void copyToStream(SFile src, OutputStream os) throws IOException { + final InputStream fis = src.openFile(); + if (fis == null) { + throw new FileNotFoundException(); + } final OutputStream fos = new BufferedOutputStream(os); copyInternal(fis, fos); } @@ -112,14 +112,17 @@ static public void copyToStream(InputStream is, OutputStream os) throws IOExcept copyInternal(fis, fos); } - static public void copyToFile(byte[] src, File dest) throws IOException { - final OutputStream fos = new BufferedOutputStream(new FileOutputStream(dest)); + static public void copyToFile(byte[] src, SFile dest) throws IOException { + final OutputStream fos = dest.createBufferedOutputStream(); fos.write(src); fos.close(); } - static public String readSvg(File svgFile) throws IOException { - final BufferedReader br = new BufferedReader(new FileReader(svgFile)); + static public String readSvg(SFile svgFile) throws IOException { + final BufferedReader br = svgFile.openBufferedReader(); + if (br == null) { + return null; + } return readSvg(br, false, true); } @@ -128,12 +131,15 @@ static public String readSvg(InputStream is) throws IOException { return readSvg(br, false, false); } - static public String readFile(File svgFile) throws IOException { - final BufferedReader br = new BufferedReader(new FileReader(svgFile)); + static public String readFile(SFile svgFile) throws IOException { + final BufferedReader br = svgFile.openBufferedReader(); + if (br == null) { + return null; + } return readSvg(br, true, true); } - private static String readSvg(final BufferedReader br, boolean withNewline, boolean withClose) throws IOException { + private static String readSvg(BufferedReader br, boolean withNewline, boolean withClose) throws IOException { final StringBuilder sb = new StringBuilder(); String s; while ((s = br.readLine()) != null) { @@ -148,38 +154,4 @@ private static String readSvg(final BufferedReader br, boolean withNewline, bool return sb.toString(); } - // public static BufferedImage ImageIO_read(File f) throws IOException { - // return ImageIO.read(f); - // } - - // http://forum.plantuml.net/9048/img-tag-for-sequence-diagram-participants-does-always-render - - public synchronized static BufferedImage readRasterImageFromFile(File f) { - // https://www.experts-exchange.com/questions/26171948/Why-are-ImageIO-read-images-losing-their-transparency.html - // https://stackoverflow.com/questions/18743790/can-java-load-images-with-transparency - - try { - return readRasterImage(new ImageIcon(f.getAbsolutePath())); - } catch (Exception e) { - return null; - } - } - - public synchronized static BufferedImage readRasterImageFromURL(URL url) { - try { - return readRasterImage(new ImageIcon(url)); - } catch (Exception e) { - return null; - } - } - - private synchronized static BufferedImage readRasterImage(final ImageIcon imageIcon) { - final Image tmpImage = imageIcon.getImage(); - final BufferedImage image = new BufferedImage(imageIcon.getIconWidth(), imageIcon.getIconHeight(), - BufferedImage.TYPE_INT_ARGB); - image.getGraphics().drawImage(tmpImage, 0, 0, null); - tmpImage.flush(); - return image; - } - } diff --git a/src/net/sourceforge/plantuml/GeneratedImageImpl.java b/src/net/sourceforge/plantuml/GeneratedImageImpl.java index 39e5ba2c284..ddc103c104d 100644 --- a/src/net/sourceforge/plantuml/GeneratedImageImpl.java +++ b/src/net/sourceforge/plantuml/GeneratedImageImpl.java @@ -36,13 +36,15 @@ package net.sourceforge.plantuml; import java.io.File; +import java.io.IOException; import net.sourceforge.plantuml.core.Diagram; import net.sourceforge.plantuml.error.PSystemError; +import net.sourceforge.plantuml.security.SFile; public class GeneratedImageImpl implements GeneratedImage { - private final File pngFile; + private final SFile pngFile; private final String description; private final BlockUml blockUml; private final int status; @@ -51,7 +53,7 @@ public final int getStatus() { return status; } - public GeneratedImageImpl(File pngFile, String description, BlockUml blockUml, int status) { + public GeneratedImageImpl(SFile pngFile, String description, BlockUml blockUml, int status) { this.blockUml = blockUml; this.pngFile = pngFile; this.description = description; @@ -59,7 +61,7 @@ public GeneratedImageImpl(File pngFile, String description, BlockUml blockUml, i } public File getPngFile() { - return pngFile; + return pngFile.internal; } public String getDescription() { @@ -76,13 +78,17 @@ public int lineErrorRaw() { @Override public String toString() { - return pngFile.getAbsolutePath() + " " + description; + return pngFile.getPrintablePath() + " " + description; } public int compareTo(GeneratedImage this2) { - final int cmp = this.pngFile.compareTo(this2.getPngFile()); - if (cmp != 0) { - return cmp; + try { + final int cmp = this.getPngFile().getCanonicalPath().compareTo(this2.getPngFile().getCanonicalPath()); + if (cmp != 0) { + return cmp; + } + } catch (IOException e) { + e.printStackTrace(); } return this.description.compareTo(this2.getDescription()); } diff --git a/src/net/sourceforge/plantuml/NamedOutputStream.java b/src/net/sourceforge/plantuml/NamedOutputStream.java index b7d67485f0f..7a99e4aad71 100644 --- a/src/net/sourceforge/plantuml/NamedOutputStream.java +++ b/src/net/sourceforge/plantuml/NamedOutputStream.java @@ -35,20 +35,19 @@ */ package net.sourceforge.plantuml; -import java.io.BufferedOutputStream; -import java.io.File; import java.io.FileNotFoundException; -import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; +import net.sourceforge.plantuml.security.SFile; + public class NamedOutputStream extends OutputStream { private final OutputStream os; private final BaseFile basefile; - public NamedOutputStream(File file) throws FileNotFoundException { - this.os = new BufferedOutputStream(new FileOutputStream(file)); + public NamedOutputStream(SFile file) throws FileNotFoundException { + this.os = file.createBufferedOutputStream(); this.basefile = new BaseFile(file); } diff --git a/src/net/sourceforge/plantuml/Option.java b/src/net/sourceforge/plantuml/Option.java index 3bf8e70e052..e6dcd9bade8 100644 --- a/src/net/sourceforge/plantuml/Option.java +++ b/src/net/sourceforge/plantuml/Option.java @@ -52,6 +52,7 @@ import net.sourceforge.plantuml.command.regex.Pattern2; import net.sourceforge.plantuml.cucadiagram.dot.GraphvizUtils; import net.sourceforge.plantuml.preproc.Defines; +import net.sourceforge.plantuml.security.SFile; import net.sourceforge.plantuml.stats.StatsUtils; public class Option { @@ -267,8 +268,8 @@ public Option(String... arg) throws InterruptedException, IOException { if (i == arg.length) { continue; } - OptionFlags.getInstance().setLogData( - new File(StringUtils.eventuallyRemoveStartingAndEndingDoubleQuote(arg[i]))); + OptionFlags.getInstance() + .setLogData(new SFile(StringUtils.eventuallyRemoveStartingAndEndingDoubleQuote(arg[i]))); } else if (s.equalsIgnoreCase("-word")) { OptionFlags.getInstance().setWord(true); OptionFlags.getInstance().setQuiet(true); @@ -281,8 +282,6 @@ public Option(String... arg) throws InterruptedException, IOException { OptionPrint.printVersion(); } else if (s.matches("(?i)^-li[sc][ea]n[sc]e\\s*$")) { OptionPrint.printLicense(); - } else if (s.equalsIgnoreCase("-checkversion")) { - OptionPrint.checkVersion(); } else if (s.startsWith("-DPLANTUML_LIMIT_SIZE=")) { final String v = s.substring("-DPLANTUML_LIMIT_SIZE=".length()); if (v.matches("\\d+")) { @@ -294,7 +293,8 @@ public Option(String... arg) throws InterruptedException, IOException { manageSkinParam(s.substring(2)); } else if (s.equalsIgnoreCase("-testdot")) { OptionPrint.printTestDot(); - } else if (s.equalsIgnoreCase("-about") || s.equalsIgnoreCase("-author") || s.equalsIgnoreCase("-authors")) { + } else if (s.equalsIgnoreCase("-about") || s.equalsIgnoreCase("-author") + || s.equalsIgnoreCase("-authors")) { OptionPrint.printAbout(); } else if (s.equalsIgnoreCase("-help") || s.equalsIgnoreCase("-h") || s.equalsIgnoreCase("-?")) { OptionPrint.printHelp(); @@ -390,23 +390,23 @@ public int getFtpPort() { return ftpPort; } - private void addInConfig(final FileReader source) throws IOException { - BufferedReader br = null; + private void addInConfig(BufferedReader br) throws IOException { + if (br == null) { + return; + } try { - br = new BufferedReader(source); String s = null; while ((s = br.readLine()) != null) { config.add(s); } } finally { - if (br != null) { - br.close(); - } + br.close(); } } public void initConfig(String filename) throws IOException { - addInConfig(new FileReader(filename)); + final BufferedReader br = new BufferedReader(new FileReader(filename)); + addInConfig(br); } private void initInclude(String filename) throws IOException { @@ -414,16 +414,16 @@ private void initInclude(String filename) throws IOException { return; } if (filename.contains("*")) { - final FileGroup group = new FileGroup(filename, Collections. emptyList(), null); + final FileGroup group = new FileGroup(filename, Collections.emptyList(), null); for (File f : group.getFiles()) { if (f.exists() && f.canRead()) { - addInConfig(new FileReader(f)); + addInConfig(new BufferedReader(new FileReader(f))); } } } else { final File f = new File(filename); if (f.exists() && f.canRead()) { - addInConfig(new FileReader(f)); + addInConfig(new BufferedReader(new FileReader(f))); } } } @@ -467,7 +467,19 @@ public final List getExcludes() { return Collections.unmodifiableList(excludes); } - public Defines getDefaultDefines(File f) { + public Defines getDefaultDefines(SFile f) { + final Defines result = Defines.createWithFileName(f); + for (Map.Entry ent : defines.entrySet()) { + String value = ent.getValue(); + if (value == null) { + value = ""; + } + result.define(ent.getKey(), Arrays.asList(value), false, null); + } + return result; + } + + public Defines getDefaultDefines(java.io.File f) { final Defines result = Defines.createWithFileName(f); for (Map.Entry ent : defines.entrySet()) { String value = ent.getValue(); diff --git a/src/net/sourceforge/plantuml/OptionFlags.java b/src/net/sourceforge/plantuml/OptionFlags.java index 4d03d5ef0fd..7ec929b9463 100644 --- a/src/net/sourceforge/plantuml/OptionFlags.java +++ b/src/net/sourceforge/plantuml/OptionFlags.java @@ -35,14 +35,14 @@ */ package net.sourceforge.plantuml; -import java.io.File; import java.io.FileNotFoundException; -import java.io.FileOutputStream; import java.io.PrintStream; import java.util.concurrent.atomic.AtomicBoolean; import net.sourceforge.plantuml.core.Diagram; import net.sourceforge.plantuml.cucadiagram.dot.GraphvizUtils; +import net.sourceforge.plantuml.security.SFile; +import net.sourceforge.plantuml.security.SecurityUtils; import net.sourceforge.plantuml.ugraphic.ImageBuilder; public class OptionFlags { @@ -129,7 +129,7 @@ public boolean useJavaInsteadOfDot() { private boolean clipboard; private String fileSeparator = "_"; private long timeoutMs = 15 * 60 * 1000L; // 15 minutes - private File logData; + private SFile logData; public static OptionFlags getInstance() { return singleton; @@ -193,7 +193,7 @@ public final void setCheckDotError(boolean checkDotError) { private final AtomicBoolean logDataInitized = new AtomicBoolean(false); - public void logData(File file, Diagram system) { + public void logData(final SFile file, Diagram system) { final String warnOrError = system.getWarningOrError(); if (warnOrError == null) { return; @@ -202,7 +202,7 @@ public void logData(File file, Diagram system) { if (logData == null && logDataInitized.get() == false) { final String s = GraphvizUtils.getenvLogData(); if (s != null) { - setLogData(new File(s)); + setLogData(new SFile(s)); } logDataInitized.set(true); } @@ -213,7 +213,7 @@ public void logData(File file, Diagram system) { // final PSystemError systemError = (PSystemError) system; PrintStream ps = null; try { - ps = new PrintStream(new FileOutputStream(logData, true)); + ps = SecurityUtils.createPrintStream(logData.createFileOutputStream(true)); ps.println("Start of " + file.getName()); ps.println(warnOrError); ps.println("End of " + file.getName()); @@ -229,12 +229,12 @@ public void logData(File file, Diagram system) { } } - public final void setLogData(File logData) { + public final void setLogData(SFile logData) { this.logData = logData; logData.delete(); PrintStream ps = null; try { - ps = new PrintStream(new FileOutputStream(logData)); + ps = SecurityUtils.createPrintStream(logData.createFileOutputStream()); ps.println(); } catch (FileNotFoundException e) { Log.error("Cannot open " + logData); diff --git a/src/net/sourceforge/plantuml/OptionPrint.java b/src/net/sourceforge/plantuml/OptionPrint.java index cf2c08e922a..bc8cedb069b 100644 --- a/src/net/sourceforge/plantuml/OptionPrint.java +++ b/src/net/sourceforge/plantuml/OptionPrint.java @@ -35,7 +35,6 @@ */ package net.sourceforge.plantuml; -import java.io.File; import java.net.InetAddress; import java.nio.charset.Charset; import java.util.ArrayList; @@ -48,6 +47,9 @@ import java.util.Properties; import net.sourceforge.plantuml.cucadiagram.dot.GraphvizUtils; +import net.sourceforge.plantuml.security.SFile; +import net.sourceforge.plantuml.security.SecurityProfile; +import net.sourceforge.plantuml.security.SecurityUtils; import net.sourceforge.plantuml.syntax.LanguageDescriptor; import net.sourceforge.plantuml.version.License; import net.sourceforge.plantuml.version.PSystemVersion; @@ -78,8 +80,8 @@ static public void printHelp() throws InterruptedException { System.out.println("\t(to process files or directories)"); System.out.println(); System.out.println("You can use the following wildcards in files/dirs:"); - System.out.println("\t*\tmeans any characters but '" + File.separator + "'"); - System.out.println("\t?\tone and only one character but '" + File.separator + "'"); + System.out.println("\t*\tmeans any characters but '" + SFile.separator + "'"); + System.out.println("\t?\tone and only one character but '" + SFile.separator + "'"); System.out.println("\t**\tmeans any characters (used to recurse through directories)"); System.out.println(); System.out.println("where options include:"); @@ -100,19 +102,19 @@ static public void printHelp() throws InterruptedException { System.out.println(" -DVAR1=value\tTo set a preprocessing variable as if '!define VAR1 value' were used"); System.out.println(" -Sparam1=value\tTo set a skin parameter as if 'skinparam param1 value' were used"); System.out.println(" -r[ecurse]\t\trecurse through directories"); - // System.out.println(" -config \"file\"\tTo read the provided config file before each diagram"); - final char separator = File.separatorChar; + // System.out.println(" -config \"file\"\tTo read the provided config file + // before each diagram"); + final char separator = SFile.separatorChar; System.out.println(" -I" + separator + "path" + separator + "to" + separator + "file\tTo include file as if '!include file' were used"); - System.out.println(" -I" + separator + "path" + separator + "to" + separator - + "*.puml\tTo include files with pattern"); + System.out.println( + " -I" + separator + "path" + separator + "to" + separator + "*.puml\tTo include files with pattern"); System.out.println(" -charset xxx\tTo use a specific charset (default is " + charset + ")"); System.out.println(" -e[x]clude pattern\tTo exclude files that match the provided pattern"); System.out.println(" -metadata\t\tTo retrieve PlantUML sources from PNG images"); System.out.println(" -nometadata\t\tTo NOT export metadata in PNG/SVG generated files"); System.out.println(" -checkmetadata\t\tSkip PNG files that don't need to be regenerated"); System.out.println(" -version\t\tTo display information about PlantUML and Java versions"); - System.out.println(" -checkversion\tTo check if a newer version is available for download"); System.out.println(" -v[erbose]\t\tTo have log information"); System.out.println(" -quiet\t\tTo NOT print error message into the console"); System.out.println(" -debugsvek\t\tTo generate intermediate svek files"); @@ -120,13 +122,14 @@ static public void printHelp() throws InterruptedException { System.out.println(" -testdot\t\tTo test the installation of graphviz"); System.out.println(" -graphvizdot \"exe\"\tTo specify dot executable"); System.out.println(" -p[ipe]\t\tTo use stdin for PlantUML source and stdout for PNG/SVG/EPS generation"); - System.out - .println(" -encodesprite 4|8|16[z] \"file\"\tTo encode a sprite at gray level (z for compression) from an image"); + System.out.println( + " -encodesprite 4|8|16[z] \"file\"\tTo encode a sprite at gray level (z for compression) from an image"); System.out.println(" -computeurl|-encodeurl\tTo compute the encoded URL of a PlantUML source file"); System.out.println(" -decodeurl\t\tTo retrieve the PlantUML source from an encoded URL"); System.out.println(" -syntax\t\tTo report any syntax error from standard input without generating images"); System.out.println(" -language\t\tTo print the list of PlantUML keywords"); - // System.out.println(" -nosuggestengine\tTo disable the suggest engine when errors in diagrams"); + // System.out.println(" -nosuggestengine\tTo disable the suggest engine when + // errors in diagrams"); System.out.println(" -checkonly\t\tTo check the syntax of files without generating images"); System.out.println(" -failfast\t\tTo stop processing as soon as a syntax error in diagram occurs"); System.out.println(" -failfast2\t\tTo do a first syntax check before processing files, to fail even faster"); @@ -192,13 +195,22 @@ public static void printVersion() throws InterruptedException { public static Collection interestingProperties() { final Properties p = System.getProperties(); - final List list1 = Arrays.asList("java.runtime.name", "Java Runtime", "java.vm.name", "JVM", - "java.runtime.version", "Java Version", "os.name", "Operating System", "file.encoding", - "Default Encoding", "user.language", "Language", "user.country", "Country"); - final List list2 = Arrays.asList("java.runtime.name", "Java Runtime", "java.vm.name", "JVM", - "java.runtime.version", "Java Version", "os.name", "Operating System", /* "os.version", "OS Version", */ - "file.encoding", "Default Encoding", "user.language", "Language", "user.country", "Country"); - final List all = withIp() ? list1 : list2; +// final List list1 = Arrays.asList("java.runtime.name", "Java Runtime", "java.vm.name", "JVM", +// "java.runtime.version", "Java Version", "os.name", "Operating System", "file.encoding", +// "Default Encoding", "user.language", "Language", "user.country", "Country"); +// final List list2 = Arrays.asList("java.runtime.name", "Java Runtime", "java.vm.name", "JVM", +// "java.runtime.version", "Java Version", "os.name", "Operating System", /* "os.version", "OS Version", */ +// "file.encoding", "Default Encoding", "user.language", "Language", "user.country", "Country"); +// final List all = withIp() ? list1 : list2; + final List all; + if (SecurityUtils.getSecurityProfile() == SecurityProfile.UNSECURE) { + all = Arrays.asList("java.runtime.name", "Java Runtime", "java.vm.name", "JVM", "java.runtime.version", + "Java Version", "os.name", "Operating System", "os.version", "OS Version", "file.encoding", + "Default Encoding", "user.language", "Language", "user.country", "Country"); + } else { + all = Arrays.asList("java.runtime.name", "Java Runtime", "java.vm.name", "JVM", "file.encoding", + "Default Encoding", "user.language", "Language", "user.country", "Country"); + } final List result = new ArrayList(); for (int i = 0; i < all.size(); i += 2) { result.add(all.get(i + 1) + ": " + p.getProperty(all.get(i))); @@ -208,27 +220,33 @@ public static Collection interestingProperties() { public static Collection interestingValues() { final List strings = new ArrayList(); - if (withIp() == false) { - strings.add("Machine: " + getHostName()); - } +// if (withIp() == false) { +// strings.add("Machine: " + getHostName()); +// } +// strings.add(" "); +// strings.add("Current Security Profile: " + SecurityUtils.getSecurityProfile()); +// strings.add(SecurityUtils.getSecurityProfile().longDescription()); + strings.add(" "); strings.add("PLANTUML_LIMIT_SIZE: " + GraphvizUtils.getenvImageLimit()); - strings.add("Processors: " + Runtime.getRuntime().availableProcessors()); - final long freeMemory = Runtime.getRuntime().freeMemory(); - final long maxMemory = Runtime.getRuntime().maxMemory(); - final long totalMemory = Runtime.getRuntime().totalMemory(); - final long usedMemory = totalMemory - freeMemory; - final int threadActiveCount = Thread.activeCount(); - strings.add("Max Memory: " + format(maxMemory)); - strings.add("Total Memory: " + format(totalMemory)); - strings.add("Free Memory: " + format(freeMemory)); - strings.add("Used Memory: " + format(usedMemory)); - strings.add("Thread Active Count: " + threadActiveCount); + if (SecurityUtils.getSecurityProfile() == SecurityProfile.UNSECURE) { + strings.add("Processors: " + Runtime.getRuntime().availableProcessors()); + final long freeMemory = Runtime.getRuntime().freeMemory(); + final long maxMemory = Runtime.getRuntime().maxMemory(); + final long totalMemory = Runtime.getRuntime().totalMemory(); + final long usedMemory = totalMemory - freeMemory; + final int threadActiveCount = Thread.activeCount(); + strings.add("Max Memory: " + format(maxMemory)); + strings.add("Total Memory: " + format(totalMemory)); + strings.add("Free Memory: " + format(freeMemory)); + strings.add("Used Memory: " + format(usedMemory)); + strings.add("Thread Active Count: " + threadActiveCount); + } return Collections.unmodifiableCollection(strings); } - private static boolean withIp() { - return getHostName().startsWith("ip-"); - } +// private static boolean withIp() { +// return getHostName().startsWith("ip-"); +// } private static String hostname; @@ -258,30 +276,6 @@ private static String format(final long value) { return String.format(Locale.US, "%,d", value); } - public static void checkVersion() throws InterruptedException { - System.out.println(Version.fullDescription()); - System.out.println(); - final int lastversion = PSystemVersion.extractDownloadableVersion(null, null); - if (lastversion == -1) { - System.out.println("Error"); - System.out.println("Cannot connect to http://plantuml.com/"); - System.out.println("Maybe you should set your proxy ?"); - } else if (lastversion == 0) { - System.out.println("Error"); - System.out.println("Cannot retrieve last version from http://plantuml.com/"); - } else { - System.out.println("Last available version for download : " + lastversion); - System.out.println(); - if (Version.version() >= lastversion) { - System.out.println("Your version is up to date."); - } else { - System.out.println("A newer version is available for download."); - } - } - - exit(0); - } - public static void printAbout() throws InterruptedException { for (String s : PSystemVersion.getAuthorsStrings(false)) { System.out.println(s); diff --git a/src/net/sourceforge/plantuml/PSystemBuilder.java b/src/net/sourceforge/plantuml/PSystemBuilder.java index 0e861c4a274..18dc21a623b 100644 --- a/src/net/sourceforge/plantuml/PSystemBuilder.java +++ b/src/net/sourceforge/plantuml/PSystemBuilder.java @@ -61,6 +61,7 @@ import net.sourceforge.plantuml.eggs.PSystemCharlieFactory; import net.sourceforge.plantuml.eggs.PSystemColorsFactory; import net.sourceforge.plantuml.eggs.PSystemEggFactory; +import net.sourceforge.plantuml.eggs.PSystemPathFactory; import net.sourceforge.plantuml.eggs.PSystemRIPFactory; import net.sourceforge.plantuml.eggs.PSystemWelcomeFactory; import net.sourceforge.plantuml.error.PSystemError; @@ -78,6 +79,8 @@ import net.sourceforge.plantuml.oregon.PSystemOregonFactory; import net.sourceforge.plantuml.project.GanttDiagramFactory; import net.sourceforge.plantuml.salt.PSystemSaltFactory; +import net.sourceforge.plantuml.security.SecurityProfile; +import net.sourceforge.plantuml.security.SecurityUtils; import net.sourceforge.plantuml.sequencediagram.SequenceDiagramFactory; import net.sourceforge.plantuml.sprite.ListSpriteDiagramFactory; import net.sourceforge.plantuml.sprite.PSystemListInternalSpritesFactory; @@ -191,7 +194,9 @@ private static List getAllFactories(ISkinSimple skinParam) { factories.add(new PSystemAppleTwoFactory()); factories.add(new PSystemRIPFactory()); // factories.add(new PSystemLostFactory()); - // factories.add(new PSystemPathFactory()); + if (SecurityUtils.getSecurityProfile() == SecurityProfile.UNSECURE) { + factories.add(new PSystemPathFactory()); + } factories.add(new PSystemOregonFactory()); factories.add(new PSystemCharlieFactory()); if (License.getCurrent() == License.GPL || License.getCurrent() == License.GPLV2) { diff --git a/src/net/sourceforge/plantuml/PSystemUtils.java b/src/net/sourceforge/plantuml/PSystemUtils.java index 0dff2f50a07..9babbd75a5f 100644 --- a/src/net/sourceforge/plantuml/PSystemUtils.java +++ b/src/net/sourceforge/plantuml/PSystemUtils.java @@ -35,9 +35,6 @@ */ package net.sourceforge.plantuml; -import java.io.BufferedOutputStream; -import java.io.File; -import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.util.ArrayList; @@ -52,6 +49,7 @@ import net.sourceforge.plantuml.html.CucaDiagramHtmlMaker; import net.sourceforge.plantuml.png.PngSplitter; import net.sourceforge.plantuml.project.GanttDiagram; +import net.sourceforge.plantuml.security.SFile; import net.sourceforge.plantuml.sequencediagram.SequenceDiagram; import net.sourceforge.plantuml.ugraphic.color.HColorUtils; @@ -65,7 +63,7 @@ public static List exportDiagrams(Diagram system, SuggestedFile s public static List exportDiagrams(Diagram system, SuggestedFile suggestedFile, FileFormatOption fileFormatOption, boolean checkMetadata) throws IOException { - final File existingFile = suggestedFile.getFile(0); + final SFile existingFile = suggestedFile.getFile(0); if (checkMetadata && fileFormatOption.getFileFormat().doesSupportMetadata() && existingFile.exists() && system.getNbImages() == 1) { // final String version = Version.versionString(); @@ -76,7 +74,7 @@ public static List exportDiagrams(Diagram system, SuggestedFile s final boolean sameMetadata = fileFormatOption.getFileFormat().equalsMetadata(system.getMetadata(), existingFile); if (sameMetadata) { - Log.info("Skipping " + existingFile.getAbsolutePath() + " because metadata has not changed."); + Log.info("Skipping " + existingFile.getPrintablePath() + " because metadata has not changed."); return Arrays.asList(new FileImageData(existingFile, null)); } } @@ -105,11 +103,11 @@ private static List exportDiagramsNewpaged(NewpagedDiagram system final int nbImages = system.getNbImages(); for (int i = 0; i < nbImages; i++) { - final File f = suggestedFile.getFile(i); + final SFile f = suggestedFile.getFile(i); if (canFileBeWritten(f) == false) { return result; } - final OutputStream fos = new BufferedOutputStream(new FileOutputStream(f)); + final OutputStream fos = f.createBufferedOutputStream(); ImageData cmap = null; try { system.exportDiagram(fos, i, fileFormat); @@ -125,8 +123,8 @@ private static List exportDiagramsNewpaged(NewpagedDiagram system return result; } - public static boolean canFileBeWritten(final File f) { - Log.info("Creating file: " + f); + public static boolean canFileBeWritten(final SFile f) { + Log.info("Creating file: " + f.getAbsolutePath()); if (f.exists() && f.canWrite() == false) { if (OptionFlags.getInstance().isOverwrite()) { Log.info("Overwrite " + f); @@ -134,7 +132,7 @@ public static boolean canFileBeWritten(final File f) { f.delete(); return true; } - Log.error("Cannot write to file " + f); + Log.error("Cannot write to file " + f.getAbsolutePath()); return false; } return true; @@ -151,7 +149,7 @@ static private List exportDiagramsDefault(Diagram system, Suggest if (PSystemUtils.canFileBeWritten(suggestedFile.getFile(0)) == false) { return Collections.emptyList(); } - os = new BufferedOutputStream(new FileOutputStream(suggestedFile.getFile(0))); + os = suggestedFile.getFile(0).createBufferedOutputStream(); // system.exportDiagram(os, null, 0, fileFormat); imageData = system.exportDiagram(os, 0, fileFormat); } finally { @@ -174,7 +172,7 @@ static private List exportDiagramsActivityDiagram3(ActivityDiagra if (PSystemUtils.canFileBeWritten(suggestedFile.getFile(0)) == false) { return Collections.emptyList(); } - os = new BufferedOutputStream(new FileOutputStream(suggestedFile.getFile(0))); + os = suggestedFile.getFile(0).createBufferedOutputStream(); imageData = cmap = system.exportDiagram(os, 0, fileFormat); } finally { if (os != null) { @@ -193,11 +191,11 @@ private static List exportDiagramsSequence(SequenceDiagram system final int nbImages = system.getNbImages(); for (int i = 0; i < nbImages; i++) { - final File f = suggestedFile.getFile(i); + final SFile f = suggestedFile.getFile(i); if (PSystemUtils.canFileBeWritten(suggestedFile.getFile(i)) == false) { return result; } - final OutputStream fos = new BufferedOutputStream(new FileOutputStream(f)); + final OutputStream fos = f.createBufferedOutputStream(); ImageData cmap = null; try { cmap = system.exportDiagram(fos, i, fileFormat); @@ -230,7 +228,7 @@ static private List exportDiagramsCuca(CucaDiagram system, Sugges return Collections.emptyList(); } // System.err.println("FOO11=" + suggestedFile); - // os = new BufferedOutputStream(new FileOutputStream(suggestedFile)); + // os = SecurityUtils.BufferedOutputStream(suggestedFile)); os = new NamedOutputStream(suggestedFile.getFile(0)); cmap = system.exportDiagram(os, 0, fileFormat); } finally { @@ -238,7 +236,7 @@ static private List exportDiagramsCuca(CucaDiagram system, Sugges os.close(); } } - List result = Arrays.asList(suggestedFile.getFile(0)); + List result = Arrays.asList(suggestedFile.getFile(0)); if (cmap != null && cmap.containsCMapData()) { system.exportCmap(suggestedFile, 0, cmap); @@ -250,16 +248,18 @@ static private List exportDiagramsCuca(CucaDiagram system, Sugges system.getSkinParam().getSplitParam()).getFiles(); } final List result2 = new ArrayList(); - for (File f : result) { + for (SFile f : result) { result2.add(new FileImageData(f, cmap)); } return result2; } - // static private List exportDiagramsGantt1(GanttDiagram system, SuggestedFile suggestedFile, + // static private List exportDiagramsGantt1(GanttDiagram system, + // SuggestedFile suggestedFile, // FileFormatOption fileFormat) throws IOException { - // if (suggestedFile.getFile(0).exists() && suggestedFile.getFile(0).isDirectory()) { + // if (suggestedFile.getFile(0).exists() && + // suggestedFile.getFile(0).isDirectory()) { // throw new IllegalArgumentException("File is a directory " + suggestedFile); // } // OutputStream os = null; @@ -268,7 +268,7 @@ static private List exportDiagramsCuca(CucaDiagram system, Sugges // if (PSystemUtils.canFileBeWritten(suggestedFile.getFile(0)) == false) { // return Collections.emptyList(); // } - // os = new BufferedOutputStream(new FileOutputStream(suggestedFile.getFile(0))); + // os = SecurityUtils.BufferedOutputStream(suggestedFile.getFile(0))); // imageData = system.exportDiagram(os, 0, fileFormat); // } finally { // if (os != null) { @@ -297,16 +297,16 @@ static private List exportDiagramsGantt2(GanttDiagram system, Sug os.close(); } } - List result = Arrays.asList(suggestedFile.getFile(0)); + List result = Arrays.asList(suggestedFile.getFile(0)); if (fileFormat.getFileFormat() == FileFormat.PNG) { final SplitParam splitParam = new SplitParam(HColorUtils.BLACK, null, 5); result = new PngSplitter(suggestedFile, system.getHorizontalPages(), system.getVerticalPages(), system.getMetadata(), system.getDpi(fileFormat), fileFormat.isWithMetadata(), splitParam) - .getFiles(); + .getFiles(); } final List result2 = new ArrayList(); - for (File f : result) { + for (SFile f : result) { result2.add(new FileImageData(f, cmap)); } return result2; @@ -317,7 +317,7 @@ private static List createFilesHtml(CucaDiagram system, Suggested throws IOException { final String name = suggestedFile.getName(); final int idx = name.lastIndexOf('.'); - final File dir = new File(suggestedFile.getParentFile(), name.substring(0, idx)); + final SFile dir = suggestedFile.getParentFile().file(name.substring(0, idx)); final CucaDiagramHtmlMaker maker = new CucaDiagramHtmlMaker(system, dir); return maker.create(); } diff --git a/src/net/sourceforge/plantuml/Run.java b/src/net/sourceforge/plantuml/Run.java index 40d8139c29f..8f5cbe27a30 100644 --- a/src/net/sourceforge/plantuml/Run.java +++ b/src/net/sourceforge/plantuml/Run.java @@ -52,7 +52,6 @@ import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; -import javax.imageio.ImageIO; import javax.swing.UIManager; import net.sourceforge.plantuml.activitydiagram.ActivityDiagramFactory; @@ -65,6 +64,9 @@ import net.sourceforge.plantuml.ftp.FtpServer; import net.sourceforge.plantuml.png.MetadataTag; import net.sourceforge.plantuml.preproc.Stdlib; +import net.sourceforge.plantuml.security.ImageIO; +import net.sourceforge.plantuml.security.SFile; +import net.sourceforge.plantuml.security.SecurityUtils; import net.sourceforge.plantuml.sequencediagram.SequenceDiagramFactory; import net.sourceforge.plantuml.sprite.SpriteGrayLevel; import net.sourceforge.plantuml.sprite.SpriteUtils; @@ -79,7 +81,8 @@ public class Run { private static Cypher cypher; - public static void main(String[] argsArray) throws NoPlantumlCompressionException, IOException, InterruptedException { + public static void main(String[] argsArray) + throws NoPlantumlCompressionException, IOException, InterruptedException { System.setProperty("log4j.debug", "false"); final long start = System.currentTimeMillis(); if (argsArray.length > 0 && argsArray[0].equalsIgnoreCase("-headless")) { @@ -120,6 +123,7 @@ public static void main(String[] argsArray) throws NoPlantumlCompressionExceptio encodeSprite(option.getResult()); return; } + Log.info("SecurityProfile " + SecurityUtils.getSecurityProfile()); if (OptionFlags.getInstance().isVerbose()) { Log.info("PlantUML Version " + Version.versionString()); Log.info("GraphicsEnvironment.isHeadless() " + GraphicsEnvironment.isHeadless()); @@ -270,15 +274,19 @@ private static void encodeSprite(List result) throws IOException { final URL source; final String lowerPath = StringUtils.goLowerCase(path); if (lowerPath.startsWith(httpProtocol) || lowerPath.startsWith(httpsProtocol)) { - source = new URL(path); + source = new java.net.URL(path); final String p = source.getPath(); fileName = p.substring(p.lastIndexOf('/') + 1, p.length()); } else { - final File f = new File(path); + final SFile f = new SFile(path); source = f.toURI().toURL(); fileName = f.getName(); } + if (source == null) { + return; + } + InputStream stream = null; final BufferedImage im; try { @@ -359,15 +367,16 @@ private static void managePipe(Option option, ErrorStatus error) throws IOExcept new Pipe(option, System.out, System.in, charset).managePipe(error); } - private static void manageAllFiles(Option option, ErrorStatus error) throws NoPlantumlCompressionException, InterruptedException { + private static void manageAllFiles(Option option, ErrorStatus error) + throws NoPlantumlCompressionException, InterruptedException { - File lockFile = null; + SFile lockFile = null; try { if (OptionFlags.getInstance().isWord()) { - final File dir = new File(option.getResult().get(0)); - final File javaIsRunningFile = new File(dir, "javaisrunning.tmp"); + final SFile dir = new SFile(option.getResult().get(0)); + final SFile javaIsRunningFile = dir.file("javaisrunning.tmp"); javaIsRunningFile.delete(); - lockFile = new File(dir, "javaumllock.tmp"); + lockFile = dir.file("javaumllock.tmp"); } processArgs(option, error); } finally { @@ -378,7 +387,8 @@ private static void manageAllFiles(Option option, ErrorStatus error) throws NoPl } - private static void processArgs(Option option, ErrorStatus error) throws NoPlantumlCompressionException, InterruptedException { + private static void processArgs(Option option, ErrorStatus error) + throws NoPlantumlCompressionException, InterruptedException { if (option.isDecodeurl() == false && option.getNbThreads() > 1 && option.isCheckOnly() == false && OptionFlags.getInstance().isExtractFromMetadata() == false) { multithread(option, error); @@ -460,7 +470,7 @@ private static void incTotal(int nb) { private static void manageFileInternal(File f, Option option, ErrorStatus error) throws IOException, InterruptedException { - Log.info("Working on " + f.getAbsolutePath()); + Log.info("Working on " + f.getPath()); if (OptionFlags.getInstance().isExtractFromMetadata()) { System.out.println("------------------------"); System.out.println(f); @@ -468,8 +478,8 @@ private static void manageFileInternal(File f, Option option, ErrorStatus error) System.out.println(); error.goOk(); final String data = new MetadataTag(f, "plantuml").getData(); - // File file = new File("tmp.txt"); - // PrintWriter pw = new PrintWriter(file, "UTF-8"); + // File file = SecurityUtils.File("tmp.txt"); + // PrintWriter pw = SecurityUtils.PrintWriter(file, "UTF-8"); // pw.println(NastyEncoder.fromISO_8859_1(data)); // pw.close(); @@ -486,7 +496,7 @@ private static void manageFileInternal(File f, Option option, ErrorStatus error) sourceFileReader = new SourceFileReaderCopyCat(option.getDefaultDefines(f), f, outputDir, option.getConfig(), option.getCharset(), option.getFileFormatOption()); } else { - sourceFileReader = new SourceFileReader(option.getDefaultDefines(f), f, outputDir, option.getConfig(), + sourceFileReader = new SourceFileReader(option.getDefaultDefines(f), f, null, option.getConfig(), option.getCharset(), option.getFileFormatOption()); } } else { @@ -520,7 +530,7 @@ private static void manageFileInternal(File f, Option option, ErrorStatus error) final List result = sourceFileReader.getGeneratedImages(); final Stdrpt rpt = option.getStdrpt(); if (result.size() == 0) { - Log.error("Warning: no image in " + f.getCanonicalPath()); + Log.error("Warning: no image in " + f.getPath()); rpt.printInfo(System.err, null); // error.goNoData(); return; @@ -537,9 +547,9 @@ private static void extractPreproc(Option option, final ISourceFileReader source for (BlockUml blockUml : sourceFileReader.getBlocks()) { final SuggestedFile suggested = ((SourceFileReaderAbstract) sourceFileReader).getSuggestedFile(blockUml) .withPreprocFormat(); - final File file = suggested.getFile(0); - Log.info("Export preprocessing source to " + file.getAbsolutePath()); - final PrintWriter pw = charset == null ? new PrintWriter(file) : new PrintWriter(file, charset); + final SFile file = suggested.getFile(0); + Log.info("Export preprocessing source to " + file.getPrintablePath()); + final PrintWriter pw = charset == null ? file.createPrintWriter() : file.createPrintWriter(charset); int level = 0; for (CharSequence cs : blockUml.getDefinition(true)) { String s = cs.toString(); @@ -568,7 +578,7 @@ private static void hasErrors(File f, final List list, ErrorStat for (GeneratedImage i : list) { final int lineError = i.lineErrorRaw(); if (lineError != -1) { - Log.error("Error line " + lineError + " in file: " + f.getCanonicalPath()); + Log.error("Error line " + lineError + " in file: " + f.getPath()); error.goWithError(); return; } diff --git a/src/net/sourceforge/plantuml/SignatureUtils.java b/src/net/sourceforge/plantuml/SignatureUtils.java index ef830493a9c..65f2ccc8c99 100644 --- a/src/net/sourceforge/plantuml/SignatureUtils.java +++ b/src/net/sourceforge/plantuml/SignatureUtils.java @@ -35,8 +35,7 @@ */ package net.sourceforge.plantuml; -import java.io.File; -import java.io.FileInputStream; +import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.io.UnsupportedEncodingException; @@ -49,17 +48,19 @@ import javax.crypto.spec.PBEKeySpec; import net.sourceforge.plantuml.code.AsciiEncoder; +import net.sourceforge.plantuml.security.SFile; public class SignatureUtils { - // private static byte[] salting(String pass, byte[] salt) throws NoSuchAlgorithmException, InvalidKeySpecException, + // private static byte[] salting(String pass, byte[] salt) throws + // NoSuchAlgorithmException, InvalidKeySpecException, // UnsupportedEncodingException { // final byte[] tmp = salting2(pass, salt); // return SignatureUtils.getSHA512raw(tmp); // } - public static synchronized byte[] salting(String pass, byte[] salt) throws NoSuchAlgorithmException, - InvalidKeySpecException { + public static synchronized byte[] salting(String pass, byte[] salt) + throws NoSuchAlgorithmException, InvalidKeySpecException { final int iterations = 500; final int keyLength = 512; final SecretKeyFactory skf = SecretKeyFactory.getInstance("PBKDF2WithHmacSHA1"); @@ -123,7 +124,8 @@ public static String getSHA512Hex(String s) { } } - public static synchronized byte[] getMD5raw(String s) throws NoSuchAlgorithmException, UnsupportedEncodingException { + public static synchronized byte[] getMD5raw(String s) + throws NoSuchAlgorithmException, UnsupportedEncodingException { final MessageDigest msgDigest = MessageDigest.getInstance("MD5"); msgDigest.update(s.getBytes("UTF-8")); return msgDigest.digest(); @@ -133,15 +135,15 @@ public static byte[] getSHA512raw(String s) throws NoSuchAlgorithmException, Uns return getSHA512raw(s.getBytes("UTF-8")); } - public static synchronized byte[] getSHA512raw(byte data[]) throws NoSuchAlgorithmException, - UnsupportedEncodingException { + public static synchronized byte[] getSHA512raw(byte data[]) + throws NoSuchAlgorithmException, UnsupportedEncodingException { final MessageDigest msgDigest = MessageDigest.getInstance("SHA-512"); msgDigest.update(data); return msgDigest.digest(); } - public static String getSignatureSha512(File f) throws IOException { - final InputStream is = new FileInputStream(f); + public static String getSignatureSha512(SFile f) throws IOException { + final InputStream is = f.openFile(); try { return getSignatureSha512(is); } finally { @@ -180,10 +182,13 @@ public static String purge(String s) { return s; } - public static synchronized String getSignature(File f) throws IOException { + public static synchronized String getSignature(SFile f) throws IOException { try { final MessageDigest msgDigest = MessageDigest.getInstance("MD5"); - final FileInputStream is = new FileInputStream(f); + final InputStream is = f.openFile(); + if (is == null) { + throw new FileNotFoundException(); + } int read = -1; while ((read = is.read()) != -1) { msgDigest.update((byte) read); diff --git a/src/net/sourceforge/plantuml/SourceFileReader.java b/src/net/sourceforge/plantuml/SourceFileReader.java index 76fa38c678f..5c6852acad3 100644 --- a/src/net/sourceforge/plantuml/SourceFileReader.java +++ b/src/net/sourceforge/plantuml/SourceFileReader.java @@ -36,6 +36,7 @@ package net.sourceforge.plantuml; import java.io.File; +import java.io.FileNotFoundException; import java.io.IOException; import java.io.Reader; import java.util.Collections; @@ -43,6 +44,7 @@ import net.sourceforge.plantuml.preproc.Defines; import net.sourceforge.plantuml.preproc.FileWithSuffix; +import net.sourceforge.plantuml.security.SFile; public class SourceFileReader extends SourceFileReaderAbstract implements ISourceFileReader { @@ -51,33 +53,33 @@ public SourceFileReader(File file) throws IOException { } public SourceFileReader(File file, File outputDirectory, String charset) throws IOException { - this(Defines.createWithFileName(file), file, outputDirectory, Collections. emptyList(), charset, + this(Defines.createWithFileName(file), file, outputDirectory, Collections.emptyList(), charset, new FileFormatOption(FileFormat.PNG)); } public SourceFileReader(final File file, File outputDirectory) throws IOException { - this(Defines.createWithFileName(file), file, outputDirectory, Collections. emptyList(), null, + this(Defines.createWithFileName(file), file, outputDirectory, Collections.emptyList(), null, new FileFormatOption(FileFormat.PNG)); } public SourceFileReader(final File file, File outputDirectory, FileFormatOption fileFormatOption) throws IOException { - this(Defines.createWithFileName(file), file, outputDirectory, Collections. emptyList(), null, + this(Defines.createWithFileName(file), file, outputDirectory, Collections.emptyList(), null, fileFormatOption); } - public SourceFileReader(Defines defines, final File file, File outputDirectory, List config, - String charset, FileFormatOption fileFormatOption) throws IOException { + public SourceFileReader(Defines defines, final File file, File outputDirectory, List config, String charset, + FileFormatOption fileFormatOption) throws IOException { this.file = file; this.fileFormatOption = fileFormatOption; if (file.exists() == false) { throw new IllegalArgumentException(); } - FileSystem.getInstance().setCurrentDir(file.getAbsoluteFile().getParentFile()); + FileSystem.getInstance().setCurrentDir(SFile.fromFile(file.getAbsoluteFile().getParentFile())); if (outputDirectory == null) { outputDirectory = file.getAbsoluteFile().getParentFile(); } else if (outputDirectory.isAbsolute() == false) { - outputDirectory = FileSystem.getInstance().getFile(outputDirectory.getPath()); + outputDirectory = FileSystem.getInstance().getFile(outputDirectory.getPath()).conv(); } if (outputDirectory.exists() == false) { outputDirectory.mkdirs(); @@ -85,11 +87,11 @@ public SourceFileReader(Defines defines, final File file, File outputDirectory, this.outputDirectory = outputDirectory; final Reader reader = getReader(charset); - builder = new BlockUmlBuilder(config, charset, defines, reader, file.getAbsoluteFile() - .getParentFile(), FileWithSuffix.getFileName(file)); + builder = new BlockUmlBuilder(config, charset, defines, reader, + SFile.fromFile(file.getAbsoluteFile().getParentFile()), FileWithSuffix.getFileName(file)); } - private File getDirIfDirectory(String newName) { + private File getDirIfDirectory(String newName) throws FileNotFoundException { Log.info("Checking=" + newName); if (endsWithSlashOrAntislash(newName)) { Log.info("It ends with / so it looks like a directory"); @@ -137,7 +139,7 @@ private File getDirIfDirectory(String newName) { } @Override - protected SuggestedFile getSuggestedFile(BlockUml blockUml) { + protected SuggestedFile getSuggestedFile(BlockUml blockUml) throws FileNotFoundException { final String newName = blockUml.getFileOrDirname(); SuggestedFile suggested = null; if (newName != null) { @@ -162,5 +164,4 @@ protected SuggestedFile getSuggestedFile(BlockUml blockUml) { return suggested; } - } diff --git a/src/net/sourceforge/plantuml/SourceFileReaderAbstract.java b/src/net/sourceforge/plantuml/SourceFileReaderAbstract.java index 1d219a5d84c..1e01ebb8bd6 100644 --- a/src/net/sourceforge/plantuml/SourceFileReaderAbstract.java +++ b/src/net/sourceforge/plantuml/SourceFileReaderAbstract.java @@ -35,11 +35,10 @@ */ package net.sourceforge.plantuml; -import java.io.BufferedOutputStream; +import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; -import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStream; @@ -54,6 +53,8 @@ import net.sourceforge.plantuml.core.Diagram; import net.sourceforge.plantuml.error.PSystemError; import net.sourceforge.plantuml.preproc.FileWithSuffix; +import net.sourceforge.plantuml.security.SFile; +import net.sourceforge.plantuml.security.SecurityUtils; public abstract class SourceFileReaderAbstract { @@ -85,10 +86,10 @@ public List getBlocks() { protected Reader getReader(String charset) throws FileNotFoundException, UnsupportedEncodingException { if (charset == null) { Log.info("Using default charset"); - return new InputStreamReader(new FileInputStream(file)); + return new InputStreamReader(new BufferedInputStream(new FileInputStream(file))); } Log.info("Using charset " + charset); - return new InputStreamReader(new FileInputStream(file), charset); + return new InputStreamReader(new BufferedInputStream(new FileInputStream(file)), charset); } public final Set getIncludedFiles() { @@ -103,11 +104,11 @@ protected boolean endsWithSlashOrAntislash(String newName) { return newName.endsWith("/") || newName.endsWith("\\"); } - private List getCrashedImage(BlockUml blockUml, Throwable t, File outputFile) throws IOException { + private List getCrashedImage(BlockUml blockUml, Throwable t, SFile outputFile) throws IOException { final GeneratedImage image = new GeneratedImageImpl(outputFile, "Crash Error", blockUml, FileImageData.CRASH); OutputStream os = null; try { - os = new BufferedOutputStream(new FileOutputStream(outputFile)); + os = outputFile.createBufferedOutputStream(); UmlDiagram.exportDiagramError(os, t, fileFormatOption, 42, null, blockUml.getFlashData(), UmlDiagram.getFailureText2(t, blockUml.getFlashData())); } finally { @@ -119,13 +120,13 @@ private List getCrashedImage(BlockUml blockUml, Throwable t, Fil return Collections.singletonList(image); } - protected void exportWarnOrErrIfWord(final File f, final Diagram system) throws FileNotFoundException { + protected void exportWarnOrErrIfWord(final SFile f, final Diagram system) throws FileNotFoundException { if (OptionFlags.getInstance().isWord()) { final String warnOrError = system.getWarningOrError(); if (warnOrError != null) { final String name = f.getName().substring(0, f.getName().length() - 4) + ".err"; - final File errorFile = new File(f.getParentFile(), name); - final PrintStream ps = new PrintStream(new FileOutputStream(errorFile)); + final SFile errorFile = f.getParentFile().file(name); + final PrintStream ps = SecurityUtils.createPrintStream(errorFile.createFileOutputStream()); ps.print(warnOrError); ps.close(); } @@ -155,7 +156,7 @@ final public List getGeneratedImages() throws IOException { continue; } - OptionFlags.getInstance().logData(file, system); + OptionFlags.getInstance().logData(SFile.fromFile(file), system); final List exportDiagrams = PSystemUtils.exportDiagrams(system, suggested, fileFormatOption, checkMetadata); if (exportDiagrams.size() > 1) { @@ -164,7 +165,7 @@ final public List getGeneratedImages() throws IOException { for (FileImageData fdata : exportDiagrams) { final String desc = "[" + file.getName() + "] " + system.getDescription(); - final File f = fdata.getFile(); + final SFile f = fdata.getFile(); exportWarnOrErrIfWord(f, system); final GeneratedImage generatedImage = new GeneratedImageImpl(f, desc, blockUml, fdata.getStatus()); result.add(generatedImage); @@ -177,6 +178,6 @@ final public List getGeneratedImages() throws IOException { return Collections.unmodifiableList(result); } - abstract protected SuggestedFile getSuggestedFile(BlockUml blockUml); + abstract protected SuggestedFile getSuggestedFile(BlockUml blockUml) throws FileNotFoundException; } diff --git a/src/net/sourceforge/plantuml/SourceFileReaderCopyCat.java b/src/net/sourceforge/plantuml/SourceFileReaderCopyCat.java index b44f8c1b2b1..180eba81c7d 100644 --- a/src/net/sourceforge/plantuml/SourceFileReaderCopyCat.java +++ b/src/net/sourceforge/plantuml/SourceFileReaderCopyCat.java @@ -41,6 +41,7 @@ import net.sourceforge.plantuml.preproc.Defines; import net.sourceforge.plantuml.preproc.FileWithSuffix; +import net.sourceforge.plantuml.security.SFile; public class SourceFileReaderCopyCat extends SourceFileReaderAbstract implements ISourceFileReader { @@ -53,15 +54,17 @@ public SourceFileReaderCopyCat(Defines defines, final File file, File outputDire } final String path = file.getParentFile().getPath(); // System.err.println("SourceFileReaderCopyCat::path=" + path); - // System.err.println("SourceFileReaderCopyCat::outputDirectory=" + outputDirectory); + // System.err.println("SourceFileReaderCopyCat::outputDirectory=" + + // outputDirectory); this.outputDirectory = new File(outputDirectory, path).getAbsoluteFile(); if (outputDirectory.exists() == false) { outputDirectory.mkdirs(); } - // System.err.println("SourceFileReaderCopyCat=" + this.outputDirectory.getPath() + " " + // System.err.println("SourceFileReaderCopyCat=" + + // this.outputDirectory.getPath() + " " // + this.outputDirectory.getAbsolutePath()); - builder = new BlockUmlBuilder(config, charset, defines, getReader(charset), file.getAbsoluteFile() - .getParentFile(), FileWithSuffix.getFileName(file)); + builder = new BlockUmlBuilder(config, charset, defines, getReader(charset), + SFile.fromFile(file.getAbsoluteFile().getParentFile()), FileWithSuffix.getFileName(file)); } @Override diff --git a/src/net/sourceforge/plantuml/SourceFileReaderHardFile.java b/src/net/sourceforge/plantuml/SourceFileReaderHardFile.java index 3f9a7400392..053d6e76cb9 100644 --- a/src/net/sourceforge/plantuml/SourceFileReaderHardFile.java +++ b/src/net/sourceforge/plantuml/SourceFileReaderHardFile.java @@ -41,20 +41,21 @@ import net.sourceforge.plantuml.preproc.Defines; import net.sourceforge.plantuml.preproc.FileWithSuffix; +import net.sourceforge.plantuml.security.SFile; public class SourceFileReaderHardFile extends SourceFileReaderAbstract implements ISourceFileReader { - public SourceFileReaderHardFile(Defines defines, final File file, File outputFile, List config, String charset, - FileFormatOption fileFormatOption) throws IOException { + public SourceFileReaderHardFile(Defines defines, final File file, File outputFile, List config, + String charset, FileFormatOption fileFormatOption) throws IOException { this.file = file; this.fileFormatOption = fileFormatOption; this.outputFile = outputFile; if (file.exists() == false) { throw new IllegalArgumentException(); } - FileSystem.getInstance().setCurrentDir(file.getAbsoluteFile().getParentFile()); + FileSystem.getInstance().setCurrentDir(SFile.fromFile(file.getAbsoluteFile().getParentFile())); - final File parentFile = file.getAbsoluteFile().getParentFile(); + final SFile parentFile = SFile.fromFile(file.getAbsoluteFile().getParentFile()); builder = new BlockUmlBuilder(config, charset, defines, getReader(charset), parentFile, FileWithSuffix.getFileName(file)); } diff --git a/src/net/sourceforge/plantuml/SourceStringReader.java b/src/net/sourceforge/plantuml/SourceStringReader.java index 2a5c4cda4f9..bd78f9d8607 100644 --- a/src/net/sourceforge/plantuml/SourceStringReader.java +++ b/src/net/sourceforge/plantuml/SourceStringReader.java @@ -35,9 +35,6 @@ */ package net.sourceforge.plantuml; -import java.io.BufferedOutputStream; -import java.io.File; -import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.io.StringReader; @@ -50,6 +47,7 @@ import net.sourceforge.plantuml.core.ImageData; import net.sourceforge.plantuml.graphic.GraphicStrings; import net.sourceforge.plantuml.preproc.Defines; +import net.sourceforge.plantuml.security.SFile; import net.sourceforge.plantuml.svek.TextBlockBackcolored; import net.sourceforge.plantuml.ugraphic.ImageBuilder; import net.sourceforge.plantuml.ugraphic.color.ColorMapperIdentity; @@ -74,7 +72,7 @@ public SourceStringReader(Defines defines, String source) { this(defines, source, "UTF-8", Collections.emptyList()); } - public SourceStringReader(String source, File newCurrentDir) { + public SourceStringReader(String source, SFile newCurrentDir) { this(Defines.createEmpty(), source, "UTF-8", Collections.emptyList(), newCurrentDir); } @@ -82,7 +80,7 @@ public SourceStringReader(Defines defines, String source, String charset, List config, File newCurrentDir) { + public SourceStringReader(Defines defines, String source, String charset, List config, SFile newCurrentDir) { // // WARNING GLOBAL LOCK HERE // synchronized (SourceStringReader.class) { try { @@ -106,12 +104,12 @@ public DiagramDescription outputImage(OutputStream os) throws IOException { } @Deprecated - public String generateImage(File f) throws IOException { + public String generateImage(SFile f) throws IOException { return outputImage(f).getDescription(); } - public DiagramDescription outputImage(File f) throws IOException { - final OutputStream os = new BufferedOutputStream(new FileOutputStream(f)); + public DiagramDescription outputImage(SFile f) throws IOException { + final OutputStream os = f.createBufferedOutputStream(); DiagramDescription result = null; try { result = outputImage(os, 0); @@ -226,8 +224,8 @@ public String getCMapData(int numImage, FileFormatOption fileFormatOption) throw private void noStartumlFound(OutputStream os, FileFormatOption fileFormatOption, long seed) throws IOException { final TextBlockBackcolored error = GraphicStrings.createForError(Arrays.asList("No @startuml/@enduml found"), fileFormatOption.isUseRedForError()); - final ImageBuilder imageBuilder = ImageBuilder.buildA(new ColorMapperIdentity(), false, null, null, null, - 1.0, error.getBackcolor()); + final ImageBuilder imageBuilder = ImageBuilder.buildA(new ColorMapperIdentity(), false, null, null, null, 1.0, + error.getBackcolor()); imageBuilder.setUDrawable(error); imageBuilder.writeImageTOBEMOVED(fileFormatOption, seed, os); } diff --git a/src/net/sourceforge/plantuml/Splash.java b/src/net/sourceforge/plantuml/Splash.java index c0b49c5ec13..e1d5701e331 100644 --- a/src/net/sourceforge/plantuml/Splash.java +++ b/src/net/sourceforge/plantuml/Splash.java @@ -119,7 +119,8 @@ public void mouseMoved(MouseEvent event) { private void updateLinkColor(final Color newLink) { if (link != newLink) { link = newLink; - this.setCursor(link == LINK_NORMAL ? Cursor.getDefaultCursor() : Cursor.getPredefinedCursor(Cursor.HAND_CURSOR)); + this.setCursor( + link == LINK_NORMAL ? Cursor.getDefaultCursor() : Cursor.getPredefinedCursor(Cursor.HAND_CURSOR)); repaint(); } } @@ -136,7 +137,7 @@ public void mousePressed(MouseEvent event) { public void mouseClicked(MouseEvent event) { if (link != LINK_NORMAL) { try { - Desktop.getDesktop().browse(new URL("http://plantuml.com").toURI()); + Desktop.getDesktop().browse(new URL("https://plantuml.com").toURI()); } catch (Exception e) { e.printStackTrace(); } diff --git a/src/net/sourceforge/plantuml/StringUtils.java b/src/net/sourceforge/plantuml/StringUtils.java index e75cdface7e..6cad851605a 100644 --- a/src/net/sourceforge/plantuml/StringUtils.java +++ b/src/net/sourceforge/plantuml/StringUtils.java @@ -35,8 +35,6 @@ */ package net.sourceforge.plantuml; -import java.awt.Color; -import java.io.File; import java.util.ArrayList; import java.util.Collections; import java.util.List; @@ -49,18 +47,10 @@ import net.sourceforge.plantuml.command.regex.MyPattern; import net.sourceforge.plantuml.command.regex.Pattern2; import net.sourceforge.plantuml.cucadiagram.Display; -import net.sourceforge.plantuml.svek.DotStringFactory; -import net.sourceforge.plantuml.ugraphic.color.ColorMapper; -import net.sourceforge.plantuml.ugraphic.color.HColor; -import net.sourceforge.plantuml.ugraphic.color.HColorBackground; // Do not move public class StringUtils { - public static String getPlateformDependentAbsolutePath(File file) { - return file.getAbsolutePath(); - } - final static public List getSplit(Pattern2 pattern, String line) { final Matcher2 m = pattern.matcher(line); if (m.find() == false) { @@ -71,7 +61,6 @@ final static public List getSplit(Pattern2 pattern, String line) { result.add(m.group(i)); } return result; - } public static boolean isNotEmpty(String input) { @@ -338,9 +327,9 @@ public static boolean isDiagramCacheable(String uml) { if (uml.startsWith("@startuml\ndonors\n")) { return false; } - if (uml.startsWith("@startuml\ncheckversion")) { - return false; - } +// if (uml.startsWith("@startuml\ncheckversion")) { +// return false; +// } if (uml.startsWith("@startuml\ntestdot\n")) { return false; } diff --git a/src/net/sourceforge/plantuml/SuggestedFile.java b/src/net/sourceforge/plantuml/SuggestedFile.java index 45b6d00a7ff..7ba674d9f84 100644 --- a/src/net/sourceforge/plantuml/SuggestedFile.java +++ b/src/net/sourceforge/plantuml/SuggestedFile.java @@ -35,15 +35,15 @@ */ package net.sourceforge.plantuml; -import java.io.File; +import net.sourceforge.plantuml.security.SFile; public class SuggestedFile { private final FileFormat fileFormat; private final int initialCpt; - private final File outputFile; + private final SFile outputFile; - private SuggestedFile(File outputFile, FileFormat fileFormat, int initialCpt) { + private SuggestedFile(SFile outputFile, FileFormat fileFormat, int initialCpt) { if (outputFile.getName().endsWith(fileFormat.getFileSuffix())) { throw new IllegalArgumentException(); } @@ -58,14 +58,18 @@ public SuggestedFile withPreprocFormat() { @Override public String toString() { - return outputFile.getAbsolutePath() + "[" + initialCpt + "]"; + return outputFile.getPrintablePath() + "[" + initialCpt + "]"; } - public static SuggestedFile fromOutputFile(File outputFile, FileFormat fileFormat) { + public static SuggestedFile fromOutputFile(SFile outputFile, FileFormat fileFormat) { return fromOutputFile(outputFile, fileFormat, 0); } - public File getParentFile() { + public static SuggestedFile fromOutputFile(java.io.File outputFile, FileFormat fileFormat) { + return fromOutputFile(outputFile, fileFormat, 0); + } + + public SFile getParentFile() { return outputFile.getParentFile(); } @@ -73,17 +77,21 @@ public String getName() { return outputFile.getName(); } - public File getFile(int cpt) { + public SFile getFile(int cpt) { final String newName = fileFormat.changeName(outputFile.getName(), initialCpt + cpt); - return new File(outputFile.getParentFile(), newName); + return outputFile.getParentFile().file(newName); } - public static SuggestedFile fromOutputFile(File outputFile, FileFormat fileFormat, int initialCpt) { + public static SuggestedFile fromOutputFile(SFile outputFile, FileFormat fileFormat, int initialCpt) { return new SuggestedFile(outputFile, fileFormat, initialCpt); } - public File getTmpFile() { - return new File(getParentFile(), getName() + ".tmp"); + public static SuggestedFile fromOutputFile(java.io.File outputFile, FileFormat fileFormat, int initialCpt) { + return new SuggestedFile(SFile.fromFile(outputFile), fileFormat, initialCpt); + } + + public SFile getTmpFile() { + return getParentFile().file(getName() + ".tmp"); } } diff --git a/src/net/sourceforge/plantuml/SvgString.java b/src/net/sourceforge/plantuml/SvgString.java index 3264516bc70..8baa9af37ea 100644 --- a/src/net/sourceforge/plantuml/SvgString.java +++ b/src/net/sourceforge/plantuml/SvgString.java @@ -44,10 +44,13 @@ public class SvgString { private final double scale; public SvgString(String svg, double scale) { + if (svg == null) { + throw new IllegalArgumentException(); + } this.svg = svg; this.scale = scale; } - + public String getMD5Hex() { return SignatureUtils.getMD5Hex(svg); } diff --git a/src/net/sourceforge/plantuml/UmlDiagram.java b/src/net/sourceforge/plantuml/UmlDiagram.java index a9c9961a572..6871ff45f45 100644 --- a/src/net/sourceforge/plantuml/UmlDiagram.java +++ b/src/net/sourceforge/plantuml/UmlDiagram.java @@ -39,18 +39,14 @@ import java.awt.geom.AffineTransform; import java.awt.geom.Dimension2D; import java.awt.image.BufferedImage; -import java.io.BufferedOutputStream; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; -import java.io.File; import java.io.FileNotFoundException; -import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.io.PrintWriter; import java.util.List; -import javax.imageio.ImageIO; import javax.script.ScriptException; import net.sourceforge.plantuml.anim.Animation; @@ -73,6 +69,9 @@ import net.sourceforge.plantuml.graphic.UDrawable; import net.sourceforge.plantuml.mjpeg.MJPEGGenerator; import net.sourceforge.plantuml.pdf.PdfConverter; +import net.sourceforge.plantuml.security.ImageIO; +import net.sourceforge.plantuml.security.SFile; +import net.sourceforge.plantuml.security.SecurityUtils; import net.sourceforge.plantuml.sprite.Sprite; import net.sourceforge.plantuml.svek.EmptySvgException; import net.sourceforge.plantuml.svek.GraphvizCrash; @@ -261,7 +260,7 @@ public void drawU(UGraphic ug) { } private static void exportDiagramErrorText(OutputStream os, Throwable exception, List strings) { - final PrintWriter pw = new PrintWriter(os); + final PrintWriter pw = SecurityUtils.createPrintWriter(os); exception.printStackTrace(pw); pw.println(); pw.println(); @@ -312,7 +311,7 @@ public static List getFailureText2(Throwable exception, String textDiagr } private void exportDiagramInternalMjpeg(OutputStream os) throws IOException { - final File f = new File("c:/test.avi"); + final SFile f = new SFile("c:/test.avi"); final int nb = 150; final double framerate = 30; final MJPEGGenerator m = new MJPEGGenerator(f, 640, 480, framerate, nb); @@ -335,9 +334,9 @@ private void exportDiagramInternalMjpeg(OutputStream os) throws IOException { private Dimension2D lastInfo; private ImageData exportDiagramInternalPdf(OutputStream os, int index) throws IOException { - final File svg = FileUtils.createTempFile("pdf", ".svf"); - final File pdfFile = FileUtils.createTempFile("pdf", ".pdf"); - final OutputStream fos = new BufferedOutputStream(new FileOutputStream(svg)); + final SFile svg = FileUtils.createTempFile("pdf", ".svf"); + final SFile pdfFile = FileUtils.createTempFile("pdf", ".pdf"); + final OutputStream fos = svg.createBufferedOutputStream(); final ImageData result = exportDiagram(fos, index, new FileFormatOption(FileFormat.SVG)); fos.close(); PdfConverter.convert(svg, pdfFile); @@ -351,13 +350,13 @@ protected abstract ImageData exportDiagramInternal(OutputStream os, int index, F final protected void exportCmap(SuggestedFile suggestedFile, int index, final ImageData cmapdata) throws FileNotFoundException { final String name = changeName(suggestedFile.getFile(index).getAbsolutePath()); - final File cmapFile = new File(name); + final SFile cmapFile = new SFile(name); PrintWriter pw = null; try { if (PSystemUtils.canFileBeWritten(cmapFile) == false) { return; } - pw = new PrintWriter(cmapFile); + pw = cmapFile.createPrintWriter(); pw.print(cmapdata.getCMapData(cmapFile.getName().substring(0, cmapFile.getName().length() - 6))); pw.close(); } finally { diff --git a/src/net/sourceforge/plantuml/activitydiagram3/ftile/CollisionDetector.java b/src/net/sourceforge/plantuml/activitydiagram3/ftile/CollisionDetector.java index f01dab4ad3a..afc3b892deb 100644 --- a/src/net/sourceforge/plantuml/activitydiagram3/ftile/CollisionDetector.java +++ b/src/net/sourceforge/plantuml/activitydiagram3/ftile/CollisionDetector.java @@ -39,7 +39,6 @@ import java.util.ArrayList; import java.util.List; -import net.sourceforge.plantuml.Url; import net.sourceforge.plantuml.graphic.StringBounder; import net.sourceforge.plantuml.ugraphic.MinMax; import net.sourceforge.plantuml.ugraphic.UBackground; diff --git a/src/net/sourceforge/plantuml/activitydiagram3/ftile/vcompact/cond/ConditionalBuilder.java b/src/net/sourceforge/plantuml/activitydiagram3/ftile/vcompact/cond/ConditionalBuilder.java index 7cd697b2e17..318e306769e 100644 --- a/src/net/sourceforge/plantuml/activitydiagram3/ftile/vcompact/cond/ConditionalBuilder.java +++ b/src/net/sourceforge/plantuml/activitydiagram3/ftile/vcompact/cond/ConditionalBuilder.java @@ -58,7 +58,6 @@ import net.sourceforge.plantuml.creole.Sheet; import net.sourceforge.plantuml.creole.SheetBlock1; import net.sourceforge.plantuml.creole.SheetBlock2; -import net.sourceforge.plantuml.creole.legacy.CreoleParser; import net.sourceforge.plantuml.cucadiagram.Display; import net.sourceforge.plantuml.graphic.FontConfiguration; import net.sourceforge.plantuml.graphic.HorizontalAlignment; diff --git a/src/net/sourceforge/plantuml/activitydiagram3/ftile/vertical/FtileBox.java b/src/net/sourceforge/plantuml/activitydiagram3/ftile/vertical/FtileBox.java index f65f04adb60..e401a067aca 100644 --- a/src/net/sourceforge/plantuml/activitydiagram3/ftile/vertical/FtileBox.java +++ b/src/net/sourceforge/plantuml/activitydiagram3/ftile/vertical/FtileBox.java @@ -60,7 +60,6 @@ import net.sourceforge.plantuml.creole.SheetBlock1; import net.sourceforge.plantuml.creole.SheetBlock2; import net.sourceforge.plantuml.creole.Stencil; -import net.sourceforge.plantuml.creole.legacy.CreoleParser; import net.sourceforge.plantuml.cucadiagram.Display; import net.sourceforge.plantuml.graphic.FontConfiguration; import net.sourceforge.plantuml.graphic.HorizontalAlignment; @@ -251,7 +250,13 @@ public void drawU(UGraphic ug) { } else { ug = ug.apply(borderColor); } - ug = ug.apply(backColor.bg()).apply(thickness); + if (backColor == null) { + ug = ug.apply(new HColorNone().bg()); + } else { + ug = ug.apply(backColor.bg()); + } + + ug = ug.apply(thickness); rect.drawU(ug); if (horizontalAlignment == HorizontalAlignment.LEFT) { diff --git a/src/net/sourceforge/plantuml/ant/CheckZipTask.java b/src/net/sourceforge/plantuml/ant/CheckZipTask.java index 0dde7804b5c..cce7113366b 100644 --- a/src/net/sourceforge/plantuml/ant/CheckZipTask.java +++ b/src/net/sourceforge/plantuml/ant/CheckZipTask.java @@ -35,9 +35,9 @@ */ package net.sourceforge.plantuml.ant; -import java.io.File; -import java.io.FileInputStream; +import java.io.FileNotFoundException; import java.io.IOException; +import java.io.InputStream; import java.io.PrintWriter; import java.util.ArrayList; import java.util.List; @@ -49,6 +49,9 @@ import org.apache.tools.ant.types.FileList; import org.apache.tools.ant.types.FileSet; +import net.sourceforge.plantuml.security.SFile; +import net.sourceforge.plantuml.security.SecurityUtils; + public class CheckZipTask extends Task { private String zipfile = null; @@ -76,7 +79,7 @@ public void execute() throws BuildException { myLog("Check " + zipfile); try { - loadZipFile(new File(zipfile)); + loadZipFile(new SFile(zipfile)); for (FileList fileList : filelists) { manageFileList(fileList); } @@ -106,11 +109,15 @@ private boolean isPresentInFile(String s) { private final List entries = new ArrayList(); - private void loadZipFile(File file) throws IOException { + private void loadZipFile(SFile file) throws IOException { this.entries.clear(); - final PrintWriter pw = new PrintWriter("tmp.txt"); - final ZipInputStream zis = new ZipInputStream(new FileInputStream(file)); + final PrintWriter pw = SecurityUtils.createPrintWriter("tmp.txt"); + final InputStream tmp = file.openFile(); + if (tmp == null) { + throw new FileNotFoundException(); + } + final ZipInputStream zis = new ZipInputStream(tmp); ZipEntry ze = zis.getNextEntry(); while (ze != null) { diff --git a/src/net/sourceforge/plantuml/ant/PlantUmlTask.java b/src/net/sourceforge/plantuml/ant/PlantUmlTask.java index 251c0ef38ac..f2e20824446 100644 --- a/src/net/sourceforge/plantuml/ant/PlantUmlTask.java +++ b/src/net/sourceforge/plantuml/ant/PlantUmlTask.java @@ -211,8 +211,8 @@ public Boolean call() throws Exception { return false; } - private boolean doFile(final File f, final SourceFileReader sourceFileReader) throws IOException, - InterruptedException { + private boolean doFile(final File f, final SourceFileReader sourceFileReader) + throws IOException, InterruptedException { final Collection result = sourceFileReader.getGeneratedImages(); boolean error = false; for (GeneratedImage g : result) { diff --git a/src/net/sourceforge/plantuml/braille/UGraphicBraille.java b/src/net/sourceforge/plantuml/braille/UGraphicBraille.java index c281eecee50..3965155ee50 100644 --- a/src/net/sourceforge/plantuml/braille/UGraphicBraille.java +++ b/src/net/sourceforge/plantuml/braille/UGraphicBraille.java @@ -40,7 +40,6 @@ import net.sourceforge.plantuml.FileFormat; import net.sourceforge.plantuml.FileFormatOption; import net.sourceforge.plantuml.TikzFontDistortion; -import net.sourceforge.plantuml.Url; import net.sourceforge.plantuml.graphic.StringBounder; import net.sourceforge.plantuml.posimo.DotPath; import net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic; diff --git a/src/net/sourceforge/plantuml/classdiagram/ClassDiagramFactory.java b/src/net/sourceforge/plantuml/classdiagram/ClassDiagramFactory.java index dad321503a8..486522aba86 100644 --- a/src/net/sourceforge/plantuml/classdiagram/ClassDiagramFactory.java +++ b/src/net/sourceforge/plantuml/classdiagram/ClassDiagramFactory.java @@ -48,7 +48,6 @@ import net.sourceforge.plantuml.classdiagram.command.CommandCreateElementFull2.Mode; import net.sourceforge.plantuml.classdiagram.command.CommandDiamondAssociation; import net.sourceforge.plantuml.classdiagram.command.CommandHideShow2; -import net.sourceforge.plantuml.classdiagram.command.CommandImport; import net.sourceforge.plantuml.classdiagram.command.CommandLayoutNewLine; import net.sourceforge.plantuml.classdiagram.command.CommandLinkClass; import net.sourceforge.plantuml.classdiagram.command.CommandLinkLollipop; @@ -137,8 +136,6 @@ protected List createCommands() { cmds.add(new CommandLinkClass(UmlDiagramType.CLASS)); cmds.add(new CommandLinkLollipop(UmlDiagramType.CLASS)); - cmds.add(new CommandImport()); - final CommandFactoryTipOnEntity factoryTipOnEntityCommand = new CommandFactoryTipOnEntity("a", new RegexLeaf( "ENTITY", "(" + CommandCreateClass.CODE_NO_DOTDOT + "|[%g][^%g]+[%g])::([%g][^%g]+[%g]|[^%s]+)")); cmds.add(factoryTipOnEntityCommand.createMultiLine(true)); diff --git a/src/net/sourceforge/plantuml/classdiagram/command/CommandImport.java b/src/net/sourceforge/plantuml/classdiagram/command/CommandImport.java deleted file mode 100644 index 0373e0bc67a..00000000000 --- a/src/net/sourceforge/plantuml/classdiagram/command/CommandImport.java +++ /dev/null @@ -1,128 +0,0 @@ -/* ======================================================================== - * PlantUML : a free UML diagram generator - * ======================================================================== - * - * (C) Copyright 2009-2020, Arnaud Roques - * - * Project Info: http://plantuml.com - * - * If you like this project or if you find it useful, you can support us at: - * - * http://plantuml.com/patreon (only 1$ per month!) - * http://plantuml.com/paypal - * - * This file is part of PlantUML. - * - * PlantUML is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * PlantUML distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public - * License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. - * - * - * Original Author: Arnaud Roques - * - * - */ -package net.sourceforge.plantuml.classdiagram.command; - -import java.io.File; -import java.io.IOException; - -import net.sourceforge.plantuml.FileSystem; -import net.sourceforge.plantuml.LineLocation; -import net.sourceforge.plantuml.StringUtils; -import net.sourceforge.plantuml.classdiagram.ClassDiagram; -import net.sourceforge.plantuml.command.CommandExecutionResult; -import net.sourceforge.plantuml.command.SingleLineCommand2; -import net.sourceforge.plantuml.command.regex.IRegex; -import net.sourceforge.plantuml.command.regex.RegexConcat; -import net.sourceforge.plantuml.command.regex.RegexLeaf; -import net.sourceforge.plantuml.command.regex.RegexResult; -import net.sourceforge.plantuml.cucadiagram.Code; -import net.sourceforge.plantuml.cucadiagram.Display; -import net.sourceforge.plantuml.cucadiagram.IEntity; -import net.sourceforge.plantuml.cucadiagram.Link; -import net.sourceforge.plantuml.cucadiagram.LinkDecor; -import net.sourceforge.plantuml.cucadiagram.LinkType; - -public class CommandImport extends SingleLineCommand2 { - - public CommandImport() { - super(getRegexConcat()); - } - - static IRegex getRegexConcat() { - return RegexConcat.build(CommandImport.class.getName(), // - RegexLeaf.start(), // - new RegexLeaf("import"), // - RegexLeaf.spaceOneOrMore(), // - new RegexLeaf("[%g]?"), // - new RegexLeaf("NAME", "([^%g]+)"), // - new RegexLeaf("[%g]?"), RegexLeaf.end()); // - } - - @Override - protected CommandExecutionResult executeArg(ClassDiagram diagram, LineLocation location, RegexResult arg) { - final String arg0 = arg.get("NAME", 0); - try { - final File f = FileSystem.getInstance().getFile(arg0); - - if (f.isFile()) { - includeSimpleFile(diagram, f); - } else if (f.isDirectory()) { - includeDirectory(diagram, f); - } - } catch (IOException e) { - e.printStackTrace(); - return CommandExecutionResult.error("IO error " + e); - } - return CommandExecutionResult.ok(); - } - - private void includeDirectory(ClassDiagram classDiagram, File dir) throws IOException { - for (File f : dir.listFiles()) { - includeSimpleFile(classDiagram, f); - } - - } - - private void includeSimpleFile(ClassDiagram classDiagram, File f) throws IOException { - if (StringUtils.goLowerCase(f.getName()).endsWith(".java")) { - includeFileJava(classDiagram, f); - } - // if (f.getName().goLowerCase().endsWith(".sql")) { - // includeFileSql(f); - // } - } - - private void includeFileJava(ClassDiagram diagram, final File f) throws IOException { - final JavaFile javaFile = new JavaFile(f); - for (JavaClass cl : javaFile.getJavaClasses()) { - final String idShort = cl.getName(); - final Code name = diagram.buildCode(idShort); - final IEntity ent1 = diagram.getOrCreateLeaf(diagram.buildLeafIdent(idShort), name, cl.getType(), null); - - for (String p : cl.getParents()) { - final IEntity ent2 = diagram.getOrCreateLeaf(diagram.buildLeafIdent(p), diagram.buildCode(p), cl.getParentType(), null); - final Link link = new Link(ent2, ent1, new LinkType(LinkDecor.NONE, LinkDecor.EXTENDS), Display.NULL, - 2, diagram.getSkinParam().getCurrentStyleBuilder()); - diagram.addLink(link); - } - } - } - - // private void includeFileSql(final File f) throws IOException { - // new SqlImporter(getSystem(), f).process(); - // } - -} diff --git a/src/net/sourceforge/plantuml/classdiagram/command/JavaClass.java b/src/net/sourceforge/plantuml/classdiagram/command/JavaClass.java deleted file mode 100644 index 80592635e11..00000000000 --- a/src/net/sourceforge/plantuml/classdiagram/command/JavaClass.java +++ /dev/null @@ -1,88 +0,0 @@ -/* ======================================================================== - * PlantUML : a free UML diagram generator - * ======================================================================== - * - * (C) Copyright 2009-2020, Arnaud Roques - * - * Project Info: http://plantuml.com - * - * If you like this project or if you find it useful, you can support us at: - * - * http://plantuml.com/patreon (only 1$ per month!) - * http://plantuml.com/paypal - * - * This file is part of PlantUML. - * - * PlantUML is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * PlantUML distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public - * License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. - * - * - * Original Author: Arnaud Roques - * - * - */ -package net.sourceforge.plantuml.classdiagram.command; - -import java.util.ArrayList; -import java.util.Collections; -import java.util.List; -import java.util.StringTokenizer; - -import net.sourceforge.plantuml.StringUtils; -import net.sourceforge.plantuml.cucadiagram.LeafType; - -class JavaClass { - - private final String name; - private final String javaPackage; - private final List parents = new ArrayList(); - private final LeafType type; - private final LeafType parentType; - - public JavaClass(String javaPackage, String name, String p, LeafType type, LeafType parentType) { - this.name = name; - this.javaPackage = javaPackage; - if (p == null) { - p = ""; - } - final StringTokenizer st = new StringTokenizer(StringUtils.trin(p), ","); - while (st.hasMoreTokens()) { - this.parents.add(StringUtils.trin(st.nextToken()).replaceAll("\\<.*", "")); - } - this.type = type; - this.parentType = parentType; - } - - public final String getName() { - return name; - } - - public final LeafType getType() { - return type; - } - - public final List getParents() { - return Collections.unmodifiableList(parents); - } - - public final LeafType getParentType() { - return parentType; - } - - public final String getJavaPackage() { - return javaPackage; - } - -} diff --git a/src/net/sourceforge/plantuml/classdiagram/command/JavaFile.java b/src/net/sourceforge/plantuml/classdiagram/command/JavaFile.java deleted file mode 100644 index 61a9ac2d6d4..00000000000 --- a/src/net/sourceforge/plantuml/classdiagram/command/JavaFile.java +++ /dev/null @@ -1,112 +0,0 @@ -/* ======================================================================== - * PlantUML : a free UML diagram generator - * ======================================================================== - * - * (C) Copyright 2009-2020, Arnaud Roques - * - * Project Info: http://plantuml.com - * - * If you like this project or if you find it useful, you can support us at: - * - * http://plantuml.com/patreon (only 1$ per month!) - * http://plantuml.com/paypal - * - * This file is part of PlantUML. - * - * PlantUML is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * PlantUML distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public - * License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - * USA. - * - * - * Original Author: Arnaud Roques - * - * - */ -package net.sourceforge.plantuml.classdiagram.command; - -import java.io.BufferedReader; -import java.io.File; -import java.io.FileReader; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Collections; -import java.util.List; - -import net.sourceforge.plantuml.StringUtils; -import net.sourceforge.plantuml.command.regex.Matcher2; -import net.sourceforge.plantuml.command.regex.MyPattern; -import net.sourceforge.plantuml.command.regex.Pattern2; -import net.sourceforge.plantuml.cucadiagram.LeafType; - -class JavaFile { - - private static final Pattern2 classDefinition = MyPattern - .cmpile("^(?:public[%s]+|abstract[%s]+|final[%s]+)*(class|interface|enum|annotation)[%s]+(\\w+)(?:.*\\b(extends|implements)[%s]+([\\w%s,]+))?"); - - private static final Pattern2 packageDefinition = MyPattern.cmpile("^package[%s]+([\\w+.]+)[%s]*;"); - - private final List all = new ArrayList(); - - public JavaFile(File f) throws IOException { - BufferedReader br = null; - try { - br = new BufferedReader(new FileReader(f)); - initFromReader(br); - } finally { - if (br != null) { - br.close(); - } - } - } - - private void initFromReader(BufferedReader br) throws IOException { - String javaPackage = null; - String s; - while ((s = br.readLine()) != null) { - s = StringUtils.trin(s); - final Matcher2 matchPackage = packageDefinition.matcher(s); - if (matchPackage.find()) { - javaPackage = matchPackage.group(1); - } else { - final Matcher2 matchClassDefinition = classDefinition.matcher(s); - if (matchClassDefinition.find()) { - final String n = matchClassDefinition.group(2); - final String p = matchClassDefinition.group(4); - final LeafType type = LeafType.valueOf(StringUtils.goUpperCase(matchClassDefinition.group(1))); - final LeafType parentType = getParentType(type, matchClassDefinition.group(3)); - all.add(new JavaClass(javaPackage, n, p, type, parentType)); - } - } - } - } - - static LeafType getParentType(LeafType type, String extendsOrImplements) { - if (extendsOrImplements == null) { - return null; - } - if (type == LeafType.CLASS) { - if (extendsOrImplements.equals("extends")) { - return LeafType.CLASS; - } - return LeafType.INTERFACE; - } - return LeafType.INTERFACE; - } - - public List getJavaClasses() { - return Collections.unmodifiableList(all); - - } - -} diff --git a/src/net/sourceforge/plantuml/command/BlocLines.java b/src/net/sourceforge/plantuml/command/BlocLines.java index 6fd4710999d..6510d74fcc3 100644 --- a/src/net/sourceforge/plantuml/command/BlocLines.java +++ b/src/net/sourceforge/plantuml/command/BlocLines.java @@ -36,8 +36,6 @@ package net.sourceforge.plantuml.command; import java.io.BufferedReader; -import java.io.File; -import java.io.FileReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; @@ -50,6 +48,7 @@ import net.sourceforge.plantuml.LineLocation; import net.sourceforge.plantuml.StringLocated; import net.sourceforge.plantuml.cucadiagram.Display; +import net.sourceforge.plantuml.security.SFile; public class BlocLines implements Iterable { @@ -66,8 +65,11 @@ public String toString() { return sb.toString(); } - public static BlocLines load(File f, LineLocation location) throws IOException { - final BufferedReader br = new BufferedReader(new FileReader(f)); + public static BlocLines load(SFile f, LineLocation location) throws IOException { + final BufferedReader br = f.openBufferedReader(); + if (br == null) { + return null; + } return loadInternal(br, location); } diff --git a/src/net/sourceforge/plantuml/command/CommandFactorySprite.java b/src/net/sourceforge/plantuml/command/CommandFactorySprite.java index b01eb3a0543..d4f3e127c59 100644 --- a/src/net/sourceforge/plantuml/command/CommandFactorySprite.java +++ b/src/net/sourceforge/plantuml/command/CommandFactorySprite.java @@ -35,7 +35,6 @@ */ package net.sourceforge.plantuml.command; -import java.io.IOException; import java.util.Arrays; import java.util.List; diff --git a/src/net/sourceforge/plantuml/command/CommandSpriteFile.java b/src/net/sourceforge/plantuml/command/CommandSpriteFile.java index d67fca5d46c..9051ac78d82 100644 --- a/src/net/sourceforge/plantuml/command/CommandSpriteFile.java +++ b/src/net/sourceforge/plantuml/command/CommandSpriteFile.java @@ -35,15 +35,12 @@ */ package net.sourceforge.plantuml.command; -import java.io.File; -import java.io.FileInputStream; +import java.awt.image.BufferedImage; import java.io.IOException; import java.io.InputStream; import java.util.zip.ZipEntry; import java.util.zip.ZipInputStream; -import javax.imageio.ImageIO; - import net.sourceforge.plantuml.FileSystem; import net.sourceforge.plantuml.FileUtils; import net.sourceforge.plantuml.LineLocation; @@ -53,7 +50,8 @@ import net.sourceforge.plantuml.command.regex.RegexConcat; import net.sourceforge.plantuml.command.regex.RegexLeaf; import net.sourceforge.plantuml.command.regex.RegexResult; -import net.sourceforge.plantuml.preproc.FileWithSuffix; +import net.sourceforge.plantuml.security.ImageIO; +import net.sourceforge.plantuml.security.SFile; import net.sourceforge.plantuml.sprite.Sprite; import net.sourceforge.plantuml.sprite.SpriteImage; import net.sourceforge.plantuml.sprite.SpriteSvg; @@ -88,24 +86,32 @@ protected CommandExecutionResult executeArg(UmlDiagram system, LineLocation loca sprite = new SpriteImage(ImageIO.read(is)); } else if (src.contains("~")) { final int idx = src.lastIndexOf("~"); - final File f = FileSystem.getInstance().getFile(src.substring(0, idx)); + final SFile f = FileSystem.getInstance().getFile(src.substring(0, idx)); if (f.exists() == false) { - return CommandExecutionResult.error("File does not exist: " + src); + return CommandExecutionResult.error("Cannot read: " + src); } final String name = src.substring(idx + 1); sprite = getImageFromZip(f, name); if (sprite == null) { - return CommandExecutionResult.error("No image " + name + " in " + FileWithSuffix.getFileName(f)); + return CommandExecutionResult.error("Cannot read: " + src); } } else { - final File f = FileSystem.getInstance().getFile(src); + final SFile f = FileSystem.getInstance().getFile(src); if (f.exists() == false) { - return CommandExecutionResult.error("File does not exist: " + src); + return CommandExecutionResult.error("Cannot read: " + src); } if (isSvg(f.getName())) { - sprite = new SpriteSvg(f); + final String tmp = FileUtils.readSvg(f); + if (tmp == null) { + return CommandExecutionResult.error("Cannot read: " + src); + } + sprite = new SpriteSvg(tmp); } else { - sprite = new SpriteImage(FileUtils.readRasterImageFromFile(f)); + final BufferedImage tmp = f.readRasterImageFromFile(); + if (tmp == null) { + return CommandExecutionResult.error("Cannot read: " + src); + } + sprite = new SpriteImage(tmp); } } } catch (IOException e) { @@ -116,10 +122,14 @@ protected CommandExecutionResult executeArg(UmlDiagram system, LineLocation loca return CommandExecutionResult.ok(); } - private Sprite getImageFromZip(File f, String name) throws IOException { + private Sprite getImageFromZip(SFile f, String name) throws IOException { + final InputStream tmp = f.openFile(); + if (tmp == null) { + return null; + } ZipInputStream zis = null; try { - zis = new ZipInputStream(new FileInputStream(f)); + zis = new ZipInputStream(tmp); ZipEntry ze = zis.getNextEntry(); while (ze != null) { diff --git a/src/net/sourceforge/plantuml/creole/atom/AtomImg.java b/src/net/sourceforge/plantuml/creole/atom/AtomImg.java index d27873fd58d..4d9822e4b6f 100644 --- a/src/net/sourceforge/plantuml/creole/atom/AtomImg.java +++ b/src/net/sourceforge/plantuml/creole/atom/AtomImg.java @@ -40,14 +40,10 @@ import java.awt.image.BufferedImage; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; -import java.io.File; import java.io.IOException; import java.io.InputStream; -import java.net.URL; import java.net.URLConnection; -import javax.imageio.ImageIO; - import net.sourceforge.plantuml.Dimension2DDouble; import net.sourceforge.plantuml.FileSystem; import net.sourceforge.plantuml.FileUtils; @@ -60,6 +56,11 @@ import net.sourceforge.plantuml.graphic.ImgValign; import net.sourceforge.plantuml.graphic.StringBounder; import net.sourceforge.plantuml.graphic.TileImageSvg; +import net.sourceforge.plantuml.security.ImageIO; +import net.sourceforge.plantuml.security.SFile; +import net.sourceforge.plantuml.security.SURL; +import net.sourceforge.plantuml.security.SecurityProfile; +import net.sourceforge.plantuml.security.SecurityUtils; import net.sourceforge.plantuml.ugraphic.UFont; import net.sourceforge.plantuml.ugraphic.UGraphic; import net.sourceforge.plantuml.ugraphic.UImage; @@ -106,24 +107,38 @@ public static Atom create(String src, ImgValign valign, int vspace, double scale // Check if valid URL if (src.startsWith("http:") || src.startsWith("https:")) { if (src.endsWith(".svg")) { - return buildSvgFromUrl(src, fc, new URL(src), scale, url); + return buildSvgFromUrl(src, fc, SURL.create(src), scale, url); } - return buildRasterFromUrl(src, fc, new URL(src), scale, url); + return buildRasterFromUrl(src, fc, SURL.create(src), scale, url); } - final File f = FileSystem.getInstance().getFile(src); + final SFile f = FileSystem.getInstance().getFile(src); if (f.exists() == false) { - return AtomText.create("(File not found: " + f.getCanonicalPath() + ")", fc); + if (SecurityUtils.getSecurityProfile() == SecurityProfile.UNSECURE) { + return AtomText.create("(File not found: " + f.getPrintablePath() + ")", fc); + } + return AtomText.create("(Cannot decode)", fc); } if (f.getName().endsWith(".svg")) { - return new AtomImgSvg(new TileImageSvg(f)); + final String tmp = FileUtils.readSvg(f); + if (tmp == null) { + return AtomText.create("(Cannot decode)", fc); + } + return new AtomImgSvg(new TileImageSvg(tmp)); } - final BufferedImage read = FileUtils.readRasterImageFromFile(f); + final BufferedImage read = f.readRasterImageFromFile(); if (read == null) { - return AtomText.create("(Cannot decode: " + f.getCanonicalPath() + ")", fc); + if (SecurityUtils.getSecurityProfile() == SecurityProfile.UNSECURE) { + return AtomText.create("(Cannot decode: " + f.getPrintablePath() + ")", fc); + } + return AtomText.create("(Cannot decode)", fc); } - return new AtomImg(FileUtils.readRasterImageFromFile(f), scale, url, src); + return new AtomImg(f.readRasterImageFromFile(), scale, url, src); } catch (IOException e) { - return AtomText.create("ERROR " + e.toString(), fc); + e.printStackTrace(); + if (SecurityUtils.getSecurityProfile() == SecurityProfile.UNSECURE) { + return AtomText.create("ERROR " + e.toString(), fc); + } + return AtomText.create("ERROR", fc); } } @@ -136,17 +151,23 @@ private static Atom buildRasterFromData(String source, final FontConfiguration f return new AtomImg(read, scale, url, null); } - private static Atom buildRasterFromUrl(String text, final FontConfiguration fc, URL source, double scale, Url url) + private static Atom buildRasterFromUrl(String text, final FontConfiguration fc, SURL source, double scale, Url url) throws IOException { - final BufferedImage read = FileUtils.readRasterImageFromURL(source); + if (source == null) { + return AtomText.create("(Cannot decode: " + text + ")", fc); + } + final BufferedImage read = source.readRasterImageFromURL(); if (read == null) { return AtomText.create("(Cannot decode: " + text + ")", fc); } - return new AtomImg(read, scale, url, source.getPath()); + return new AtomImg(read, scale, url, "http"); } - private static Atom buildSvgFromUrl(String text, final FontConfiguration fc, URL source, double scale, Url url) + private static Atom buildSvgFromUrl(String text, final FontConfiguration fc, SURL source, double scale, Url url) throws IOException { + if (source == null) { + return AtomText.create("(Cannot decode SVG: " + text + ")", fc); + } final byte[] read = getFile(source); if (read == null) { return AtomText.create("(Cannot decode SVG: " + text + ")", fc); @@ -155,13 +176,16 @@ private static Atom buildSvgFromUrl(String text, final FontConfiguration fc, URL } // Added by Alain Corbiere - private static byte[] getFile(URL url) { - final ByteArrayOutputStream image = new ByteArrayOutputStream(); + private static byte[] getFile(SURL url) { try { InputStream input = null; try { final URLConnection connection = url.openConnection(); + if (connection == null) { + return null; + } input = connection.getInputStream(); + final ByteArrayOutputStream image = new ByteArrayOutputStream(); final byte[] buffer = new byte[1024]; int read; while ((read = input.read(buffer)) > 0) { @@ -174,7 +198,7 @@ private static byte[] getFile(URL url) { input.close(); } } - } catch (IOException e) { + } catch (Exception e) { e.printStackTrace(); return null; } diff --git a/src/net/sourceforge/plantuml/creole/legacy/StripeSimple.java b/src/net/sourceforge/plantuml/creole/legacy/StripeSimple.java index 42a1d17334d..cd908c43f30 100644 --- a/src/net/sourceforge/plantuml/creole/legacy/StripeSimple.java +++ b/src/net/sourceforge/plantuml/creole/legacy/StripeSimple.java @@ -78,6 +78,7 @@ import net.sourceforge.plantuml.graphic.ImgValign; import net.sourceforge.plantuml.math.ScientificEquationSafe; import net.sourceforge.plantuml.openiconic.OpenIcon; +import net.sourceforge.plantuml.security.SecurityUtils; import net.sourceforge.plantuml.sprite.Sprite; import net.sourceforge.plantuml.ugraphic.color.HColor; import net.sourceforge.plantuml.utils.CharHidder; @@ -160,7 +161,9 @@ public StripeSimple(FontConfiguration fontConfiguration, StripeStyle style, Creo this.commands.add(CommandCreoleFontFamilyChange.createEol()); this.commands.add(CommandCreoleMonospaced.create(skinParam.getMonospacedFamily())); this.commands.add(CommandCreoleUrl.create(skinParam)); - this.commands.add(CommandCreoleSvgAttributeChange.create()); + if (SecurityUtils.allowSvgText()) { + this.commands.add(CommandCreoleSvgAttributeChange.create()); + } this.header = style.getHeader(fontConfiguration, context); diff --git a/src/net/sourceforge/plantuml/cucadiagram/BodyEnhanced.java b/src/net/sourceforge/plantuml/cucadiagram/BodyEnhanced.java index 2be9eb70c04..fc7e02700ce 100644 --- a/src/net/sourceforge/plantuml/cucadiagram/BodyEnhanced.java +++ b/src/net/sourceforge/plantuml/cucadiagram/BodyEnhanced.java @@ -65,7 +65,7 @@ public class BodyEnhanced extends AbstractTextBlock implements TextBlock, WithPorts { - private TextBlock area2; + private TextBlock area; private final FontConfiguration titleConfig; private final List rawBody; private final FontParam fontParam; @@ -78,6 +78,7 @@ public class BodyEnhanced extends AbstractTextBlock implements TextBlock, WithPo private final Stereotype stereotype; private final ILeaf entity; private final boolean inEllipse; + private final double minClassWidth; public BodyEnhanced(List rawBody, FontParam fontParam, ISkinParam skinParam, boolean manageModifier, Stereotype stereotype, ILeaf entity) { @@ -93,10 +94,18 @@ public BodyEnhanced(List rawBody, FontParam fontParam, ISkinParam skinPa this.manageModifier = manageModifier; this.entity = entity; this.inEllipse = false; + this.minClassWidth = 0; } public BodyEnhanced(Display display, FontParam fontParam, ISkinParam skinParam, HorizontalAlignment align, Stereotype stereotype, boolean manageHorizontalLine, boolean manageModifier, ILeaf entity) { + this(display, fontParam, skinParam, align, stereotype, manageHorizontalLine, manageHorizontalLine, entity, 0); + } + + public BodyEnhanced(Display display, FontParam fontParam, ISkinParam skinParam, HorizontalAlignment align, + Stereotype stereotype, boolean manageHorizontalLine, boolean manageModifier, ILeaf entity, + double minClassWidth) { + this.minClassWidth = minClassWidth; this.entity = entity; this.stereotype = stereotype; this.rawBody = new ArrayList(); @@ -137,8 +146,8 @@ public Dimension2D calculateDimension(StringBounder stringBounder) { } private TextBlock getArea(StringBounder stringBounder) { - if (area2 != null) { - return area2; + if (area != null) { + return area; } urls.clear(); final List blocks = new ArrayList(); @@ -187,12 +196,16 @@ private TextBlock getArea(StringBounder stringBounder) { new MethodsOrFieldsArea(members, fontParam, skinParam, align, stereotype, entity), separator, title)); if (blocks.size() == 1) { - this.area2 = blocks.get(0); + this.area = blocks.get(0); } else { - this.area2 = new TextBlockVertical2(blocks, align); + this.area = new TextBlockVertical2(blocks, align); + } + if (minClassWidth > 0) { + this.area = TextBlockUtils.withMinWidth(this.area, minClassWidth, + skinParam.getDefaultTextAlignment(HorizontalAlignment.LEFT)); } - return area2; + return area; } private static List buildAllTree(String init, ListIterator it) { diff --git a/src/net/sourceforge/plantuml/cucadiagram/CucaDiagram.java b/src/net/sourceforge/plantuml/cucadiagram/CucaDiagram.java index 977ccde6a19..9dc1cbd6403 100644 --- a/src/net/sourceforge/plantuml/cucadiagram/CucaDiagram.java +++ b/src/net/sourceforge/plantuml/cucadiagram/CucaDiagram.java @@ -37,7 +37,6 @@ import java.io.IOException; import java.io.OutputStream; -import java.io.PrintStream; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; @@ -60,6 +59,7 @@ import net.sourceforge.plantuml.cucadiagram.entity.EntityFactory; import net.sourceforge.plantuml.graphic.USymbol; import net.sourceforge.plantuml.jdot.CucaDiagramFileMakerJDot; +import net.sourceforge.plantuml.security.SecurityUtils; import net.sourceforge.plantuml.skin.VisibilityModifier; import net.sourceforge.plantuml.statediagram.StateDiagram; import net.sourceforge.plantuml.svek.CucaDiagramFileMaker; @@ -624,7 +624,7 @@ protected ImageData exportDiagramInternal(OutputStream os, int index, FileFormat try { createFilesTxt(os, index, fileFormat); } catch (Throwable t) { - t.printStackTrace(new PrintStream(os)); + t.printStackTrace(SecurityUtils.createPrintStream(os)); } return ImageDataSimple.ok(); } diff --git a/src/net/sourceforge/plantuml/cucadiagram/GroupPrinter.java b/src/net/sourceforge/plantuml/cucadiagram/GroupPrinter.java index 8699b01e2b4..44dede8c822 100644 --- a/src/net/sourceforge/plantuml/cucadiagram/GroupPrinter.java +++ b/src/net/sourceforge/plantuml/cucadiagram/GroupPrinter.java @@ -35,10 +35,11 @@ */ package net.sourceforge.plantuml.cucadiagram; -import java.io.File; import java.io.IOException; import java.io.PrintWriter; +import net.sourceforge.plantuml.security.SFile; + public class GroupPrinter { private final PrintWriter pw; @@ -83,9 +84,9 @@ private void printLeaf(ILeaf leaf) { pw.println("

  • " + leaf.getCodeGetName()); } - public static void print(File f, IGroup rootGroup) { + public static void print(SFile f, IGroup rootGroup) { try { - final PrintWriter pw = new PrintWriter(f); + final PrintWriter pw = f.createPrintWriter(); pw.println(""); new GroupPrinter(pw).printGroup(rootGroup); pw.println(""); diff --git a/src/net/sourceforge/plantuml/cucadiagram/dot/AbstractGraphviz.java b/src/net/sourceforge/plantuml/cucadiagram/dot/AbstractGraphviz.java index 5415f02d16a..310cad28d14 100644 --- a/src/net/sourceforge/plantuml/cucadiagram/dot/AbstractGraphviz.java +++ b/src/net/sourceforge/plantuml/cucadiagram/dot/AbstractGraphviz.java @@ -44,6 +44,7 @@ import net.sourceforge.plantuml.Log; import net.sourceforge.plantuml.OptionFlags; import net.sourceforge.plantuml.StringUtils; +import net.sourceforge.plantuml.security.SFile; abstract class AbstractGraphviz implements Graphviz { @@ -58,8 +59,8 @@ static boolean isWindows() { private static String findExecutableOnPath(String name) { final String path = System.getenv("PATH"); if (path != null) { - for (String dirname : path.split(File.pathSeparator)) { - File file = new File(dirname, name); + for (String dirname : path.split(SFile.pathSeparator)) { + final File file = new File(dirname, name); if (file.isFile() && file.canExecute()) { return file.getAbsolutePath(); } @@ -98,7 +99,8 @@ final public ProcessState createFile3(OutputStream os) { } if (getExeState() != ExeState.OK) { - // createPngNoGraphviz(os, new FileFormatOption(FileFormat.valueOf(type[0].goUpperCase()))); + // createPngNoGraphviz(os, new + // FileFormatOption(FileFormat.valueOf(type[0].goUpperCase()))); throw new IllegalStateException(); } final String cmd[] = getCommandLine(); diff --git a/src/net/sourceforge/plantuml/cucadiagram/dot/CucaDiagramTxtMaker.java b/src/net/sourceforge/plantuml/cucadiagram/dot/CucaDiagramTxtMaker.java index f3e0fba15b2..abfef0ab91b 100644 --- a/src/net/sourceforge/plantuml/cucadiagram/dot/CucaDiagramTxtMaker.java +++ b/src/net/sourceforge/plantuml/cucadiagram/dot/CucaDiagramTxtMaker.java @@ -36,10 +36,8 @@ package net.sourceforge.plantuml.cucadiagram.dot; import java.awt.geom.Point2D; -import java.io.File; import java.io.IOException; import java.io.OutputStream; -import java.io.PrintStream; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; @@ -61,6 +59,8 @@ import net.sourceforge.plantuml.posimo.Cluster; import net.sourceforge.plantuml.posimo.GraphvizSolverB; import net.sourceforge.plantuml.posimo.Path; +import net.sourceforge.plantuml.security.SFile; +import net.sourceforge.plantuml.security.SecurityUtils; import net.sourceforge.plantuml.ugraphic.UTranslate; import net.sourceforge.plantuml.ugraphic.txt.UGraphicTxt; @@ -152,11 +152,11 @@ private void printClass(final IEntity ent, UGraphicTxt ug) { } } - public List createFiles(File suggestedFile) throws IOException { + public List createFiles(SFile suggestedFile) throws IOException { if (fileFormat == FileFormat.UTXT) { - globalUg.getCharArea().print(new PrintStream(suggestedFile, "UTF-8")); + globalUg.getCharArea().print(suggestedFile.createPrintStream("UTF-8")); } else { - globalUg.getCharArea().print(new PrintStream(suggestedFile)); + globalUg.getCharArea().print(suggestedFile.createPrintStream()); } return Collections.singletonList(suggestedFile); } @@ -196,7 +196,7 @@ private int getWidth(IEntity entity) { } public void createFiles(OutputStream os, int index) { - globalUg.getCharArea().print(new PrintStream(os)); + globalUg.getCharArea().print(SecurityUtils.createPrintStream(os)); } } diff --git a/src/net/sourceforge/plantuml/cucadiagram/dot/DebugTrace.java b/src/net/sourceforge/plantuml/cucadiagram/dot/DebugTrace.java index fdd87364bdc..69b4ca0655e 100644 --- a/src/net/sourceforge/plantuml/cucadiagram/dot/DebugTrace.java +++ b/src/net/sourceforge/plantuml/cucadiagram/dot/DebugTrace.java @@ -35,20 +35,21 @@ */ package net.sourceforge.plantuml.cucadiagram.dot; -import java.io.File; import java.io.FileNotFoundException; import java.io.PrintWriter; +import net.sourceforge.plantuml.security.SFile; + public class DebugTrace { - private static final File out = new File("debug" + System.currentTimeMillis() + ".txt"); + private static final SFile out = new SFile("debug" + System.currentTimeMillis() + ".txt"); private static PrintWriter pw; private synchronized static PrintWriter getPrintWriter() { if (pw == null) { try { - pw = new PrintWriter(out); + pw = out.createPrintWriter(); } catch (FileNotFoundException e) { } diff --git a/src/net/sourceforge/plantuml/cucadiagram/dot/DotData.java b/src/net/sourceforge/plantuml/cucadiagram/dot/DotData.java index 07f786774ac..9cc017a4def 100644 --- a/src/net/sourceforge/plantuml/cucadiagram/dot/DotData.java +++ b/src/net/sourceforge/plantuml/cucadiagram/dot/DotData.java @@ -51,7 +51,6 @@ import net.sourceforge.plantuml.cucadiagram.IGroup; import net.sourceforge.plantuml.cucadiagram.ILeaf; import net.sourceforge.plantuml.cucadiagram.Link; -import net.sourceforge.plantuml.cucadiagram.LinkDecor; import net.sourceforge.plantuml.cucadiagram.PortionShower; import net.sourceforge.plantuml.cucadiagram.entity.EntityFactory; import net.sourceforge.plantuml.svek.DotMode; diff --git a/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizUtils.java b/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizUtils.java index a7bdd1f6f02..08fa4a4d0f1 100644 --- a/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizUtils.java +++ b/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizUtils.java @@ -44,8 +44,10 @@ import net.sourceforge.plantuml.ISkinParam; import net.sourceforge.plantuml.Log; -import net.sourceforge.plantuml.OptionFlags; import net.sourceforge.plantuml.StringUtils; +import net.sourceforge.plantuml.security.SFile; +import net.sourceforge.plantuml.security.SecurityProfile; +import net.sourceforge.plantuml.security.SecurityUtils; import net.sourceforge.plantuml.vizjs.GraphvizJs; import net.sourceforge.plantuml.vizjs.VizJsEngine; @@ -55,7 +57,7 @@ public class GraphvizUtils { private static int DOT_VERSION_LIMIT = 226; private static boolean isWindows() { - return File.separatorChar == '\\'; + return SFile.separatorChar == '\\'; } private static String dotExecutable; @@ -131,35 +133,19 @@ public static int getenvImageLimit() { if (local != null) { return local; } - final String env = getenv("PLANTUML_LIMIT_SIZE"); + final String env = SecurityUtils.getenv("PLANTUML_LIMIT_SIZE"); if (StringUtils.isNotEmpty(env) && env.matches("\\d+")) { return Integer.parseInt(env); } return 4096; } - public static boolean getJavascriptUnsecure() { - final String env = getenv("PLANTUML_JAVASCRIPT_UNSECURE"); - if ("true".equalsIgnoreCase(env)) { - return true; - } - return OptionFlags.ALLOW_INCLUDE; - } - public static String getenvDefaultConfigFilename() { - return getenv("PLANTUML_DEFAULT_CONFIG_FILENAME"); + return SecurityUtils.getenv("PLANTUML_DEFAULT_CONFIG_FILENAME"); } public static String getenvLogData() { - return getenv("PLANTUML_LOGDATA"); - } - - public static String getenv(String name) { - final String env = System.getProperty(name); - if (StringUtils.isNotEmpty(env)) { - return env; - } - return System.getenv(name); + return SecurityUtils.getenv("PLANTUML_LOGDATA"); } private static String dotVersion = null; @@ -220,15 +206,16 @@ static public int addDotStatus(List result, boolean withRichText) { return error; } - final String ent = GraphvizUtils.getenvGraphvizDot(); - if (ent == null) { - result.add("The environment variable GRAPHVIZ_DOT has not been set"); - } else { - result.add("The environment variable GRAPHVIZ_DOT has been set to " + ent); - } final File dotExe = GraphvizUtils.getDotExe(); - result.add("Dot executable is " + dotExe); - + if (SecurityUtils.getSecurityProfile() == SecurityProfile.UNSECURE) { + final String ent = GraphvizUtils.getenvGraphvizDot(); + if (ent == null) { + result.add("The environment variable GRAPHVIZ_DOT has not been set"); + } else { + result.add("The environment variable GRAPHVIZ_DOT has been set to " + ent); + } + result.add("Dot executable is " + dotExe); + } final ExeState exeState = ExeState.checkFile(dotExe); if (exeState == ExeState.OK) { diff --git a/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizVersionFinder.java b/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizVersionFinder.java index 699481d9cb5..7bf5e25dfd8 100644 --- a/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizVersionFinder.java +++ b/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizVersionFinder.java @@ -35,15 +35,15 @@ */ package net.sourceforge.plantuml.cucadiagram.dot; -import java.io.File; import java.util.regex.Matcher; import java.util.regex.Pattern; import net.sourceforge.plantuml.StringUtils; +import net.sourceforge.plantuml.security.SFile; public class GraphvizVersionFinder { - final private File dotExe; + final private SFile dotExe; final public static GraphvizVersion DEFAULT = new GraphvizVersion() { public boolean useShield() { return true; @@ -66,7 +66,7 @@ public boolean ignoreHorizontalLinks() { } }; - public GraphvizVersionFinder(File dotExe) { + public GraphvizVersionFinder(SFile dotExe) { this.dotExe = dotExe; } diff --git a/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizVersions.java b/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizVersions.java index 9814a3b8956..42adc81aa39 100644 --- a/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizVersions.java +++ b/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizVersions.java @@ -39,6 +39,8 @@ import java.util.Map; import java.util.concurrent.ConcurrentHashMap; +import net.sourceforge.plantuml.security.SFile; + public class GraphvizVersions { private final static GraphvizVersions singleton = new GraphvizVersions(); @@ -66,7 +68,7 @@ public GraphvizVersion getVersion(File f) { } static GraphvizVersion checkVersionSlow(String pathExecutable) { - final GraphvizVersionFinder finder = new GraphvizVersionFinder(new File(pathExecutable)); + final GraphvizVersionFinder finder = new GraphvizVersionFinder(new SFile(pathExecutable)); return finder.getVersion(); } diff --git a/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizWindows.java b/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizWindows.java index c2681980cc4..a5cbb556bd9 100644 --- a/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizWindows.java +++ b/src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizWindows.java @@ -60,7 +60,7 @@ protected File specificDotExe() { private File specificDotExeSlow() { for (File tmp : new File("c:/").listFiles(new FileFilter() { - public boolean accept(File pathname) { + public boolean accept(java.io.File pathname) { return pathname.isDirectory() && pathname.canRead(); } })) { @@ -78,7 +78,7 @@ private static File searchInDir(final File dir) { } final List dots = new ArrayList(); final File[] files = dir.listFiles(new FileFilter() { - public boolean accept(File pathname) { + public boolean accept(java.io.File pathname) { return pathname.isDirectory() && StringUtils.goLowerCase(pathname.getName()).startsWith("graphviz"); } }); diff --git a/src/net/sourceforge/plantuml/cucadiagram/dot/ProcessRunner.java b/src/net/sourceforge/plantuml/cucadiagram/dot/ProcessRunner.java index ea10b3cf265..6d6f4fdc25b 100644 --- a/src/net/sourceforge/plantuml/cucadiagram/dot/ProcessRunner.java +++ b/src/net/sourceforge/plantuml/cucadiagram/dot/ProcessRunner.java @@ -35,7 +35,6 @@ */ package net.sourceforge.plantuml.cucadiagram.dot; -import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; @@ -45,6 +44,7 @@ import net.sourceforge.plantuml.OptionFlags; import net.sourceforge.plantuml.api.MyRunnable; import net.sourceforge.plantuml.api.TimeoutExecutor; +import net.sourceforge.plantuml.security.SFile; public class ProcessRunner { @@ -64,7 +64,7 @@ public ProcessState run(byte in[], OutputStream redirection) { return run(in, redirection, null); } - public ProcessState run(byte in[], OutputStream redirection, File dir) { + public ProcessState run(byte in[], OutputStream redirection, SFile dir) { if (this.state.differs(ProcessState.INIT())) { throw new IllegalStateException(); } @@ -96,14 +96,14 @@ public ProcessState run(byte in[], OutputStream redirection, File dir) { class MainThread implements MyRunnable { private final String[] cmd; - private final File dir; + private final SFile dir; private final OutputStream redirection; private final byte[] in; private volatile Process process; private volatile ThreadStream errorStream; private volatile ThreadStream outStream; - public MainThread(String[] cmd, File dir, OutputStream redirection, byte[] in) { + public MainThread(String[] cmd, SFile dir, OutputStream redirection, byte[] in) { this.cmd = cmd; this.dir = dir; this.redirection = redirection; @@ -160,7 +160,7 @@ public void cancelJob() { private void startThreads() { try { - process = Runtime.getRuntime().exec(cmd, null, dir); + process = Runtime.getRuntime().exec(cmd, null, dir == null ? null : dir.conv()); } catch (IOException e) { e.printStackTrace(); changeState.lock(); diff --git a/src/net/sourceforge/plantuml/dedication/Dedication.java b/src/net/sourceforge/plantuml/dedication/Dedication.java index c774a8bba3b..c272d6e3a61 100644 --- a/src/net/sourceforge/plantuml/dedication/Dedication.java +++ b/src/net/sourceforge/plantuml/dedication/Dedication.java @@ -43,9 +43,10 @@ import java.lang.reflect.Method; import java.math.BigInteger; -import javax.imageio.ImageIO; import javax.imageio.stream.ImageInputStream; +import net.sourceforge.plantuml.security.ImageIO; + public class Dedication { private final String name; diff --git a/src/net/sourceforge/plantuml/ditaa/PSystemDitaa.java b/src/net/sourceforge/plantuml/ditaa/PSystemDitaa.java index cc5a32c9510..937b1a122e2 100644 --- a/src/net/sourceforge/plantuml/ditaa/PSystemDitaa.java +++ b/src/net/sourceforge/plantuml/ditaa/PSystemDitaa.java @@ -42,8 +42,6 @@ import java.util.ArrayList; import java.util.List; -import javax.imageio.ImageIO; - import net.sourceforge.plantuml.AbstractPSystem; import net.sourceforge.plantuml.BackSlash; import net.sourceforge.plantuml.FileFormat; @@ -52,6 +50,7 @@ import net.sourceforge.plantuml.api.ImageDataSimple; import net.sourceforge.plantuml.core.DiagramDescription; import net.sourceforge.plantuml.core.ImageData; +import net.sourceforge.plantuml.security.ImageIO; import net.sourceforge.plantuml.svek.GraphvizCrash; public class PSystemDitaa extends AbstractPSystem { diff --git a/src/net/sourceforge/plantuml/donors/PSystemDonors.java b/src/net/sourceforge/plantuml/donors/PSystemDonors.java index 25a16ebcf06..d14f63dc0cc 100644 --- a/src/net/sourceforge/plantuml/donors/PSystemDonors.java +++ b/src/net/sourceforge/plantuml/donors/PSystemDonors.java @@ -72,25 +72,25 @@ public class PSystemDonors extends AbstractPSystem { private static final int COLS = 6; private static final int FREE_LINES = 6; - public static final String DONORS = "6rWB02mFUBXRGOc9nbfsvvsjZ9-86KqYM9ud58U1HJpT3OW_mBtJutuZ_KLqfNlVD2FQiZN5USOGiI3e" - + "yJIvPjZctXu8Sw9y2FxT21uW0qH9r4QrBFUas6sRAaDAyEyxN_abw1tUiK6YkKgZnP5xPFSBxs-6ytpJ" - + "67hf6R0ygdwAxcl_T-agw_AgAipItGgCmAZJ2DLvIp77TFz7WJjEmKvGHOybntGgvpeSggY0LoSy1XPf" - + "1ZUFyshKP5HCQXCfaTOe8s9q9hJcfFPPiY63n2_r0xpPN66fu4meZb4IT7qzjtVRGFFB95v4mH0B3WlC" - + "ePJ3kq3nSoD18YX0eNaMlR6L1qkUk61H2YtimnyQoO57AfdJqI8HyW0A8fx11P9Ug5KJpaui1bGHoHQz" - + "bgJgqdY8T5o7vIczDXhk0OiG2yu2QWZoF-Y2JuzL7qsTusfe9FKqoLkrTQXVYVVGDYFwfXvD4jLdVzFC" - + "4NU1iaMgQwlFCLxp2CZTKYkl-3BgoEO0pxvxLvFrZnR8Zq2trKGj-RFi2mi9Y6ih-o1TvuQBHo_2CHio" - + "JQpZTxFjDVs5hbXbep9MW4L-EhykDI715heoUGHwGgk2PfrFDDBI-lsYnvUD-uHhAYpk7Q3tKJRd-V_T" - + "xcLcA0xGqJApeEiHAihLjEefjY22Cq8NXjm4oHKuRwxRSVEwoA_wWE3DPGJYi26qGRm-Gkcw569rhEh6" - + "D2E0sTFAkKY4BH5GertGlQYIYPJrRe_JrPc-RCpS9trmtMymHd5C9pGMaRjt8JqCArIZMT-iVKXp2gxo" - + "EiwhxZNUhsBRty9xqeVq_2C3VgPt1YBbHposhVoZIBUEYbcifMxMvRkw7nmyTCU2CrYqX1bjjaEcGU5i" - + "CixKhqn-MZBy7OUivlU6PgyWUYTiX0Wpci7jhSarDRbC8cWwo_6n2uWYjNZ5hhXm1qBTB2l55ZR5oZDM" - + "Zq92ViTyWaZbNJYjM6lk9ZmZUnJKuRmxLYthrw6MRG7LvZ11HbgeQgIQ8tqja85hTNeMMmVRdnPOCBRn" - + "g8eLX-8x9jgltA1W2imKuNvH48boGLfABp59JE1__lnAFRclWutlZFB9E4ZsaCH05N9rnechfe7p65R6" - + "Ues_Nszjzmh-_7iTRN9gYsT-YY1w3fBZtqbnp8LIrl4qobzdmsB08LPmqKR1bLkMtWmaBDY1TsPHZmyp" - + "6ZSnMMvQBdh5zg4gVZkv0HVp8JRikCYaEKOikTBRRZseuhRlU6Dna8FYxwBAk4okSlKQ654WjhuN9prs" - + "6sLuoYe5M50Tjmci_Ugtqonl6dFUeLGtN0RopO6SAlK8BQofQSrO26mGOtvlOJ-LzFXF1lh5jTQFlNhe" - + "EQYyXtU3Xczxa7x6I31S9EsOeBVqEPc1XsyOv8svEV7fOicLYsuOTe5WXVr6NoOB2I_iQ9LBDDSUNdFw" - + "vLtEQZjow1QoZrQZ-OMYYfY1N5YirTM9XLAE1r8a1NFsbl42QGUzmIKz0JX5mV7-xaCulT3yY6RjuncD" + "OgwA2G00"; + public static final String DONORS = "6tOB0AmEUFDMA37HMBjrivhoM7AcIGJByuJYCB28fxi1yGUuTthSRwI_YAvqxvjcH5ksfZZF628M13sU" + + "9jSCszpR0s7EZ1V1dJc2dWyV88ghDl8ZTUGuzq0i5Tr_cRWztJekLC6nQeHoeBYruNrdR9wTnXUl7atG" + + "Hk37mBxwVrE7hCj3LPYbknNFOp4g6g4wB_GKSwnp_qSL5w9Wtw7gOSindRgu3eSgAk3L2O-1HPh1RUEy" + + "MZGP5PFOH4geDaeG4eCPEd9I-mBvGGQ9N-e5j6cjhY6HFQ2upXI9hjjo1xODDBzIugNW3xvWyy0SIZdS" + + "9oXnRiIGyFEWeMqLlR4rHvOySS1G3YtipH-Av4Zl8PbLXXQ9W1ee27aO1oIZK8Scd1rR3AYw1riCQ92g" + + "g_qct7qSbgTeRZJS1HO15fm5r13aVz0JFgEll6IopwUYbf2dIRogRKJzgdW_RJEYR_RH950-xA5PiLy5" + + "ojP3EbjUn_oheqFUDMJbqMz67TbSWxlivj8mlxH0_GXqsvoe9Bw-A0iBIGZNbdeXNUVcAxKNuOGDAHNh" + + "v5riUOt-eIjIsOHOpWuMyhH_NMrA1bleogKQUaEhEiqwdsX93VNtGnuTEjy5rrIRtJjCxv4s5_d_NRSq" + + "CnG7wCGKiw3h0aNdQ5hr5nk8uBJGXI4t0V84ofV9BNzPFiGVzG71MqW4eh1HqWd-_4Xvo8KBCx2gMrAC" + + "0EPFAUT98kY42FKw13sCAfb8cRj-XadFicLZRfdqmPKr62C_ffEAa_3TNE0HXjLgqKmtQnzXbU0Ll4xo" + + "gdkDzgiKiIsyProarWyPY3FC6H4fFwBOjhHBmaCTXLci9JTryJtT3WuUkdl16InQnOmsso5BGk5iCixK" + + "Mum-D1Z-Za8sQVVcfbv1-Awm4TpCQ0QtboOtrEGI2R_bBCV35e0IS_6ANL7XKaBLB2kLhMi9aoDMZqE6" + + "_4xq2IoLU-5fnuxcxiGpnAEW3kVTiUfKVqvftXPGGqmJPAI5CcT8auUj1J9mh4xFIXjWzrCx5enjVh9Y" + + "pQ7ujebOumODKs2wYF160v582kebUib9OW3VTVcLUgIlWu_lwcd5E4XQI6AW2bATyODJq_3v34rZlKR_" + + "jxMsMtR-_7iTsUJK6VUwYY1w3YBnRwS07UKa8dWQyFwMZv1t2gmQNNfGX2jtARqPI5YmczwPHJqwp6ZS" + + "yMAvERdevTk7glxkv3PSB0RViE8YaoQVVOcJrdRre8hQllkDnK4E7NyNLQPaSfLBQs14WzZMNfpqs6sc" + + "uYwh5U31xBXCOErNJy_DD5uovhfZgMvu7CWM8ZAa67ryiQQczN4Yi5awytjBsv3CwB_1Y7vHhUcnLm_z" + + "1-NtM15e-BQ5Ciw91CD5we61VdEVanbqyms7l30r9pfTBBvoqMt3pXUiiD_4ZyX2mWlRccaYhBLtgpdz" + + "QIwUi-t8qRUGVM8scbx8guWPoC9YWvwTM2ZbU215KZ1dRvae8ksWDxYiHm2Tec3yVnc4euNcHsHMcMTl" + "57FP9cC_bFBc_GC0"; /* * Special thanks to our sponsors and donors: diff --git a/src/net/sourceforge/plantuml/eggs/PSystemRIP.java b/src/net/sourceforge/plantuml/eggs/PSystemRIP.java index 48256feb673..cca330621e8 100644 --- a/src/net/sourceforge/plantuml/eggs/PSystemRIP.java +++ b/src/net/sourceforge/plantuml/eggs/PSystemRIP.java @@ -43,14 +43,13 @@ import java.util.ArrayList; import java.util.List; -import javax.imageio.ImageIO; - import net.sourceforge.plantuml.AbstractPSystem; import net.sourceforge.plantuml.FileFormatOption; import net.sourceforge.plantuml.core.DiagramDescription; import net.sourceforge.plantuml.core.ImageData; import net.sourceforge.plantuml.graphic.GraphicPosition; import net.sourceforge.plantuml.graphic.GraphicStrings; +import net.sourceforge.plantuml.security.ImageIO; import net.sourceforge.plantuml.svek.TextBlockBackcolored; import net.sourceforge.plantuml.ugraphic.ImageBuilder; import net.sourceforge.plantuml.ugraphic.color.ColorMapperIdentity; diff --git a/src/net/sourceforge/plantuml/error/PSystemError.java b/src/net/sourceforge/plantuml/error/PSystemError.java index 1bc8543c67d..2d5d6fb1419 100644 --- a/src/net/sourceforge/plantuml/error/PSystemError.java +++ b/src/net/sourceforge/plantuml/error/PSystemError.java @@ -40,7 +40,6 @@ import java.awt.image.BufferedImage; import java.io.IOException; import java.io.OutputStream; -import java.io.PrintStream; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; @@ -76,6 +75,7 @@ import net.sourceforge.plantuml.graphic.TextBlockRaw; import net.sourceforge.plantuml.graphic.TextBlockUtils; import net.sourceforge.plantuml.graphic.VerticalAlignment; +import net.sourceforge.plantuml.security.SecurityUtils; import net.sourceforge.plantuml.svek.TextBlockBackcolored; import net.sourceforge.plantuml.ugraphic.ImageBuilder; import net.sourceforge.plantuml.ugraphic.MinMax; @@ -203,15 +203,15 @@ final protected ImageData exportDiagramNow(OutputStream os, int num, FileFormatO final UGraphicTxt ugt = new UGraphicTxt(); final UmlCharArea area = ugt.getCharArea(); area.drawStringsLR(getPureAsciiFormatted(), 0, 0); - area.print(new PrintStream(os)); + area.print(SecurityUtils.createPrintStream(os)); return new ImageDataSimple(1, 1); } final TextBlockBackcolored result = getGraphicalFormatted(); TextBlock udrawable; - final ImageBuilder imageBuilder = ImageBuilder.buildA(new ColorMapperIdentity(), - false, null, getMetadata(), null, 1.0, result.getBackcolor()); + final ImageBuilder imageBuilder = ImageBuilder.buildA(new ColorMapperIdentity(), false, null, getMetadata(), + null, 1.0, result.getBackcolor()); imageBuilder.setRandomPixel(true); if (getSource().getTotalLineCount() < 5) { udrawable = addWelcome(result); diff --git a/src/net/sourceforge/plantuml/ftp/FtpLoop.java b/src/net/sourceforge/plantuml/ftp/FtpLoop.java index a1d90a5264f..ad29f06a41a 100644 --- a/src/net/sourceforge/plantuml/ftp/FtpLoop.java +++ b/src/net/sourceforge/plantuml/ftp/FtpLoop.java @@ -54,6 +54,7 @@ import net.sourceforge.plantuml.FileFormat; import net.sourceforge.plantuml.FileUtils; import net.sourceforge.plantuml.StringUtils; +import net.sourceforge.plantuml.security.SecurityUtils; class FtpLoop implements Runnable { enum Mode { @@ -74,7 +75,7 @@ public FtpLoop(Socket socket, FtpServer ftpServer) throws IOException { this.incoming = socket; this.ftpServer = ftpServer; this.br = new BufferedReader(new InputStreamReader(incoming.getInputStream(), ftpServer.getCharset())); - this.pw = new PrintWriter(incoming.getOutputStream(), true); + this.pw = SecurityUtils.createPrintWriter(incoming.getOutputStream(), true); } // http://www.ncftp.com/libncftp/doc/ftp_overview.html @@ -178,7 +179,8 @@ private boolean manage(final String cmd) throws UnknownHostException, IOExceptio private void localLog(String s) { } - private void retr(final String fileName, Socket soc) throws UnknownHostException, IOException, InterruptedException { + private void retr(final String fileName, Socket soc) + throws UnknownHostException, IOException, InterruptedException { final OutputStream os = soc.getOutputStream(); final byte[] data = connexion.getData(fileName); @@ -291,7 +293,7 @@ private void listPassif() throws UnknownHostException, IOException { } private void list(final Socket soc) throws IOException { - final PrintWriter listing = new PrintWriter(soc.getOutputStream(), true); + final PrintWriter listing = SecurityUtils.createPrintWriter(soc.getOutputStream(), true); final Collection files = connexion.getFiles(); if (files.size() > 0) { int total = 0; diff --git a/src/net/sourceforge/plantuml/fun/IconLoader.java b/src/net/sourceforge/plantuml/fun/IconLoader.java index 4d16ff6797c..b6c954b0a66 100644 --- a/src/net/sourceforge/plantuml/fun/IconLoader.java +++ b/src/net/sourceforge/plantuml/fun/IconLoader.java @@ -43,7 +43,7 @@ import java.util.Map; import java.util.concurrent.ConcurrentHashMap; -import javax.imageio.ImageIO; +import net.sourceforge.plantuml.security.ImageIO; public class IconLoader { diff --git a/src/net/sourceforge/plantuml/graphic/Img.java b/src/net/sourceforge/plantuml/graphic/Img.java index 288821de6fd..c05c7dcb06a 100644 --- a/src/net/sourceforge/plantuml/graphic/Img.java +++ b/src/net/sourceforge/plantuml/graphic/Img.java @@ -36,12 +36,7 @@ package net.sourceforge.plantuml.graphic; import java.awt.image.BufferedImage; -import java.io.ByteArrayOutputStream; -import java.io.File; import java.io.IOException; -import java.io.InputStream; -import java.net.URL; -import java.net.URLConnection; import net.sourceforge.plantuml.FileSystem; import net.sourceforge.plantuml.FileUtils; @@ -49,12 +44,15 @@ import net.sourceforge.plantuml.command.regex.Matcher2; import net.sourceforge.plantuml.command.regex.MyPattern; import net.sourceforge.plantuml.command.regex.Pattern2; +import net.sourceforge.plantuml.security.SFile; +import net.sourceforge.plantuml.security.SURL; public class Img implements HtmlCommand { final static private Pattern2 srcPattern = MyPattern.cmpile("(?i)src[%s]*=[%s]*[\"%q]?([^%s\">]+)[\"%q]?"); final static private Pattern2 vspacePattern = MyPattern.cmpile("(?i)vspace[%s]*=[%s]*[\"%q]?(\\d+)[\"%q]?"); - final static private Pattern2 valignPattern = MyPattern.cmpile("(?i)valign[%s]*=[%s]*[\"%q]?(top|bottom|middle)[\"%q]?"); + final static private Pattern2 valignPattern = MyPattern + .cmpile("(?i)valign[%s]*=[%s]*[\"%q]?(top|bottom|middle)[\"%q]?"); final static private Pattern2 noSrcColonPattern = MyPattern.cmpile("(?i)" + Splitter.imgPatternNoSrcColon); private final TextBlock tileImage; @@ -96,29 +94,36 @@ private static HtmlCommand build(final Matcher2 m, final ImgValign valign, final } final String src = m.group(1); try { - final File f = FileSystem.getInstance().getFile(src); + final SFile f = FileSystem.getInstance().getFile(src); if (f.exists() == false) { // Check if valid URL if (src.startsWith("http:") || src.startsWith("https:")) { -// final byte image[] = getFile(src); -// final BufferedImage read = ImageIO.read(new ByteArrayInputStream(image)); - final BufferedImage read = FileUtils.readRasterImageFromURL(new URL(src)); + final SURL tmp = SURL.create(src); + if (tmp == null) { + return new Text("(Cannot decode: " + src + ")"); + } + final BufferedImage read = tmp.readRasterImageFromURL(); if (read == null) { return new Text("(Cannot decode: " + src + ")"); } return new Img(new TileImage(read, valign, vspace)); } - return new Text("(File not found: " + f + ")"); + return new Text("(Cannot decode: " + f + ")"); } if (f.getName().endsWith(".svg")) { - return new Img(new TileImageSvg(f)); + final String tmp = FileUtils.readSvg(f); + if (tmp == null) { + return new Text("(Cannot decode: " + f + ")"); + } + return new Img(new TileImageSvg(tmp)); } - final BufferedImage read = FileUtils.readRasterImageFromFile(f); + final BufferedImage read = f.readRasterImageFromFile(); if (read == null) { return new Text("(Cannot decode: " + f + ")"); } - return new Img(new TileImage(FileUtils.readRasterImageFromFile(f), valign, vspace)); + return new Img(new TileImage(f.readRasterImageFromFile(), valign, vspace)); } catch (IOException e) { + e.printStackTrace(); return new Text("ERROR " + e.toString()); } } @@ -127,27 +132,4 @@ public TextBlock createMonoImage() { return tileImage; } - // Added by Alain Corbiere - static byte[] getFile(String host) throws IOException { - final ByteArrayOutputStream image = new ByteArrayOutputStream(); - InputStream input = null; - try { - final URL url = new URL(host); - final URLConnection connection = url.openConnection(); - input = connection.getInputStream(); - final byte[] buffer = new byte[1024]; - int read; - while ((read = input.read(buffer)) > 0) { - image.write(buffer, 0, read); - } - image.close(); - return image.toByteArray(); - } finally { - if (input != null) { - input.close(); - } - } - } - // End - } diff --git a/src/net/sourceforge/plantuml/graphic/TextBlockMinWidth.java b/src/net/sourceforge/plantuml/graphic/TextBlockMinWidth.java index e05f07e520d..e1e3b8ae277 100644 --- a/src/net/sourceforge/plantuml/graphic/TextBlockMinWidth.java +++ b/src/net/sourceforge/plantuml/graphic/TextBlockMinWidth.java @@ -41,7 +41,7 @@ import net.sourceforge.plantuml.ugraphic.UGraphic; import net.sourceforge.plantuml.ugraphic.UTranslate; -class TextBlockMinWidth extends AbstractTextBlock implements TextBlock { +class TextBlockMinWidth extends AbstractTextBlock implements TextBlock { private final TextBlock textBlock; private final double minWidth; @@ -61,9 +61,15 @@ public Dimension2D calculateDimension(StringBounder stringBounder) { public void drawU(UGraphic ug) { if (horizontalAlignment == HorizontalAlignment.LEFT) { textBlock.drawU(ug); + } else if (horizontalAlignment == HorizontalAlignment.CENTER) { + final Dimension2D dimText = textBlock.calculateDimension(ug.getStringBounder()); + final Dimension2D dimFull = calculateDimension(ug.getStringBounder()); + final double diffx = dimFull.getWidth() - dimText.getWidth(); + textBlock.drawU(ug.apply(UTranslate.dx(diffx / 2))); } else if (horizontalAlignment == HorizontalAlignment.RIGHT) { - final Dimension2D dim = textBlock.calculateDimension(ug.getStringBounder()); - final double diffx = minWidth - dim.getWidth(); + final Dimension2D dimText = textBlock.calculateDimension(ug.getStringBounder()); + final Dimension2D dimFull = calculateDimension(ug.getStringBounder()); + final double diffx = dimFull.getWidth() - dimText.getWidth(); textBlock.drawU(ug.apply(UTranslate.dx(diffx))); } else { throw new UnsupportedOperationException(); diff --git a/src/net/sourceforge/plantuml/graphic/TextBlockUtils.java b/src/net/sourceforge/plantuml/graphic/TextBlockUtils.java index f879dc024a5..67762433ec2 100644 --- a/src/net/sourceforge/plantuml/graphic/TextBlockUtils.java +++ b/src/net/sourceforge/plantuml/graphic/TextBlockUtils.java @@ -37,17 +37,16 @@ import java.awt.Font; import java.awt.FontMetrics; -import java.awt.Graphics2D; import java.awt.font.FontRenderContext; import java.awt.font.LineMetrics; import java.awt.geom.Dimension2D; import java.awt.geom.Point2D; import java.awt.geom.Rectangle2D; -import java.awt.image.BufferedImage; import net.sourceforge.plantuml.ColorParam; import net.sourceforge.plantuml.CornerParam; import net.sourceforge.plantuml.Dimension2DDouble; +import net.sourceforge.plantuml.FileFormat; import net.sourceforge.plantuml.ISkinParam; import net.sourceforge.plantuml.LineParam; import net.sourceforge.plantuml.SkinParam; @@ -176,13 +175,6 @@ public static MinMax getMinMax(UDrawable tb, StringBounder stringBounder, boolea return limitFinder.getMinMax(); } - private static final Graphics2D gg; - - static { - final BufferedImage imDummy = new BufferedImage(10, 10, BufferedImage.TYPE_INT_RGB); - gg = imDummy.createGraphics(); - } - public static boolean isEmpty(TextBlock text, StringBounder dummyStringBounder) { if (text == null) { return true; @@ -192,15 +184,15 @@ public static boolean isEmpty(TextBlock text, StringBounder dummyStringBounder) } public static FontRenderContext getFontRenderContext() { - return gg.getFontRenderContext(); + return FileFormat.gg.getFontRenderContext(); } public static LineMetrics getLineMetrics(UFont font, String text) { - return font.getLineMetrics(gg, text); + return font.getLineMetrics(FileFormat.gg, text); } public static FontMetrics getFontMetrics(Font font) { - return gg.getFontMetrics(font); + return FileFormat.gg.getFontMetrics(font); } public static TextBlock fullInnerPosition(final TextBlock bloc, final String display) { diff --git a/src/net/sourceforge/plantuml/graphic/TileImageSvg.java b/src/net/sourceforge/plantuml/graphic/TileImageSvg.java index f671ee0d743..a63c44632d1 100644 --- a/src/net/sourceforge/plantuml/graphic/TileImageSvg.java +++ b/src/net/sourceforge/plantuml/graphic/TileImageSvg.java @@ -36,11 +36,8 @@ package net.sourceforge.plantuml.graphic; import java.awt.geom.Dimension2D; -import java.io.File; -import java.io.IOException; import net.sourceforge.plantuml.Dimension2DDouble; -import net.sourceforge.plantuml.FileUtils; import net.sourceforge.plantuml.SvgString; import net.sourceforge.plantuml.ugraphic.UGraphic; import net.sourceforge.plantuml.ugraphic.UImageSvg; @@ -49,10 +46,6 @@ public class TileImageSvg extends AbstractTextBlock implements TextBlock { private final UImageSvg svg; - public TileImageSvg(File svgFile) throws IOException { - this(FileUtils.readSvg(svgFile)); - } - public TileImageSvg(String svg) { this.svg = new UImageSvg(new SvgString(svg, 1)); } diff --git a/src/net/sourceforge/plantuml/graphic/UnusedSpace.java b/src/net/sourceforge/plantuml/graphic/UnusedSpace.java index 9ceb7a376cb..585ef865bda 100644 --- a/src/net/sourceforge/plantuml/graphic/UnusedSpace.java +++ b/src/net/sourceforge/plantuml/graphic/UnusedSpace.java @@ -136,7 +136,7 @@ private UnusedSpace(UFont font, char c) { // int cpt = 1; // try { - // ImageIO.write(im, "png", new File("c:/img" + cpt + ".png")); + // ImageIO.write(im, "png", SecurityUtils.File("c:/img" + cpt + ".png")); // cpt++; // } catch (IOException e) { // e.printStackTrace(); diff --git a/src/net/sourceforge/plantuml/help/Help.java b/src/net/sourceforge/plantuml/help/Help.java index 12d988d6977..6b5c02ce367 100644 --- a/src/net/sourceforge/plantuml/help/Help.java +++ b/src/net/sourceforge/plantuml/help/Help.java @@ -49,7 +49,6 @@ import net.sourceforge.plantuml.creole.Parser; import net.sourceforge.plantuml.creole.Sheet; import net.sourceforge.plantuml.creole.SheetBlock1; -import net.sourceforge.plantuml.creole.legacy.CreoleParser; import net.sourceforge.plantuml.cucadiagram.Display; import net.sourceforge.plantuml.graphic.FontConfiguration; import net.sourceforge.plantuml.graphic.HorizontalAlignment; diff --git a/src/net/sourceforge/plantuml/html/CucaDiagramHtmlMaker.java b/src/net/sourceforge/plantuml/html/CucaDiagramHtmlMaker.java index c372868f793..ef738c52565 100644 --- a/src/net/sourceforge/plantuml/html/CucaDiagramHtmlMaker.java +++ b/src/net/sourceforge/plantuml/html/CucaDiagramHtmlMaker.java @@ -35,7 +35,6 @@ */ package net.sourceforge.plantuml.html; -import java.io.File; import java.io.IOException; import java.io.PrintWriter; import java.util.ArrayList; @@ -52,13 +51,14 @@ import net.sourceforge.plantuml.cucadiagram.Link; import net.sourceforge.plantuml.cucadiagram.Member; import net.sourceforge.plantuml.cucadiagram.Stereotype; +import net.sourceforge.plantuml.security.SFile; public final class CucaDiagramHtmlMaker { private final CucaDiagram diagram; - private final File dir; + private final SFile dir; - public CucaDiagramHtmlMaker(CucaDiagram diagram, File dir) { + public CucaDiagramHtmlMaker(CucaDiagram diagram, SFile dir) { this.diagram = diagram; this.dir = dir; } @@ -68,8 +68,8 @@ public List create() throws IOException { if (dir.exists() == false) { throw new IOException("Cannot create " + dir); } - final File f = new File(dir, "index.html"); - final PrintWriter pw = new PrintWriter(f); + final SFile f = dir.file("index.html"); + final PrintWriter pw = f.createPrintWriter(); pw.println(""); printAllType(pw, LeafType.ENUM); printAllType(pw, LeafType.INTERFACE); @@ -92,7 +92,8 @@ private void printAllType(final PrintWriter pw, LeafType type) throws IOExceptio pw.println(LinkHtmlPrinter.htmlLink(ent)); pw.println("
  • "); } - // for (Map.Entry ent : new TreeMap(diagram.getLeafs()).entrySet()) { + // for (Map.Entry ent : new TreeMap(diagram.getLeafs()).entrySet()) { // if (ent.getValue().getEntityType() != type) { // continue; // } @@ -114,8 +115,8 @@ private boolean hasSome(final LeafType type) { } private void export(IEntity entity) throws IOException { - final File f = new File(dir, LinkHtmlPrinter.urlOf(entity)); - final PrintWriter pw = new PrintWriter(f); + final SFile f = dir.file(LinkHtmlPrinter.urlOf(entity)); + final PrintWriter pw = f.createPrintWriter(); pw.println(""); pw.println("" + StringUtils.unicodeForHtml(entity.getCodeGetName()) + ""); pw.println("

    " + entity.getLeafType().toHtml() + "

    "); @@ -209,8 +210,7 @@ private Collection getNotes(IEntity ent) { if (link.contains(ent) == false) { continue; } - if (link.getEntity1().getLeafType() == LeafType.NOTE - || link.getEntity2().getLeafType() == LeafType.NOTE) { + if (link.getEntity1().getLeafType() == LeafType.NOTE || link.getEntity2().getLeafType() == LeafType.NOTE) { result.add(link.getOther(ent)); } } @@ -223,8 +223,7 @@ private Collection getLinksButNotes(IEntity ent) { if (link.contains(ent) == false) { continue; } - if (link.getEntity1().getLeafType() == LeafType.NOTE - || link.getEntity2().getLeafType() == LeafType.NOTE) { + if (link.getEntity1().getLeafType() == LeafType.NOTE || link.getEntity2().getLeafType() == LeafType.NOTE) { continue; } result.add(link); diff --git a/src/net/sourceforge/plantuml/jasic/Jasic.java b/src/net/sourceforge/plantuml/jasic/Jasic.java index d16d4fec796..e972d90f2b9 100644 --- a/src/net/sourceforge/plantuml/jasic/Jasic.java +++ b/src/net/sourceforge/plantuml/jasic/Jasic.java @@ -1,11 +1,8 @@ package net.sourceforge.plantuml.jasic; import java.io.BufferedReader; -import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; -import java.io.Reader; -import java.nio.charset.Charset; import java.util.ArrayList; import java.util.HashMap; import java.util.List; @@ -105,29 +102,6 @@ this software and associated documentation files (the "Software"), to deal in */ public class Jasic { - /** - * Runs the interpreter as a command-line app. Takes one argument: a path to a script file to load and run. The - * script should contain one statement per line. - * - * @param args - * Command-line arguments. - */ - public static void main(String[] args) { - // Just show the usage and quit if a script wasn't provided. - if (args.length != 1) { - System.out.println("Usage: jasic