WALA/com.ibm.wala.cast.java
Nicholas Chen dc4712fd75 Initialize stringClass field lazily
This ensures that when we need to use stringClass, it can be constructed
directly from the cha field. Previously, it was only initialized after
the call to super(…) in the constructor. However, by then it is too late
because super(…) calls initialize() and solve() which need the
stringClass field.
2013-03-29 17:21:45 -05:00
..
.launchConfigurations launch configurations for download scripts 2007-02-08 20:35:48 +00:00
.settings more conversion to Unix line endings 2012-09-04 15:59:50 -07:00
META-INF complete conversion to Unix line endings 2012-09-04 16:05:49 -07:00
src/com/ibm/wala/cast/java Initialize stringClass field lazily 2013-03-29 17:21:45 -05:00
.classpath Removed polyglot dependencies from the bundle manifest and classpath, now that the code dependencies have been moved to another plugin project (com.ibm.wala.cast.java.polyglot). 2009-04-16 20:18:53 +00:00
.cvsignore Initial contribution of core script analysis code 2007-02-02 17:20:09 +00:00
.project Initial contribution of core script analysis code 2007-02-02 17:20:09 +00:00
build.properties first cut at handling inner classes properly; moving around of code for analysis engines to make them provide a default way to build a call graph 2007-02-07 18:51:19 +00:00