Update of /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9523/src/com/mebigfatguy/fbcontrib/detect
Modified Files:
LocalSynchronizedCollection.java
Log Message:
doc some work todo
Index: LocalSynchronizedCollection.java
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/LocalSynchronizedCollection.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- LocalSynchronizedCollection.java 12 Mar 2006 06:27:17 -0000 1.5
+++ LocalSynchronizedCollection.java 12 Mar 2006 15:19:07 -0000 1.6
@@ -104,6 +104,8 @@
*/
@Override
public void sawOpcode(int seen) {
+ //TODO: Keep track of local variable scope
+ //TODO: If a store into a variable, other than above, remove from consideration
Integer tosIsSyncColReg = null;
try {
stack.mergeJumps(this);
|