Commit 7348665
dlsmith
DynamicJava: Fixed Java5Class handling of parameterized static nested classes: Map.Entry<K,V> was being treated incorrectly as a raw type (because "Map" is raw). Improved error printing of anonymous class names.
git-svn-id: file:///tmp/test-svn/trunk@5065 fe72c1cf-3628-48e9-8b72-1c46755d3cff1 parent ede26ce commit 7348665Copy full SHA for 7348665
2 files changed
+37-48Lines changed: 37 additions & 48 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- dynamicjava/src/edu/rice/cs/dynamicjava/symbol
Expand file treeCollapse file tree
Open diff view settings
Collapse file
dynamicjava/src/edu/rice/cs/dynamicjava/symbol/Java5Class.java
Copy file name to clipboardExpand all lines: dynamicjava/src/edu/rice/cs/dynamicjava/symbol/Java5Class.java+16-22Lines changed: 16 additions & 22 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
134 | 134 | |
135 | 135 | |
136 | 136 | |
137 | | - |
138 | | - |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
139 | 141 | |
140 | | - |
141 | | - |
142 | | - |
143 | | - |
144 | | - |
145 | | - |
146 | | - |
147 | | - |
148 | | - |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
149 | 147 | |
150 | 148 | |
151 | | - |
152 | | - |
153 | | - |
154 | | - |
155 | | - |
| 149 | + |
| 150 | + |
| 151 | + |
156 | 152 | |
157 | 153 | |
158 | | - |
159 | | - |
| 154 | + |
| 155 | + |
160 | 156 | |
161 | 157 | |
162 | | - |
163 | | - |
164 | | - |
165 | | - |
| 158 | + |
| 159 | + |
166 | 160 | |
167 | 161 | |
168 | 162 | |
|
Collapse file
dynamicjava/src/edu/rice/cs/dynamicjava/symbol/StandardTypeSystem.java
Copy file name to clipboardExpand all lines: dynamicjava/src/edu/rice/cs/dynamicjava/symbol/StandardTypeSystem.java+21-26Lines changed: 21 additions & 26 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
627 | 627 | |
628 | 628 | |
629 | 629 | |
630 | | - |
| 630 | + |
631 | 631 | |
632 | 632 | |
633 | 633 | |
| ||
636 | 636 | |
637 | 637 | |
638 | 638 | |
639 | | - |
| 639 | + |
640 | 640 | |
641 | 641 | |
642 | 642 | |
| ||
645 | 645 | |
646 | 646 | |
647 | 647 | |
648 | | - |
| 648 | + |
649 | 649 | |
650 | 650 | |
651 | 651 | |
| ||
688 | 688 | |
689 | 689 | |
690 | 690 | |
691 | | - |
| 691 | + |
692 | 692 | |
693 | 693 | |
694 | | - |
| 694 | + |
695 | 695 | |
696 | 696 | |
697 | 697 | |
| ||
720 | 720 | |
721 | 721 | |
722 | 722 | |
723 | | - |
724 | | - |
725 | | - |
| 723 | + |
726 | 724 | |
727 | 725 | |
728 | 726 | |
729 | | - |
| 727 | + |
730 | 728 | |
731 | 729 | |
732 | 730 | |
733 | 731 | |
734 | 732 | |
735 | 733 | |
736 | | - |
| 734 | + |
737 | 735 | |
738 | 736 | |
739 | 737 | |
| ||
755 | 753 | |
756 | 754 | |
757 | 755 | |
| 756 | + |
| 757 | + |
| 758 | + |
| 759 | + |
| 760 | + |
| 761 | + |
| 762 | + |
| 763 | + |
758 | 764 | |
759 | 765 | |
760 | 766 | |
| ||
768 | 774 | |
769 | 775 | |
770 | 776 | |
771 | | - |
772 | | - |
773 | | - |
774 | | - |
775 | | - |
776 | | - |
777 | | - |
778 | | - |
| 777 | + |
779 | 778 | |
780 | 779 | |
781 | 780 | |
| ||
786 | 785 | |
787 | 786 | |
788 | 787 | |
789 | | - |
790 | | - |
791 | | - |
792 | | - |
793 | | - |
794 | | - |
795 | | - |
796 | | - |
| 788 | + |
797 | 789 | |
798 | 790 | |
799 | 791 | |
| ||
1783 | 1775 | |
1784 | 1776 | |
1785 | 1777 | |
| 1778 | + |
| 1779 | + |
| 1780 | + |
1786 | 1781 | |
1787 | 1782 | |
1788 | 1783 | |
|
0 commit comments