Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class
@todo 0 @todo
TODO 46 TODO

Each tag is detailed below:

TODO

Number of occurrences found in the code: 46

wjhk.jupload2.JUploadDaemon Line
add a way to personalize the window title. 49
wjhk.jupload2.context.DefaultJUploadContext Line
Translate this sentence 216
Better handling logging, here 327
wjhk.jupload2.context.JUploadContextExecutable Line
use this.getClass() ? 122
Auto-generated method stub 278
wjhk.jupload2.filedata.helper.ImageHelper Line
finish this new version dest = new BufferedImage(widthAfterRotation, heigthAfterRotation, BufferedImage.TYPE_BYTE_INDEXED,sourceBufferedImage.getColorModel()) 544
drawImage in another thread, to allow repaint of the progress bar ? Current status: the progress bar is only updated ... when draImage returns, that is: when everything is finished. NO interest. 580
wjhk.jupload2.gui.JUploadFileChooser Line
This breaks usability. probably use a persistent value of a cookie later. this.fileChooser.setCurrentDirectory(new File(System .getProperty("user.dir"))); 67
wjhk.jupload2.gui.filepanel.SizeRenderer Line
Use local as the first argument. 120
remove this temp log 122
wjhk.jupload2.gui.filepanel.treeview.MyTreeTableModel Line
Replace Object by a new parameterized type 146
Replace Object by a new parameterized type 253
wjhk.jupload2.policies.CoppermineUploadPolicy Line
cookies handling: desc to be mve to UploadPolicy presentation. 34
wjhk.jupload2.testhelpers.FileDataTestHelper Line
Auto-generated method stub 222
Auto-generated method stub 227
wjhk.jupload2.testhelpers.FilePanelTestHelper Line
Auto-generated method stub 196
Auto-generated method stub 201
Auto-generated method stub 205
Auto-generated method stub 209
wjhk.jupload2.testhelpers.JUploadPanelTestHelper Line
Auto-generated method stub 274
Auto-generated method stub 279
Auto-generated method stub 284
Auto-generated method stub 289
Auto-generated method stub 294
wjhk.jupload2.testhelpers.UploadPolicyTestHelper Line
Auto-generated method stub 710
wjhk.jupload2.upload.DefaultFileUploadThreadTest Line
Auto-generated constructor stub 60
wjhk.jupload2.upload.DefaultFileUploadThreadTestHelper Line
Auto-generated constructor stub 62
Auto-generated method stub 71
Auto-generated method stub 80
Auto-generated method stub 90
Auto-generated method stub 99
Auto-generated method stub 108
Auto-generated method stub 118
Auto-generated method stub 127
Auto-generated method stub 136
Auto-generated method stub 145
Auto-generated method stub 154
wjhk.jupload2.upload.FilePreparationThread Line
Whe error during file preparation ask the user. 168
wjhk.jupload2.upload.FileUploadThreadFTP Line
call it once for all files, not once for each file. 292
wjhk.jupload2.upload.FileUploadThreadHTTP Line
This could be much more simple ! 447
wjhk.jupload2.upload.UploadFileData Line
Auto-generated method stub 378
wjhk.jupload2.upload.helper.ByteArrayEncoderHTTP Line
Do not use getApplet() anymore, here. 260
Do not use getApplet() anymore, here. 316
wjhk.jupload2.upload.helper.HTTPConnectionHelper Line
port in proxy mode: to be tested ! 668
This probably can be removed as we now have everything in POST data. However in order to be backwards-compatible, it stays here for now. So we now provide *both* GET and POST params. 676
wjhk.jupload2.upload.helper.HTTPInputStreamReader Line
Implement trailer-handling. 498