comparison src/java_fork.html.luan @ 67:b1982e401900

security
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 15 Sep 2024 08:09:27 -0600
parents 7c496678f32a
children
comparison
equal deleted inserted replaced
66:4b68d7e43726 67:b1982e401900
27 <h1>Java Fork</h1> 27 <h1>Java Fork</h1>
28 28
29 <p><a href="/java.html">Java 8</a> is good reactionary software but is essentially unsupported. So someone should fork it and maintain and improve it. I suggest these improvements:</p> 29 <p><a href="/java.html">Java 8</a> is good reactionary software but is essentially unsupported. So someone should fork it and maintain and improve it. I suggest these improvements:</p>
30 30
31 <ul> 31 <ul>
32 <li>Fix inner classes as described <a href="http://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 </ul> 36 </ul>
37 37