Michael Bien
Michael Bien
based on delivery - conflictsWithLocal is called in a loop and recomputes methodsIn on each iteration which scales very badly (quadratic complexity) - we can simply extract this part out...
NB 15 This is somewhat related to #4140 (fixed via #4142 / NB 15) but the codepath is different (see flamegraph). when taking the FieldsOfJoy test as baseline and adding...
based on delivery for the slim chance that this gets a review - streams are not very good at canceling - by using a plain loop we can simply break...
Now that we have the basic CI features implemented (cancellable, restartable, junit-reports and a simple pipeline), we can migrate some travis jobs to github. I don't think we can migrate...
We see users periodically reporting issues for old NB versions (e.g #4477 + discussion). So I wanted to see if the messaging could be a little bit improved. It turned...
project wide cleanup which intends to: - get rid of many build log warnings - reduce the mixing of two junit APIs The annoying part is that junit 4 made...
small updates: - increase probability that someone is reading the notes by moving the link down - emphasize "latest NetBeans" a little bit by linking to the download page since...
followup on https://github.com/apache/roller/pull/113 This is a workaround which ensures that the test reports end up in the correct workflow. example: JUnit reports of: https://github.com/apache/roller/actions/runs/1627718913 ended up here: https://github.com/apache/roller/actions/runs/1627718912 If there...
Test case failures are correctly listed, however errors are ignored (summary is green despite errors). I suppose one way of (quick) fixing this would be by adding the errors to...
_Originally posted by @6PATyCb in https://github.com/apache/netbeans/issues/4710#issuecomment-1272557189_ When too much files is opened I like to use `documents list` format for manage it:  but in that format would be good...