Hello. I have some free time and I have decided to help NetBeans to be better.
I have found old issue that I have found in 2018 year. It is <https://issues.apache.org/jira/browse/NETBEANS-626> NETBEANS-626 Number of row in "Insert Record(s)" modal panel is left after removming row JDK 10 only. It is not important issue, I have selected it for my first test. Description of this JIRA issue is not correct ( I have found it only now). This problem happens in any JDK. It happens because JXTableRowHeader does not know about last removed record in panel "Insert record(s)". What is interesting, if user sort table with data, sorted table model informs JXTableRowHeader about changes. I have prepared such possible fix https://github.com/Enroi/netbeans/commit/5de23a97b8219a1448f18638ba68965ee47 caaf9 I have such questions: 1. Is it correct format of commit? 2. Is it good fix, or should I change something? 3. Is there anything more important for my help? Or I can work with some another JIRA ticket I have created before. Orlyanskiy Vladimir.
