changes: mainly fixed problems of a tertiary node, pc loc checking, flow edges of...
[IRC.git] / Robust / src / Analysis / SSJava / FlowDownCheck.java
2012-10-29 yeomchanges: mainly fixed problems of a tertiary node,...
2012-10-28 yeomchanges.
2012-10-27 yeomchanges.
2012-10-23 yeomchanges: fixes the case that a shared location appears...
2012-10-21 yeomaddressing two problems in the composite location gener...
2012-10-21 yeomchanges on the composite location generation (but still...
2012-10-20 yeomchanges on global composite assignment translation...
2012-10-19 yeomchanges.
2012-10-18 yeombug fixes + generating PC/RETURNLOC in a flow graph
2012-10-16 yeomfixes on PCLOC generation, intermediate node insertion...
2012-09-16 yeomchanges: building field/method hierarchy graph + insert...
2012-08-17 yeomchanges.
2012-08-07 yeomchanges.
2012-08-02 yeomfixed another problem of the flow-down check. If an...
2012-08-02 yeomadd PCLOC annotations. all three benchmarks are type...
2012-08-01 yeomAllow to declare a composite location for the initial...
2012-08-01 yeomimplemented PCLOC annotation.
2012-08-01 yeomfix.
2012-04-30 yeomchanges on the SJava inference
2012-04-20 yeommore changes.
2012-01-20 yeomhave another way to assign a THIS LOCATION to method...
2011-12-15 yeomassociate assignment nodes that writes to the same...
2011-10-28 yeombug fix:
2011-10-03 yeombug fix.
2011-09-20 yeompasses the flow down rule
2011-09-20 yeombug fixes + annotations
2011-09-01 yeomchanges: 1) refactoring codes 2) forgot to implement...
2011-08-29 yeomchanges on the definite clearance for shared locations...
2011-08-23 yeom1) changes on the definitely written analysis: it only...
2011-08-18 yeommore changes to pass the flow-down rule
2011-08-18 yeomchanges.
2011-08-17 yeombug fix on flow-down rule: check if all of assignments...
2011-08-03 yeomchanges.
2011-08-03 yeomchanges.
2011-08-02 yeomchanges.
2011-07-28 yeomfix on assigning the global location of the local...
2011-07-28 yeomchanges.
2011-07-27 yeomchanges: 1) generate a class lattice graph DOT file...
2011-07-27 yeomchanges.
2011-07-27 yeomchanges.
2011-07-26 yeombug fix on callee constraint checking: previously only...
2011-07-26 yeomchanges.
2011-07-26 yeomchanges: LayerIDecoder and LayerIIDecoder pass the...
2011-07-23 yeomchanges.
2011-07-22 yeomto get eaiser debugging, make the ssjava checking have...
2011-07-22 yeomchanges on the flow down rule checking: 1) only check...
2011-07-21 yeomtry to fix annotation errors
2011-07-21 yeommore changes.
2011-07-20 yeomfixes on method annoatation checking: when a method...
2011-07-19 yeomchanges on NameNode checking
2011-07-18 yeomchanges
2011-07-16 yeomchanges: major revision on SynthesisFilter of mp3decode...
2011-07-15 yeomchanges.
2011-07-14 yeomchanges: 1) have a better error message 2) if annotatio...
2011-07-13 yeomfix: forgot to check swtich statements
2011-07-13 yeomfix: does not need to check a class that does not have...
2011-07-13 yeomtry to make mp3decoder pass SSJava checking
2011-07-13 yeombug fix: no need to check flow down rule for abstract...
2011-07-12 yeombug fix: if a parent class doesn't define lattice,...
2011-07-08 yeomchanges toward intraprocedural analysis
2011-07-07 yeombring recent changes before starting to implement defin...
2011-07-02 yeombug fixes
2011-07-01 yeomgetting close to finishing the definite written analysis
2011-06-29 yeomadd ssjava debug option to have interim results if...
2011-06-22 yeombug fixes + integrate loop termination analysis into...
2011-06-14 yeomfixes on GLB and returnloc calculation, etc.
2011-06-11 yeomfix bugs and changes on method checking
2011-06-03 yeomimproves the strategy of checkings: starting from ssjav...
2011-06-01 yeomhaving a location namespace. location names appeared...
2011-05-31 yeomadd one more checking, class inheritance: If a class...
2011-05-25 yeomfixes on bugs and checking of method invocation:
2011-05-24 yeombug fixes and few extra things:
2011-05-20 yeomfix bugs on the flow down rule and start annotating...
2011-05-19 yeomchanges.
2011-05-18 yeommore changes.
2011-05-18 yeomchanges.
2011-05-18 yeomchanges to reflect ssjava design changes and temporaril...
2011-05-13 yeomtake out all of ssjava stuff from state class and start...
2011-05-04 yeomsmall changes: have a way to specify the location of...
2011-05-03 yeomchanges.
2011-04-29 yeomchanges: now, the annotated SSJava class library passes...
2011-04-27 yeomchanges to get the tiny class library for ssjava
2011-04-27 bdemskyswitch to spaces only..
2011-04-27 bdemskyFix tabbing.... Please fix your editors so they do...
2011-04-23 yeominterim changes: ssjava will have its own class library...
2011-04-22 yeomchanges: make location an extension of type descriptor...
2011-04-19 yeomchanges.
2011-04-18 yeomhandle the missing case in the flow down analysis:...
2011-04-15 yeomchanges.
2011-04-14 yeomextends the grammar to have a way to define a new type...
2011-04-13 yeomchanges.
2011-04-12 yeomchanges.
2011-04-11 yeomchanges.
2011-03-26 yeomchanges.
2011-03-24 yeomchanges on ssjava.
2011-03-22 yeombug fix on the glb function of the lattice + working...
2011-03-19 yeomchanges.
2011-03-17 yeomkeep the current snapshot before making further changes.
2011-03-15 yeomrefactoring the lattice implementation / having a way...
2011-03-05 yeomintroduce new flag -ssjava for enabling SSJava feature...