Commit Graph

41 Commits

Author SHA1 Message Date
Kathy Gray
c69b4b947e Correction to test enable/disable behavior.
Hooks for correction to printing out test announcements at inopportune times.

svn: r9754
2008-05-08 21:48:02 +00:00
Kathy Gray
6a1b99a74f Fixes to v4 errors discovered in test suite;
Fixes to undefined errors in parser;
Tweak to error selection in parser;
Removal of irrelevant preference in ProfJ Tool

svn: r9536
2008-04-29 16:07:47 +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
8a3a887857 Committing modifications to test cases;
committing small modification to grammar spec;

Committing change to docpos to add new profj language manual

svn: r7081
2007-08-11 11:42:21 +00:00
Kathy Gray
dfafe3c2c1 svn: r4812 2006-11-09 10:19:02 +00:00
Kathy Gray
58751057b6 Moved profj-testing.ss out of profj and only into the testing file; methods from profj-testing used by profj are obsolete now
svn: r4601
2006-10-14 15:04:07 +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
cff35de4c9 Adding libraries to lang.
svn: r3218
2006-06-04 22:09:21 +00:00
Kathy Gray
86cafcc1a1 Merged testing branch in with trunk-- merge -r 2619:3114 branches/kathyg
svn: r3115
2006-05-30 05:24:21 +00:00
Kathy Gray
a74548cd95 Correction to no reachable return bug in the presence of loops. Slight modifications to parse-error messages.
svn: r2911
2006-05-11 21:20:31 +00:00
Kathy Gray
7c4c832269 Corrected bug in initializing an array with { }
svn: r2827
2006-04-27 21:47:30 +00:00
Kathy Gray
a3eb06d5b2 Corrected error of unreachable return in if without else and no return.
svn: r2805
2006-04-26 17:33:37 +00:00
Kathy Gray
f0564d5746 Correction to bug for accessing private field
svn: r2791
2006-04-26 04:33:09 +00:00
Kathy Gray
524dbb1cbe Corrected bug in statements after loop, running same language in two
windows/tabs, substring off by one error, spelling error in error message

svn: r2591
2006-04-04 17:42:06 +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
0b777b2b5a Correction to bug in cycle detection. Updates to graphics library interface
svn: r2248
2006-02-15 23:33:51 +00:00
Kathy Gray
78581eef66 svn: r2165 2006-02-07 21:05:37 +00:00
Kathy Gray
b3947cc82f Corrected reference before defined bug, including allowing the cases where Java allows it, and making sure that we won't get <undefined> when that happens.
svn: r2149
2006-02-07 04:54:48 +00:00
Kathy Gray
f73ccaaf95 Changes to reflect name change of draw2 to graphics, tests for cyclic uses of interfaces
svn: r2009
2006-01-27 22:17:22 +00:00
Kathy Gray
e9ab189fcb Correction to int/float-double conversions, and Image printing
svn: r1936
2006-01-24 06:46:47 +00:00
Kathy Gray
cbb9f7bdf6 Bug correction for classes with private methods
svn: r1920
2006-01-21 23:14:52 +00:00
Kathy Gray
581ee0783c Correction to bugs with accessing fields of wrapped java objects, and using == in the presence of dynamic.
svn: r1880
2006-01-20 04:12:33 +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
08b57461d7 Corrected immutable string bug, and refined bug fix for casts
svn: r1604
2005-12-12 23:54:14 +00:00
Kathy Gray
fedbf9e0c8 Correcting a bug with returning a dynamic value
svn: r1588
2005-12-12 03:51:20 +00:00
Kathy Gray
350c360fa9 svn: r1586 2005-12-11 23:57:33 +00:00
Kathy Gray
8f1898eda7 Fix to null.m() bug
svn: r1433
2005-11-29 08:15:41 +00:00
Kathy Gray
bb83ebdbf0 svn: r1422 2005-11-28 05:55:12 +00:00
Kathy Gray
79af758ca0 Added tests for return type checking
svn: r1400
2005-11-24 18:17:26 +00:00
Kathy Gray
3064b59ed0 svn: r1397 2005-11-24 17:56:32 +00:00
Kathy Gray
3aeeac1fbe Added tests
svn: r1357
2005-11-21 06:14:04 +00:00
Kathy Gray
e27d64ed8d instanceof test
svn: r1317
2005-11-14 22:34:58 +00:00
Kathy Gray
4ebb06b25c Adding the profj tests
svn: r1313
2005-11-14 21:30:38 +00:00