Commit Graph

38 Commits

Author SHA1 Message Date
Kathy Gray
7f085f7e2b Switching to scheme/base instead of mzscheme
Addition of support for stm (to-scheme.ss only)

svn: r10232
2008-06-12 14:46:43 +00:00
Eli Barzilay
bb34f747b6 make all files terminate with a newline
svn: r8786
2008-02-24 21:27:36 +00:00
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +00:00
Kathy Gray
3549e55d5a Bringing up to v4 require specs and tool interface.
NOTE: testing window is NOT working yet.

svn: r8157
2007-12-29 19:39:25 +00:00
Kathy Gray
0026912589 svn: r7390 2007-09-20 03:07:02 +00:00
Kathy Gray
9cb66102ed correction to bugs 8947 and 8948
svn: r7388
2007-09-19 23:32:26 +00:00
Kathy Gray
cccb5150f0 Changes to add a language level to ProfJ
svn: r6814
2007-07-03 23:02:13 +00:00
Kathy Gray
4bcf7111fb Adding a correction that changes the strongly connected components calculation
svn: r6785
2007-07-02 01:14:51 +00:00
Kathy Gray
3ac1230baa Adds -- base of support to include LinkedList and Iterators into profj
Commits -- Corrections to interface bugs, and package setup-plt errors

svn: r6482
2007-06-05 15:26:06 +00:00
Kathy Gray
9123e74cfe Corrected bug in detecting inner class allocation
svn: r6412
2007-05-30 17:31:39 +00:00
Kathy Gray
9eecc33370 Corrected bugs in importing files, package compilation, and interface instanceofs
svn: r6362
2007-05-28 19:46:13 +00:00
Kathy Gray
1886a18b83 Correction to error message bugs 8660 and 8672
svn: r6224
2007-05-14 21:19:48 +00:00
Kathy Gray
a32a36453a Corrections to bugs 8517 and 8223
svn: r5562
2007-02-06 14:49:03 +00:00
Kathy Gray
50ca4e1cbf Corrected bugs regarding exceptions and check ... catch
svn: r4464
2006-10-02 20:17:36 +00:00
Kathy Gray
a361348bdc Corrected bug of conflicting names between import and current file
svn: r3985
2006-08-08 17:58:37 +00:00
Kathy Gray
325c304560 Correction to bug causing methods with the same name and different access to interfere with each other.
Correction to bug allowing package access methods to implement interface methods.
Correction to bug preventing interactions window from accessing protected fields.

svn: r3922
2006-08-02 03:53:43 +00:00
Kathy Gray
b1b2919d1b From :svn merge r3228:3451. Branch to add additional testing extensions for
full Java

svn: r3452
2006-06-23 20:33:19 +00:00
Kathy Gray
4e8dd55532 Corrected bugs in overloading resolution, character conversion, and interface
field staticness

svn: r3201
2006-06-03 07:07:12 +00:00
Kathy Gray
584624a02d svn: r2647 2006-04-09 19:09:33 +00:00
Kathy Gray
165779f4b1 Corrected cast to String bug, punctuation and spelling errors in some error messages
svn: r2445
2006-03-16 19:55:51 +00:00
Kathy Gray
1c85dd7504 Bug fix for order of field evaluation
svn: r2342
2006-03-02 06:00:54 +00:00
Kathy Gray
9469edc6f1 Arity bug in build-info fix.
svn: r2328
2006-02-28 05:38:32 +00:00
Kathy Gray
70193deb1d Corrected the following bugs:
Cleaned up language and highlighting for parse-error of three ids in a row.
Removed () from many method error messages.
Eliminated scheme-error when introducing overloaded method in subclass.

svn: r2292
2006-02-21 06:29:08 +00:00
Kathy Gray
ce5eca215c Corrected bugs:
abstract class implementing interface does not have to fully implement it
  super.METHOD(...) now fails when super method is abstract

svn: r2291
2006-02-20 23:10:04 +00:00
Kathy Gray
455a1c65a7 Bug fixes for inheriting from a compiled class (loss of modifiers), inner class lookup in composite files, and
code to recompile java files when the version number changes.

svn: r1856
2006-01-18 05:18:15 +00:00
Kathy Gray
3c6a8d5046 Assorted inner class bug fixes
svn: r1745
2006-01-02 22:38:09 +00:00
Kathy Gray
7251f03287 Correction to interface types
svn: r1624
2005-12-15 23:04:22 +00:00
Kathy Gray
b21e637ec3 svn: r1589 2005-12-12 04:30:30 +00:00
Kathy Gray
2df0524b8a Corrections to parsing errors and String library
svn: r1342
2005-11-17 22:42:38 +00:00
Kathy Gray
f5c3b8aa6c Merged 1145:1303 from branches/kathyg (only collects/profj directory)
Changes Beginner to have interfaces; assorted bug fixes

svn: r1305
2005-11-14 04:51:09 +00:00
Kathy Gray
7ed2a33211 fixed error message bug for naming a method the same as the constructor
svn: r550
2005-08-04 18:12:41 +00:00
Kathy Gray
38ae4e952b Fixed a bug where interfaces were not being properly mirrored for dynamic use,
also adds ability to use graphics in the interactions window for Full Java

svn: r506
2005-07-30 18:31:11 +00:00
Kathy Gray
4d63cd4701 Various bug fixes, for dynamic, beginner, and example boxes
svn: r389
2005-07-18 03:40:45 +00:00
Kathy Gray
57e8d8dab4 Fixing dynamic bug, and adding Util.error
svn: r334
2005-07-04 21:32:23 +00:00
Kathy Gray
cddd4e4e66 svn: r283 2005-06-30 19:29:41 +00:00
Kathy Gray
b6cf15b4b7 Temporarily fixes a recompilation problem
svn: r282
2005-06-30 19:22:41 +00:00
Kathy Gray
095c8dbb87 Adding dynamic type and interoperability support to ProfJ; also brings profj up to date after the switch from cvs to svn
svn: r50
2005-06-02 04:36:59 +00:00
Eli Barzilay
017d151d59 Adding collects, with all the right properties (except eoln-style).
svn: r3
2005-05-27 18:56:37 +00:00