comparison src/java_fork.html.luan @ 85:0d1a0fa301ea

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 18 Apr 2025 10:51:59 -0600
parents a990d216add8
children 76baf48ea36b
comparison
equal deleted inserted replaced
84:c6d9fab4779a 85:0d1a0fa301ea
31 <ul> 31 <ul>
32 <li>Fix inner classes as described <a href="https://mikraite.arkian.net/Jave-inner-classes-tp3503.html">here</a>.</li> 32 <li>Fix inner classes as described <a href="https://mikraite.arkian.net/Jave-inner-classes-tp3503.html">here</a>.</li>
33 <li>Replace generics with a cleaner solution.</li> 33 <li>Replace generics with a cleaner solution.</li>
34 <li>Remove static imports.</li> 34 <li>Remove static imports.</li>
35 <li>Remove lambda expressions.</li> 35 <li>Remove lambda expressions.</li>
36 <li>Swing JLabel should have selectable and copyable text.</li>
36 </ul> 37 </ul>
37 38
38 <p>There is no need for backward compatibility. People who want that can just use Java 8 as is. The fork is for reactionary programmers who are actively writing code, so the fork should be as clean as possible.</p> 39 <p>There is no need for backward compatibility. People who want that can just use Java 8 as is. The fork is for reactionary programmers who are actively writing code, so the fork should be as clean as possible.</p>
39 </div> 40 </div>
40 </body> 41 </body>