[ https://issues.apache.org/jira/browse/NETBEANS-4152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ernie Rael updated NETBEANS-4152: --------------------------------- Priority: Major (was: Critical) > Constant exceptions while editting > ---------------------------------- > > Key: NETBEANS-4152 > URL: https://issues.apache.org/jira/browse/NETBEANS-4152 > Project: NetBeans > Issue Type: Bug > Components: java - Hints > Affects Versions: 12.0 > Environment: Win7,12.0beta3,jdk-13 > Reporter: Ernie Rael > Assignee: Jan Lahoda > Priority: Major > Attachments: 12b3-NB13-NO-messages.log, NB13-NO-messages.log > > > Built the repo with latest commits (see below). Empty Cachedir. No nb-javac. > IDE running on jdk-13. Attached log is after startup, no keystrokes. Might be > related to NETBEANS-4146 since similar stack. Any edits brings up dialog > (after short pause) > {code:java} > java.lang.NullPointerException > at > jdk.compiler/com.sun.tools.javac.comp.Check.checkClassOverrideEqualsAndHash(Check.java:2091) > {code} > At startup open project with file: > {code:java} > package play; > import javax.swing.text.Segment; > public class NewClass > { > void t(Segment s, int col) > { > char c; > c = s.array[col + s.offset]; > c = s.array[s.offset + col]; > } > } > {code} > {code:java} > @ changeset: 4145:d6a5ef54df74 > | bookmark: FixTermStartup > | tag: tip > | user: Ernie Rael <err...@raelity.com> > | date: Fri Apr 10 04:46:35 2020 +0100 > | summary: [NETBEANS-4143] Dont quote args in common case; fixes terminal > startup in cygwin. > | > o changeset: 4144:2f8e25e43d06 > | tag: upstream/master > | user: Laszlo Kishalmi <laszlo.kisha...@gmail.com> > | date: Sun Apr 05 12:37:42 2020 -0700 > | summary: [NETBEANS-4118] Moved Gradle Tooling into it's own module and to > version 6.3 > | > o changeset: 4143:062d22019b93 > |\ parent: 4139:da666689e72d > | | parent: 4142:5b30fd7dd99f > | | user: Eric Barboni <sk...@apache.org> > | | date: Fri Apr 10 11:18:14 2020 +0200 > | | summary: Merge pull request #2060 from DevCharly/flatlaf-0.29 > | | > ... > | > o changeset: 4139:da666689e72d > |\ parent: 4124:6066a52b01ff > | | parent: 4138:400df9905951 > | | user: Eric Barboni <sk...@apache.org> > | | date: Thu Apr 09 15:14:08 2020 +0200 > | | summary: Merge pull request #2013 from > jlahoda/fix-refactoring-vanilla-javac > | |{code} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists