summaryrefslogtreecommitdiffstats
path: root/im/java
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2009-06-30 16:28:54 -0700
committerNick Pelly <npelly@google.com>2009-06-30 19:47:54 -0700
commit2e0da96e757a977154063f980d3f4e1abd41cf09 (patch)
tree5191854cd81cb23cd9eca9906771bd82775e69a3 /im/java
parent9439a7fe517b858bc5e5c654b459315e4722feb2 (diff)
downloadframeworks_base-2e0da96e757a977154063f980d3f4e1abd41cf09.zip
frameworks_base-2e0da96e757a977154063f980d3f4e1abd41cf09.tar.gz
frameworks_base-2e0da96e757a977154063f980d3f4e1abd41cf09.tar.bz2
Obex library cleanup, first pass.
o Add Android.mk file. o Add @hide so it is not exposed in the public API. It is not yet in shape. o Prefer @throws to @exception o Do not use @version. This is meaningless in Android. o Prefer classes 'final' unless explicitly allowing inheritance (See "Effective Java" item 15) o Prefer CamelCaps java naming even for acronyms (OBEXHelper -> ObexHelper) o Use the built-in MD5 library. o Move ObexConstants into ObexHelper. o Remove unused variables. o Prefer stricter access priveleges. Most importantly, avoid public fields. o Don't use 'import java.io.*'. Name each class explicitly. o Delete commented out code. If its not used then remove it.
Diffstat (limited to 'im/java')
0 files changed, 0 insertions, 0 deletions