Skip to content

Commit 75e19f8

Browse files
committed
remove unused imports
1 parent 5a6ca16 commit 75e19f8

File tree

10 files changed

+0
-23
lines changed

10 files changed

+0
-23
lines changed

RCaller/src/main/java/com/github/rcaller/io/ArrowBridge.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.github.rcaller.io;
22

3-
import com.github.rcaller.exception.ParseException;
43
import com.github.rcaller.rstuff.RCaller;
54
import com.github.rcaller.rstuff.RCallerOptions;
65
import com.github.rcaller.rstuff.RCode;

RCaller/src/main/java/com/github/rcaller/io/RCodeIO.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import com.github.rcaller.exception.ExecutionException;
44
import com.github.rcaller.rstuff.RCallerOptions;
55
import com.github.rcaller.util.RCodeUtils;
6-
import org.apache.commons.lang3.NotImplementedException;
7-
86
import java.io.File;
97
import java.net.URI;
108

RCaller/src/main/java/com/github/rcaller/io/ROutputParserArrow.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
package com.github.rcaller.io;
22

33
import com.github.rcaller.exception.ParseException;
4-
import com.github.rcaller.exception.XMLParseException;
54
import com.github.rcaller.rstuff.RCallerOptions;
65
import com.github.rcaller.rstuff.ROutputParser;
76
import org.apache.commons.lang3.NotImplementedException;
87
import org.w3c.dom.Document;
9-
import org.w3c.dom.Node;
108
import org.w3c.dom.NodeList;
11-
import org.xml.sax.InputSource;
12-
13-
import javax.xml.parsers.DocumentBuilder;
14-
import javax.xml.parsers.DocumentBuilderFactory;
15-
import javax.xml.parsers.ParserConfigurationException;
169
import java.io.*;
1710
import java.net.URI;
1811
import java.util.ArrayList;

RCaller/src/main/java/com/github/rcaller/io/ROutputParserXML.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import java.net.URI;
1616
import java.nio.channels.Channels;
1717
import java.nio.channels.FileChannel;
18-
import java.nio.file.StandardOpenOption;
1918
import java.util.ArrayList;
2019

2120
/**

RCaller/src/main/java/com/github/rcaller/io/RSerializer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import java.io.ByteArrayOutputStream;
66
import java.io.DataOutputStream;
7-
import java.io.FileOutputStream;
87
import java.io.FileWriter;
98
import java.io.IOException;
109

RCaller/src/main/java/com/github/rcaller/rstuff/RCode.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
import javax.swing.*;
1212
import java.io.*;
13-
import java.net.URI;
1413

1514
public class RCode {
1615

RCaller/src/main/java/com/github/rcaller/rstuff/ROutputParser.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,11 @@
22

33
import com.github.rcaller.exception.ExecutionException;
44
import com.github.rcaller.exception.ParseException;
5-
import com.github.rcaller.exception.XMLParseException;
65
import com.github.rcaller.io.ArrowBridge;
76
import com.github.rcaller.io.ROutputParserArrow;
87
import com.github.rcaller.io.ROutputParserXML;
98
import org.w3c.dom.Document;
10-
import org.w3c.dom.Node;
119
import org.w3c.dom.NodeList;
12-
import org.xml.sax.InputSource;
13-
14-
import javax.xml.parsers.DocumentBuilder;
15-
import javax.xml.parsers.DocumentBuilderFactory;
16-
import javax.xml.parsers.ParserConfigurationException;
1710
import java.io.*;
1811
import java.net.URI;
1912
import java.util.ArrayList;

RCaller/src/main/java/examples/Forecasting.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package examples;
22

3-
import com.github.rcaller.util.Globals;
43
import com.github.rcaller.rstuff.RCaller;
54
import com.github.rcaller.rstuff.RCode;
65

RCaller/src/main/java/examples/GraphicsWithThemes.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package examples;
22

3-
import com.github.rcaller.util.Globals;
43
import com.github.rcaller.rstuff.RCaller;
54
import com.github.rcaller.rstuff.RCode;
65
import com.github.rcaller.graphics.BlackTheme;

RCaller/src/main/java/examples/SimplePlot.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package examples;
22

3-
import com.github.rcaller.util.Globals;
43
import com.github.rcaller.rstuff.RCaller;
54
import com.github.rcaller.rstuff.RCode;
65

0 commit comments

Comments
 (0)