My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Oct 31, 2009
    ThreeAddressCode (A short description of three address code) Wiki page commented on by praveentheDON   -   good
    good
  • Oct 24, 2009
    issue 12 (Use ASTParser.createASTs and ASTRequestor instead of calling...) Status changed by ciera.christopher   -   Fixed this problem by providing a utilit called "TypeHierarchy" that will allow you to look up the subtype compatility of two strings.
    Status: Fixed
    Fixed this problem by providing a utilit called "TypeHierarchy" that will allow you to look up the subtype compatility of two strings.
    Status: Fixed
  • Oct 24, 2009
    r276 (Added a utility to create the type hierarchy and query it fo...) committed by ciera.christopher   -   Added a utility to create the type hierarchy and query it for type compatibility based on strings
    Added a utility to create the type hierarchy and query it for type compatibility based on strings
  • Oct 23, 2009
    r275 (Why is making an update site so difficult? Committing a few ...) committed by nels.beckman   -   Why is making an update site so difficult? Committing a few additions to Crystal util. Committing Plural code for ForcePack.
    Why is making an update site so difficult? Committing a few additions to Crystal util. Committing Plural code for ForcePack.
  • Oct 21, 2009
    r274 (Fixed resolveType to handle elementals) committed by ciera.christopher   -   Fixed resolveType to handle elementals
    Fixed resolveType to handle elementals
  • Oct 20, 2009
    r273 (Added utility to deal with the weird return type from IType....) committed by ciera.christopher   -   Added utility to deal with the weird return type from IType.resolveType()
    Added utility to deal with the weird return type from IType.resolveType()
  • Oct 16, 2009
    r272 (Took out wrong @Overrides (for this version...)) committed by ciera.christopher   -   Took out wrong @Overrides (for this version...)
    Took out wrong @Overrides (for this version...)
  • Oct 16, 2009
    r271 ([No log message]) committed by ciera.christopher   -   [No log message]
    [No log message]
  • Sep 01, 2009
    r270 (Stuff I need for @ForcePack in Plural. Nothing major. a VOID...) committed by nels.beckman   -   Stuff I need for @ForcePack in Plural. Nothing major. a VOID type.
    Stuff I need for @ForcePack in Plural. Nothing major. a VOID type.
  • Aug 06, 2009
    r269 (Fixed mime types) committed by ciera.christopher   -   Fixed mime types
    Fixed mime types
  • Jul 31, 2009
    NPEBranchChecker.zip (Sample NPE Analysis with Branch-Sensitivity and Annotations) file uploaded by ciera.christopher   -  
    Labels: Type-Source
    Labels: Type-Source
  • Jul 31, 2009
    NPEAnnoChecker.zip (Sample NPE Analysis with Annotations) file uploaded by ciera.christopher   -  
    Labels: Type-Source
    Labels: Type-Source
  • Jul 31, 2009
    CrystalTutorialNotes.pdf (Crystal Tutorial Notes) file uploaded by ciera.christopher   -  
    Labels: Featured Type-Docs
    Labels: Featured Type-Docs
  • Jul 29, 2009
    r268 (I improved a couple of the workspace utilities for getting A...) committed by nels.beckman   -   I improved a couple of the workspace utilities for getting AST nodes from model elements.
    I improved a couple of the workspace utilities for getting AST nodes from model elements.
  • Jul 28, 2009
    r267 (Now we have a 3->1 lambda! Getting crazy!) committed by nels.beckman   -   Now we have a 3->1 lambda! Getting crazy!
    Now we have a 3->1 lambda! Getting crazy!
  • Jul 16, 2009
    issue 16 (Dataflow Analysis How-to page has typo) reported by Reitblatt   -   Example under "Lattice Values" should read: public class MyLE implements Copyable<MyLE> { ... } instead of: public class MyLE extends Copyable<MyLE> { ... }
    Example under "Lattice Values" should read: public class MyLE implements Copyable<MyLE> { ... } instead of: public class MyLE extends Copyable<MyLE> { ... }
  • Jun 24, 2009
    r266 (Java in Eclipse 3.5 finds some different overloading abmigui...) committed by nels.beckman   -   Java in Eclipse 3.5 finds some different overloading abmiguities than Eclipse 3.4. This fixes it and should be compatible with Eclispe 3.4 as well.
    Java in Eclipse 3.5 finds some different overloading abmiguities than Eclipse 3.4. This fixes it and should be compatible with Eclispe 3.4 as well.
  • Jun 23, 2009
    Deployment (Rebuild the update site with the EclipseUpdate project) Wiki page edited by kevin.bierhoff
  • Jun 23, 2009
    r264 (Arg... this dumb thing.) committed by nels.beckman   -   Arg... this dumb thing.
    Arg... this dumb thing.
  • Jun 23, 2009
    r263 (That took a hilarious amount of work, but now the Eclipse Up...) committed by nels.beckman   -   That took a hilarious amount of work, but now the Eclipse Update Site for Crystal actually works, and it includes the source. If you want to make a new update, please talk to me! You need to run the ant file that comes with this distribution.
    That took a hilarious amount of work, but now the Eclipse Update Site for Crystal actually works, and it includes the source. If you want to make a new update, please talk to me! You need to run the ant file that comes with this distribution.
  • Jun 23, 2009
    r262 (adjusted powerpoint from tutorial) committed by ciera.christopher   -   adjusted powerpoint from tutorial
    adjusted powerpoint from tutorial
  • Jun 23, 2009
    r261 (changed createLatticeOps(MethodDeclaration) to getLatticeOps...) committed by ciera.christopher   -   changed createLatticeOps(MethodDeclaration) to getLatticeOps()
    changed createLatticeOps(MethodDeclaration) to getLatticeOps()
  • Jun 23, 2009
    r260 (changed createLatticeOps(MethodDeclaration) to getLatticeOps...) committed by ciera.christopher   -   changed createLatticeOps(MethodDeclaration) to getLatticeOps()
    changed createLatticeOps(MethodDeclaration) to getLatticeOps()
  • Jun 19, 2009
    r259 (store disabled analyses in preferences) committed by kevin.bierhoff   -   store disabled analyses in preferences
    store disabled analyses in preferences
  • Jun 19, 2009
    r258 (Got rid of a pointless map.) committed by nels.beckman   -   Got rid of a pointless map.
    Got rid of a pointless map.
  • Jun 18, 2009
    r257 (Attempt to avoid NPE for empty workspace; use logger in work...) committed by kevin.bierhoff   -   Attempt to avoid NPE for empty workspace; use logger in workspace utilities (and do not fail in collecting comp units)
    Attempt to avoid NPE for empty workspace; use logger in workspace utilities (and do not fail in collecting comp units)
  • Jun 17, 2009
    r256 (page numbers) committed by kevin.bierhoff   -   page numbers
    page numbers
  • Jun 17, 2009
    r255 (Changed the toString() method to be helpful.) committed by nels.beckman   -   Changed the toString() method to be helpful.
    Changed the toString() method to be helpful.
  • Jun 16, 2009
    r254 (ok, the local deploy works, but the update site doesn't.) committed by ciera.christopher   -   ok, the local deploy works, but the update site doesn't.
    ok, the local deploy works, but the update site doesn't.
  • Jun 16, 2009
    r253 (powerpoint for tutorial) committed by ciera.christopher   -   powerpoint for tutorial
    powerpoint for tutorial
  • Jun 16, 2009
    r252 (Why shouldn't MultiAnnotations be able to take a single anno...) committed by nels.beckman   -   Why shouldn't MultiAnnotations be able to take a single annotation as a parameter?
    Why shouldn't MultiAnnotations be able to take a single annotation as a parameter?
  • Jun 16, 2009
    r251 (branch-sensitive constructor that takes analysis input) committed by kevin.bierhoff   -   branch-sensitive constructor that takes analysis input
    branch-sensitive constructor that takes analysis input
  • Jun 16, 2009
    r250 (Well, it works locally....) committed by ciera.christopher   -   Well, it works locally....
    Well, it works locally....
  • Jun 16, 2009
    r249 (trying again. Basically reverting back to what we had the fi...) committed by ciera.christopher   -   trying again. Basically reverting back to what we had the first time.
    trying again. Basically reverting back to what we had the first time.
  • Jun 16, 2009
    r248 (asdas) committed by ciera.christopher   -   asdas
    asdas
  • Jun 16, 2009
    r247 (skhfgkjfbjntr) committed by ciera.christopher   -   skhfgkjfbjntr
    skhfgkjfbjntr
  • Jun 15, 2009
    r246 (narf) committed by ciera.christopher   -   narf
    narf
  • Jun 15, 2009
    r245 (;jibfvj;dfgnjfg;njjkn) committed by ciera.christopher   -   ;jibfvj;dfgnjfg;njjkn
    ;jibfvj;dfgnjfg;njjkn
  • Jun 15, 2009
    r244 (sigh. snakeheads.) committed by ciera.christopher   -   sigh. snakeheads.
    sigh. snakeheads.
  • Jun 15, 2009
    r243 (seriously. snakehead fish. go check it out. i'll wait.) committed by ciera.christopher   -   seriously. snakehead fish. go check it out. i'll wait.
    seriously. snakehead fish. go check it out. i'll wait.
  • Jun 15, 2009
    r242 (damnit, if this doesn't work, someone at eclipse is getting ...) committed by ciera.christopher   -   damnit, if this doesn't work, someone at eclipse is getting mauled. With a snakehead fish.
    damnit, if this doesn't work, someone at eclipse is getting mauled. With a snakehead fish.
  • Jun 15, 2009
    r241 (and again...) committed by ciera.christopher   -   and again...
    and again...
  • Jun 15, 2009
    r240 (trying to get the update site working again) committed by ciera.christopher   -   trying to get the update site working again
    trying to get the update site working again
  • Jun 15, 2009
    r239 (and now with source) committed by ciera.christopher   -   and now with source
    and now with source
  • Jun 15, 2009
    r238 (and now with source) committed by ciera.christopher   -   and now with source
    and now with source
  • Jun 15, 2009
    r237 ([No log message]) committed by ciera.christopher   -   [No log message]
    [No log message]
  • Jun 15, 2009
    r236 (Final version of Crystal 3.4.1, with docs.) committed by ciera.christopher   -   Final version of Crystal 3.4.1, with docs.
    Final version of Crystal 3.4.1, with docs.
  • Jun 15, 2009
    r235 (added name info) committed by ciera.christopher   -   added name info
    added name info
  • Jun 15, 2009
    r234 (Trying again with the update site) committed by ciera.christopher   -   Trying again with the update site
    Trying again with the update site
  • Jun 12, 2009
    Deployment (Rebuild the update site with the EclipseUpdate project) Wiki page edited by ciera.christopher
 
Hosted by Google Code