CenterForDigitalHumanities / CenterForDigitalHumanities/TPEN28
Resolve issues generating Javadoc within TPEN src
- Dominant language
- Java
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
```
Constructing Javadoc information...
Standard Doclet version 13.0.2
Building tree for all the packages and classes...
E:\docs\GitHub\TPEN28\src\java\characterImage.java:51: warning: no description for @param
* @param milliSeconds
E:\docs\GitHub\TPEN28\src\java\characterImage.java:52: warning: no description for @return
* @return
E:\docs\GitHub\TPEN28\src\java\UploadTextfile.java:41: warning: no @throws for java.sql.SQLException
protected void processRequest(HttpServletRequest request, HttpServletResponse response)
E:\docs\GitHub\TPEN28\src\java\UploadTextfile.java:41: warning: no @throws for org.apache.commons.fileupload.FileUploadException
protected void processRequest(HttpServletRequest request, HttpServletResponse response)
E:\docs\GitHub\TPEN28\src\java\detectimages\altBlob.java:41: warning: no @param for b
public altBlob (blob b)
E:\docs\GitHub\TPEN28\src\java\detectimages\altBlob.java:128: warning: no @param for b
public int run(altBlob b)
E:\docs\GitHub\TPEN28\src\java\detectimages\altBlob.java:128: warning: no @return
public int run(altBlob b)
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:64: warning: no @param for img
public static void drawBlob(BufferedImage img, int x, int y, blob b) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:64: warning: no @param for x
public static void drawBlob(BufferedImage img, int x, int y, blob b) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:64: warning: no @param for y
public static void drawBlob(BufferedImage img, int x, int y, blob b) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:64: warning: no @param for b
public static void drawBlob(BufferedImage img, int x, int y, blob b) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:89: warning: no @param for img
public static void drawBlob(BufferedImage img, int x, int y, blob b, int color) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:89: warning: no @param for x
public static void drawBlob(BufferedImage img, int x, int y, blob b, int color) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:89: warning: no @param for y
public static void drawBlob(BufferedImage img, int x, int y, blob b, int color) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:89: warning: no @param for b
public static void drawBlob(BufferedImage img, int x, int y, blob b, int color) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:89: warning: no @param for color
public static void drawBlob(BufferedImage img, int x, int y, blob b, int color) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:135: warning: no @param for imageName
public static blob getBlob(String imageName, int blobIdentifier) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:135: warning: no @param for blobIdentifier
public static blob getBlob(String imageName, int blobIdentifier) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:135: warning: no @return
public static blob getBlob(String imageName, int blobIdentifier) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:153: warning: no @param for path
public static blob getBlob(String path, String imageName, int blobIdentifier) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:153: warning: no @param for imageName
public static blob getBlob(String path, String imageName, int blobIdentifier) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:153: warning: no @param for blobIdentifier
public static blob getBlob(String path, String imageName, int blobIdentifier) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:153: warning: no @return
public static blob getBlob(String path, String imageName, int blobIdentifier) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:170: warning: no @param for img
protected void drawBlob(BufferedImage img, int color) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:170: warning: no @param for color
protected void drawBlob(BufferedImage img, int color) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:232: warning: no @param for img
public void count(BufferedImage img, int currentx, int currenty) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:232: warning: no @param for currentx
public void count(BufferedImage img, int currentx, int currenty) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:232: warning: no @param for currenty
public void count(BufferedImage img, int currentx, int currenty) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:303: warning: no @param for img
public void count(BufferedImage img, BufferedImage bin, int currentx, int currenty) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:303: warning: no @param for bin
public void count(BufferedImage img, BufferedImage bin, int currentx, int currenty) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:303: warning: no @param for currentx
public void count(BufferedImage img, BufferedImage bin, int currentx, int currenty) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:303: warning: no @param for currenty
public void count(BufferedImage img, BufferedImage bin, int currentx, int currenty) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:359: warning: no @param for img
public static ImagePanel2 displayImage(BufferedImage img) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:359: warning: no @return
public static ImagePanel2 displayImage(BufferedImage img) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:417: warning: no @param for a
public static double compare(blob a, blob b) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:417: warning: no @param for b
public static double compare(blob a, blob b) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:417: warning: no @return
public static double compare(blob a, blob b) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:489: error: unknown tag: Depricated
* @Depricated we no longer write blob data to a database
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:491: warning: no @param for j
public static void writeBlob(Connection j, blob b, String image) throws SQLException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:491: warning: no @param for b
public static void writeBlob(Connection j, blob b, String image) throws SQLException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:491: warning: no @param for image
public static void writeBlob(Connection j, blob b, String image) throws SQLException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:491: warning: no @throws for java.sql.SQLException
public static void writeBlob(Connection j, blob b, String image) throws SQLException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:534: warning: no @param for w
public static void writeBlob(BufferedWriter w, blob b) throws IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:534: warning: no @param for b
public static void writeBlob(BufferedWriter w, blob b) throws IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:534: warning: no @throws for java.io.IOException
public static void writeBlob(BufferedWriter w, blob b) throws IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:556: warning: no @param for w
public static void writeMatrixBlob(BufferedWriter w, blob b) throws IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:556: warning: no @param for b
public static void writeMatrixBlob(BufferedWriter w, blob b) throws IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:556: warning: no @throws for java.io.IOException
public static void writeMatrixBlob(BufferedWriter w, blob b) throws IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:582: warning: no @param for assignmentReader
public static String[] getAssignment(BufferedReader assignmentReader, File statefile) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:582: warning: no @param for statefile
public static String[] getAssignment(BufferedReader assignmentReader, File statefile) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:582: warning: no @return
public static String[] getAssignment(BufferedReader assignmentReader, File statefile) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:602: warning: no @param for stateReader
public static String[] getAssignment(BufferedReader stateReader, BufferedReader assignmentReader) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:602: warning: no @param for assignmentReader
public static String[] getAssignment(BufferedReader stateReader, BufferedReader assignmentReader) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:602: warning: no @return
public static String[] getAssignment(BufferedReader stateReader, BufferedReader assignmentReader) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:620: error: unknown tag: Depricated
* @Depricated we no longer save these values to a DB
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:622: warning: no @param for j
public static void writeResults(Connection j, int count, String[] imageNames, int ms) throws SQLException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:622: warning: no @param for count
public static void writeResults(Connection j, int count, String[] imageNames, int ms) throws SQLException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:622: warning: no @param for imageNames
public static void writeResults(Connection j, int count, String[] imageNames, int ms) throws SQLException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:622: warning: no @param for ms
public static void writeResults(Connection j, int count, String[] imageNames, int ms) throws SQLException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:622: warning: no @throws for java.sql.SQLException
public static void writeResults(Connection j, int count, String[] imageNames, int ms) throws SQLException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:705: warning: no @param for filename
public static Vector getBlobs(String filename) throws FileNotFoundException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:705: warning: no @return
public static Vector getBlobs(String filename) throws FileNotFoundException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:705: warning: no @throws for java.io.FileNotFoundException
public static Vector getBlobs(String filename) throws FileNotFoundException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:705: warning: no @throws for java.io.IOException
public static Vector getBlobs(String filename) throws FileNotFoundException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:770: warning: no @param for filename
public static Vector getMatrixBlobs(String filename) throws FileNotFoundException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:770: warning: no @return
public static Vector getMatrixBlobs(String filename) throws FileNotFoundException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:770: warning: no @throws for java.io.FileNotFoundException
public static Vector getMatrixBlobs(String filename) throws FileNotFoundException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:770: warning: no @throws for java.io.IOException
public static Vector getMatrixBlobs(String filename) throws FileNotFoundException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:867: warning: no @param for file
public static String[] readFileIntoArray(String file) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:867: warning: no @return
public static String[] readFileIntoArray(String file) {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:899: error: unknown tag: Depricated
* @Depricated This is left over fromt he time when we ran this as a distributed computing project
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:901: warning: no @param for urlString
public static void downloadFile(String urlString, String destination) throws MalformedURLException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:901: warning: no @param for destination
public static void downloadFile(String urlString, String destination) throws MalformedURLException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:901: warning: no @throws for java.net.MalformedURLException
public static void downloadFile(String urlString, String destination) throws MalformedURLException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:901: warning: no @throws for java.io.IOException
public static void downloadFile(String urlString, String destination) throws MalformedURLException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:934: error: unknown tag: Depricated
* @Depricated This is left over fromt he time when we ran this as a distributed computing project
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:936: warning: no @param for fileLoc
public static void unzipFile(String fileLoc, String dataPath) throws FileNotFoundException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:936: warning: no @param for dataPath
public static void unzipFile(String fileLoc, String dataPath) throws FileNotFoundException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:936: warning: no @throws for java.io.FileNotFoundException
public static void unzipFile(String fileLoc, String dataPath) throws FileNotFoundException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\blob.java:936: warning: no @throws for java.io.IOException
public static void unzipFile(String fileLoc, String dataPath) throws FileNotFoundException, IOException {
E:\docs\GitHub\TPEN28\src\java\detectimages\Detector.java:99: warning: no @param for newline
public void addline(int newline) {
E:\docs\GitHub\TPEN28\src\java\detectimages\Detector.java:159: warning: no @param for max_dist
public void smear(int max_dist) {
E:\docs\GitHub\TPEN28\src\java\detectimages\Detector.java:196: warning: no @param for max_dist
public void vsmear(int max_dist, BufferedImage onlySmearedPortions) {
E:\docs\GitHub\TPEN28\src\java\detectimages\Detector.java:196: warning: no @param for onlySmearedPortions
public void vsmear(int max_dist, BufferedImage onlySmearedPortions) {
E:\docs\GitHub\TPEN28\src\java\detectimages\Detector.java:236: warning: no @param for subdivisions
public BufferedImage findLines(int subdivisions, BufferedImage thisImage) {
E:\docs\GitHub\TPEN28\src\java\detectimages\Detector.java:236: warning: no @param for thisImage
public BufferedImage findLines(int subdivisions, BufferedImage thisImage) {
E:\docs\GitHub\TPEN28\src\java\detectimages\Detector.java:236: warning: no @return
public BufferedImage findLines(int subdivisions, BufferedImage thisImage) {
E:\docs\GitHub\TPEN28\src\java\detectimages\Detector.java:339: warning: no @param for forceSingle
public void detect(boolean forceSingle) {
E:\docs\GitHub\TPEN28\src\java\detectimages\imageProcessor.java:51: warning: no description for @param
* @param img
E:\docs\GitHub\TPEN28\src\java\detectimages\imageProcessor.java:52: warning: no description for @param
* @param h
E:\docs\GitHub\TPEN28\src\java\detectimages\matrixBlob.java:394: warning: no @param for a
public static matrixBlob[] scaleUsingCommonFactor(matrixBlob a, matrixBlob b) {
E:\docs\GitHub\TPEN28\src\java\detectimages\matrixBlob.java:394: warning: no @param for b
public static matrixBlob[] scaleUsingCommonFactor(matrixBlob a, matrixBlob b) {
E:\docs\GitHub\TPEN28\src\java\detectimages\matrixBlob.java:394: warning: no @return
public static matrixBlob[] scaleUsingCommonFactor(matrixBlob a, matrixBlob b) {
E:\docs\GitHub\TPEN28\src\java\detectimages\xycut.java:47: warning: no @param for img
public void buildIntegralImage(int[][] img, int[][] int_img_hor, int[][] int_img_ver) {
E:\docs\GitHub\TPEN28\src\java\detectimages\xycut.java:47: warning: no @param for int_img_hor
public void buildIntegralImage(int[][] img, int[][] int_img_hor, int[][] int_img_ver) {
E:\docs\GitHub\TPEN28\src\java\detectimages\xycut.java:47: warning: no @param for int_img_ver
public void buildIntegralImage(int[][] img, int[][] int_img_hor, int[][] int_img_ver) {
E:\docs\GitHub\TPEN28\src\java\dmstech\manifestAggregation.java:40: warning: no description for @param
* @param url
E:\docs\GitHub\TPEN28\src\java\dmstech\manifestAggregation.java:42: warning: no description for @throws
* @throws MalformedURLException
E:\docs\GitHub\TPEN28\src\java\dmstech\manifestAggregation.java:43: warning: no description for @throws
* @throws IOException
E:\docs\GitHub\TPEN28\src\java\dmstech\sequence.java:81: warning: no description for @param
* @param sequenceUrl
E:\docs\GitHub\TPEN28\src\java\dmstech\sequence.java:82: warning: no description for @param
* @param format
E:\docs\GitHub\TPEN28\src\java\dmstech\sequence.java:83: warning: no description for @throws
* @throws IOException
E:\docs\GitHub\TPEN28\src\java\dmstech\sequence.java:84: warning: no description for @throws
* @throws SQLException
E:\docs\GitHub\TPEN28\src\java\dmstech\sequence.java:503: warning: no description for @param
* @param args
E:\docs\GitHub\TPEN28\src\java\imageLines\ImageRequest.java:89: error: exception not thrown: java.lang.Exception
* @throws Exception
E:\docs\GitHub\TPEN28\src\java\imageLines\ImageRequest.java:110: error: exception not thrown: java.lang.Exception
* @throws Exception
E:\docs\GitHub\TPEN28\src\java\imageLines\ImageResize.java:82: error: exception not thrown: java.sql.SQLException
* @throws SQLException
E:\docs\GitHub\TPEN28\src\java\match\allBlobDivs.java:38: error: unknown tag: depricated
* @depricated
E:\docs\GitHub\TPEN28\src\java\edu\slu\tpen\servlet\AutoParse.java:53: error: unknown tag: respond
* @respond with array of Transcription lines created from auto parsing.
E:\docs\GitHub\TPEN28\src\java\edu\slu\tpen\servlet\GetManuscriptsByCityAndRepository.java:42: error: @param name not found
* @param city
E:\docs\GitHub\TPEN28\src\java\edu\slu\tpen\servlet\GetManuscriptsByCityAndRepository.java:43: error: @param name not found
* @param repository
E:\docs\GitHub\TPEN28\src\java\edu\slu\tpen\servlet\GetProjectLogServlet.java:40: error: @param name not found
* @param projectID
E:\docs\GitHub\TPEN28\src\java\edu\slu\tpen\servlet\GetSharedProjectsByUserServlet.java:40: error: exception not thrown: javax.servlet.ServletException
* @throws ServletException if a servlet-specific error occurs
E:\docs\GitHub\TPEN28\src\java\edu\slu\tpen\servlet\GetSharedProjectsByUserServlet.java:41: error: exception not thrown: java.io.IOException
* @throws IOException if an I/O error occurs
E:\docs\GitHub\TPEN28\src\java\edu\slu\tpen\servlet\ImageAutoParsingServlet.java:50: error: @param name not found
* @param imgurl
E:\docs\GitHub\TPEN28\src\java\edu\slu\tpen\servlet\UpdateProjectCharacter.java:48: error: exception not thrown: javax.servlet.ServletException
* @throws ServletException if a servlet-specific error occurs
E:\docs\GitHub\TPEN28\src\java\textdisplay\Folio.java:113: error: @param name not found
* @param folioNumber Folio unique id
E:\docs\GitHub\TPEN28\src\java\textdisplay\Folio.java:173: error: @param name not found
* @param Archive the name of the Archive this collection is housed in
E:\docs\GitHub\TPEN28\src\java\textdisplay\Folio.java:211: error: @param name not found
* @param Archive the name of the Archive this collection is housed in
E:\docs\GitHub\TPEN28\src\java\textdisplay\Folio.java:250: error: @param name not found
* @param Archive the name of the Archive this collection is housed in
E:\docs\GitHub\TPEN28\src\java\textdisplay\Folio.java:315: error: @param name not found
* @param Archive
E:\docs\GitHub\TPEN28\src\java\textdisplay\Folio.java:1048: error: unknown tag: depricated
* @depricated this is from the time before columns were supported...no longer used Save the updated Line
E:\docs\GitHub\TPEN28\src\java\textdisplay\Folio.java:1070: error: unknown tag: depricated
* @depricated use update(Line [] lines) instead Insert lines bounded by the given coordinates. All
E:\docs\GitHub\TPEN28\src\java\textdisplay\Folio.java:1293: error: unknown tag: depricated
* @depricated use Manuscript. Return the Folio number of the previous page, a value of -1 indicates
E:\docs\GitHub\TPEN28\src\java\textdisplay\FolioDims.java:30: error: unknown tag: params
* @params folioID: a folio id
E:\docs\GitHub\TPEN28\src\java\textdisplay\Hotkey.java:90: error: @param name not found
* @param uid user unique id under which this should be stored
E:\docs\GitHub\TPEN28\src\java\textdisplay\Manuscript.java:1260: error: invalid use of @return
* @return void
E:\docs\GitHub\TPEN28\src\java\textdisplay\Project.java:1581: error: unknown tag: Depricated
* @Depricated this code needs to be updated to build a sequence after the
E:\docs\GitHub\TPEN28\src\java\user\Group.java:340: error: @param name not found
* @param UID unique id of the user
E:\docs\GitHub\TPEN28\src\java\utils\OpenTagTracker.java:114: error: @param name not found
* @param folionum the number of the Folio after which you want to begin including tags. Use a value of 0 to easily indicate all folios should be considered
E:\docs\GitHub\TPEN28\src\java\utils\OpenTagTracker.java:175: error: unknown tag: PARAM
@PARAM tag String with the xml tag name, excluding parameters and brackets */
Building index for all the packages and classes...
Building index for all classes...
Generating E:\docs\GitHub\TPEN28\dist\javadoc\help-doc.html...
31 errors
100 warnings
E:\docs\GitHub\TPEN28\nbproject\build-impl.xml:1350: Javadoc returned 1
BUILD FAILED (total time: 9 seconds)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.