Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Deprecated API
Contents
Deprecated Methods
Deprecated Methods
org.netbeans.lib.cvsclient.command.tag.TagCommand.doesCheckThatUnmodified()
org.netbeans.lib.cvsclient.command.tag.TagCommand.doesDeleteTag()
org.netbeans.lib.cvsclient.command.remove.RemoveCommand.doesIgnoreLocallyExistingFiles()
org.netbeans.lib.cvsclient.command.tag.TagCommand.doesMakeBranchTag()
org.netbeans.lib.cvsclient.command.tag.TagCommand.doesOverrideExistingTag()
org.netbeans.lib.cvsclient.command.Command.getLocalPath()
Please use the getLocalDirectory() method instead.
org.netbeans.lib.cvsclient.command.BasicCommand.getRecursive()
use isRecursive instead
org.netbeans.lib.cvsclient.util.LoggedDataInputStream.readLine()
It converts input data to string using
ByteArray.getStringFromBytes()
that works only for ASCII without
0
. Use
byte
access methods instead.
org.netbeans.lib.cvsclient.command.log.LogInformation.Revision.setDateString(String)
This method uses a static parser to parse dates which is not thread safe, use #setDate instead
org.netbeans.lib.cvsclient.util.LoggedDataOutputStream.writeChars(String)
Line to to bytes conversion is host specifics. Use raw byte access methods insted.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011. All Rights Reserved.