[jira] [Updated] (NETBEANS-5536) JAVA SOURCE FILE WON'T FORMAT PROPERLY WITH 'default:' IN SWITCH

2021-04-11 Thread Don (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Don updated NETBEANS-5536:
--
Attachment: format settings with switch default failure.zip
format failure with switch default.txt

> JAVA SOURCE FILE WON'T FORMAT PROPERLY WITH 'default:' IN SWITCH
> 
>
> Key: NETBEANS-5536
> URL: https://issues.apache.org/jira/browse/NETBEANS-5536
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Formatting  Indentation
>Affects Versions: 12.3
>Reporter: Don
>Priority: Minor
> Attachments: format failure with switch default.txt, format settings 
> with switch default failure.zip
>
>
> If a Java 'switch' statement includes a 'default:' case, the file will not 
> format properly, or at all, when requested.



--
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



[jira] [Commented] (NETBEANS-5536) JAVA SOURCE FILE WON'T FORMAT PROPERLY WITH 'default:' IN SWITCH

2021-04-11 Thread Don (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17318842#comment-17318842
 ] 

Don commented on NETBEANS-5536:
---

All formatting, like removal of extraneous spaces and indenting, works when the 
"default:" statement is removed (commented out). It doesn't do it, and gives no 
warning or error message, when the statement is there. There is no syntax error 
in any of the code. It save and compiles fine, with or without the "default:"; 
just doesn't format the file on request or on save. 

PS: I'm not sure adding the requested two attachments has worked here either. I 
don't see them here.

> JAVA SOURCE FILE WON'T FORMAT PROPERLY WITH 'default:' IN SWITCH
> 
>
> Key: NETBEANS-5536
> URL: https://issues.apache.org/jira/browse/NETBEANS-5536
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Formatting  Indentation
>Affects Versions: 12.3
>Reporter: Don
>Priority: Minor
>
> If a Java 'switch' statement includes a 'default:' case, the file will not 
> format properly, or at all, when requested.



--
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



[jira] [Created] (NETBEANS-5537) How to report a bug detected by NetBeans

2021-04-02 Thread Don (Jira)
Don created NETBEANS-5537:
-

 Summary: How to report a bug detected by NetBeans
 Key: NETBEANS-5537
 URL: https://issues.apache.org/jira/browse/NETBEANS-5537
 Project: NetBeans
  Issue Type: Bug
Reporter: Don


NetBeans IDE says I have detected a bug (in the status bar at the bottom). I 
click on the bug entry and it says go to JIRA to report it. OK. It says to 
report what the problem is and what I was doing, but I have no real idea of 
what the problem was that it detected, what I was really doing at the time that 
caused it. I started in JIRA to create a new report and was going to copy all 
the data (pages of it) that it showed, only to discover that it had closed the 
dialog with that data. So, I can't help you by providing any data on a problem 
that is messing up my project. Fix that interface so it automatically copies 
relevant data to the new issue created in JIRA or at least gives me some 
indication of where and what data to supply, and gives me to find the data 
myself and copy it to the bug issue.



--
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



[jira] [Created] (NETBEANS-5536) JAVA SOURCE FILE WON'T FORMAT PROPERLY WITH 'default:' IN SWITCH

2021-04-02 Thread Don (Jira)
Don created NETBEANS-5536:
-

 Summary: JAVA SOURCE FILE WON'T FORMAT PROPERLY WITH 'default:' IN 
SWITCH
 Key: NETBEANS-5536
 URL: https://issues.apache.org/jira/browse/NETBEANS-5536
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Formatting  Indentation
Affects Versions: 12.3
Reporter: Don
 Fix For: 12.3


If a Java 'switch' statement includes a 'default:' case, the file will not 
format properly, or at all, when requested.



--
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



[jira] [Commented] (NETBEANS-4020) incorrect error on type conversion during list extraction

2020-03-18 Thread Don (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17061841#comment-17061841
 ] 

Don commented on NETBEANS-4020:
---

I got a notice that an editor update was available. I installed it. This 
problem has apparently been fixed. Close it. If it crops up again, I'll report 
it again.

> incorrect error on type conversion during list extraction
> -
>
> Key: NETBEANS-4020
> URL: https://issues.apache.org/jira/browse/NETBEANS-4020
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.3
> Environment: Mac OS Catalina, Netbeans 11.3
>Reporter: Don
>Priority: Trivial
>
> The following code has an error reported in the editor, but in fact is not an 
> error.
> Example:
> *{color:#00875a}abstract public class CmnStrc {{color}*
>     *{color:#00875a}public ArrayList refHsDilgs = new 
> ArrayList<> ();{color}*
> *{color:#00875a}}{color}*
> *{color:#00875a}public class DiagModel {{color}*
>    *{color:#00875a}HotspotDilg hsDilg = cmnStrc.tgtHsDilg;{color}*
>    *{color:#00875a}for ( int hsDilgNdx = 0 ; hsDilgNdx < 
> cmnStrc.refHsDilgs.size () ; hsDilgNdx++ ) {{color}*
>       *{color:#00875a}+hsDilg = cmnStrc.refHsDilgs.get ( hsDilgNdx );+{color}*
>    *{color:#00875a}}{color}*
> *{color:#00875a}}{color}*
> To remove the error in the error:
> {color:#de350b}      *+hsDilg = (HotspotDilg) cmnStrc.refHsDilgs.get ( 
> hsDilgNdx );+*{color}
> This wasn't/isn't really necessary, except to remove the editor error. The 
> code compiles fine without any error indication.
> This error cropped up today, after making a few other changes to unrelated 
> code. The error indication in the editor wasn't there earlier today when 
> making other unrelated changes. Other "incompatible type" errors are cropping 
> up - one at a time in separate files as I make changes to remove these 
> "non-errors". Indicates the IDE is highly unstable and may have other 
> problems not directly related to this error, like perhaps memory leaks or 
> accessing unrelated elements of the IDE (just a guess of course).



--
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



[jira] [Updated] (NETBEANS-4020) incorrect error on type conversion during list extraction

2020-03-18 Thread Don (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Don updated NETBEANS-4020:
--
Priority: Trivial  (was: Major)

> incorrect error on type conversion during list extraction
> -
>
> Key: NETBEANS-4020
> URL: https://issues.apache.org/jira/browse/NETBEANS-4020
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.3
> Environment: Mac OS Catalina, Netbeans 11.3
>Reporter: Don
>Priority: Trivial
>
> The following code has an error reported in the editor, but in fact is not an 
> error.
> Example:
> *{color:#00875a}abstract public class CmnStrc {{color}*
>     *{color:#00875a}public ArrayList refHsDilgs = new 
> ArrayList<> ();{color}*
> *{color:#00875a}}{color}*
> *{color:#00875a}public class DiagModel {{color}*
>    *{color:#00875a}HotspotDilg hsDilg = cmnStrc.tgtHsDilg;{color}*
>    *{color:#00875a}for ( int hsDilgNdx = 0 ; hsDilgNdx < 
> cmnStrc.refHsDilgs.size () ; hsDilgNdx++ ) {{color}*
>       *{color:#00875a}+hsDilg = cmnStrc.refHsDilgs.get ( hsDilgNdx );+{color}*
>    *{color:#00875a}}{color}*
> *{color:#00875a}}{color}*
> To remove the error in the error:
> {color:#de350b}      *+hsDilg = (HotspotDilg) cmnStrc.refHsDilgs.get ( 
> hsDilgNdx );+*{color}
> This wasn't/isn't really necessary, except to remove the editor error. The 
> code compiles fine without any error indication.
> This error cropped up today, after making a few other changes to unrelated 
> code. The error indication in the editor wasn't there earlier today when 
> making other unrelated changes. Other "incompatible type" errors are cropping 
> up - one at a time in separate files as I make changes to remove these 
> "non-errors". Indicates the IDE is highly unstable and may have other 
> problems not directly related to this error, like perhaps memory leaks or 
> accessing unrelated elements of the IDE (just a guess of course).



--
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



[jira] [Commented] (NETBEANS-4019) reformatting is not working right

2020-03-18 Thread Don (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17061837#comment-17061837
 ] 

Don commented on NETBEANS-4019:
---

I got a notice that an editor update was available. I installed it. This 
problem has apparently been fixed. Close it. If it crops up again, I'll report 
it again.

> reformatting is not working right
> -
>
> Key: NETBEANS-4019
> URL: https://issues.apache.org/jira/browse/NETBEANS-4019
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 11.3
> Environment: Mac OS Catalina, Netbeans 11.3
>Reporter: Don
>Priority: Major
>
> On Ctrl/Alt/Meta-F (key command to reformat the section or document) and on 
> save of file (when option to reformat on save is chosen) the reformatting is 
> either not taking place at all, or is only partially happening. For example, 
> some modified lines (whether "All languages" is set to reformat "All lines" 
> or "Only modified lines" or whether "Java" is set that way or set to use the 
> "All languages" setting) get spacing set but not indentation, or no 
> reformatting at all (even leaves the spacing untouched).
> This just started happening today. It was working OK and as expected 
> yesterday, and I have made no "overt" updates to the IDE - have not changed 
> preferences or updated version.
> When I did make changes to the reformatting settings and tried to close the 
> preferences dialog, it went away but then came back, then away again, and 
> then back again - while I just watched it happen.



--
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



[jira] [Updated] (NETBEANS-4019) reformatting is not working right

2020-03-18 Thread Don (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Don updated NETBEANS-4019:
--
Priority: Trivial  (was: Major)

> reformatting is not working right
> -
>
> Key: NETBEANS-4019
> URL: https://issues.apache.org/jira/browse/NETBEANS-4019
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 11.3
> Environment: Mac OS Catalina, Netbeans 11.3
>Reporter: Don
>Priority: Trivial
>
> On Ctrl/Alt/Meta-F (key command to reformat the section or document) and on 
> save of file (when option to reformat on save is chosen) the reformatting is 
> either not taking place at all, or is only partially happening. For example, 
> some modified lines (whether "All languages" is set to reformat "All lines" 
> or "Only modified lines" or whether "Java" is set that way or set to use the 
> "All languages" setting) get spacing set but not indentation, or no 
> reformatting at all (even leaves the spacing untouched).
> This just started happening today. It was working OK and as expected 
> yesterday, and I have made no "overt" updates to the IDE - have not changed 
> preferences or updated version.
> When I did make changes to the reformatting settings and tried to close the 
> preferences dialog, it went away but then came back, then away again, and 
> then back again - while I just watched it happen.



--
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



[jira] [Commented] (NETBEANS-4018) incompatible type error - types are compatible

2020-03-18 Thread Don (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-4018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17061836#comment-17061836
 ] 

Don commented on NETBEANS-4018:
---

I got a notice that an editor update was available. I installed it. This 
problem has apparently been fixed. Close it. If it crops up again, I'll report 
it again.

> incompatible type error - types are compatible
> --
>
> Key: NETBEANS-4018
> URL: https://issues.apache.org/jira/browse/NETBEANS-4018
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.3
> Environment: Mac OS Catalina, Netbeans 11.3
>Reporter: Don
>Priority: Trivial
>
> Error "incompatible types - Object cannot be converted to HsOwnr" when in 
> fact it can and should be.
> Example:
> {color:#00875a}*public class HsHndlr {*{color}
> {color:#00875a}*...*{color}
> {color:#00875a}   *public static ArrayList altrngHsOwnrs = 
> null;*{color}
> {color:#00875a}*...*{color}
> {color:#00875a}   *static class HsOwnr {*{color}
> {color:#00875a}*...*{color}
> {color:#00875a}   *}*{color}
> {color:#00875a}*}* {color}
> {color:#00875a}*public class AppCnvsMIA {*{color}
> {color:#00875a}*...*{color}
> {color:#00875a}   *+for ( HsHndlr.HsOwnr altrngOwnr : HsHndlr.altrngHsOwnrs ) 
> {+*{color}
> {color:#00875a}*...*{color}
> {color:#00875a}   *}*{color}
> {color:#00875a}*}*{color}
> The above give the error. But a compile (Clean and Build) is successful - no 
> errors in the compile and build. The error is removed when the following is 
> done.
> {color:#ff8b00}*public class AppCnvsMIA {*{color}
> {color:#ff8b00}*...*{color}
> {color:#00875a}*//   +for ( HsHndlr.HsOwnr altrngOwnr : HsHndlr.altrngHsOwnrs 
> ) {+*{color}
> {color:#ff8b00}   *ArrayList localOwnrsList = 
> HsHndlr.altrngHsOwnrs;*
>    *for ( HsHndlr.HsOwnr altrngOwnr :* *localOwnrsList* *) {*{color}
> {color:#ff8b00}*...*{color}
> {color:#ff8b00}   *}*{color}
> {color:#ff8b00}*}*{color}
>  This error just cropped up within the last week or so, and I have made no 
> upgrades to the Netbeans environment in months. I think some "automatic" 
> update may have occurred, but I don't know how that could be.
>  



--
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



[jira] [Updated] (NETBEANS-4003) Loss of ALT key

2020-03-18 Thread Don (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Don updated NETBEANS-4003:
--
Priority: Critical  (was: Major)

> Loss of ALT key 
> 
>
> Key: NETBEANS-4003
> URL: https://issues.apache.org/jira/browse/NETBEANS-4003
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 11.3
> Environment: MacOS Catalina, Netbeans 11.3
>Reporter: Don
>Priority: Critical
>
> Use of the ALT (or Option) key on a Mac in the IDE happens when the right ALT 
> key is depressed. It appears to still be available to any debug session in 
> progress, but not to the editor. Sometimes, the touch pad is also not 
> recognized. It can be recovered by flipping to another application or 
> sometimes just another IDE window.



--
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



[jira] [Updated] (NETBEANS-4018) incompatible type error - types are compatible

2020-03-18 Thread Don (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Don updated NETBEANS-4018:
--
Priority: Trivial  (was: Major)

> incompatible type error - types are compatible
> --
>
> Key: NETBEANS-4018
> URL: https://issues.apache.org/jira/browse/NETBEANS-4018
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 11.3
> Environment: Mac OS Catalina, Netbeans 11.3
>Reporter: Don
>Priority: Trivial
>
> Error "incompatible types - Object cannot be converted to HsOwnr" when in 
> fact it can and should be.
> Example:
> {color:#00875a}*public class HsHndlr {*{color}
> {color:#00875a}*...*{color}
> {color:#00875a}   *public static ArrayList altrngHsOwnrs = 
> null;*{color}
> {color:#00875a}*...*{color}
> {color:#00875a}   *static class HsOwnr {*{color}
> {color:#00875a}*...*{color}
> {color:#00875a}   *}*{color}
> {color:#00875a}*}* {color}
> {color:#00875a}*public class AppCnvsMIA {*{color}
> {color:#00875a}*...*{color}
> {color:#00875a}   *+for ( HsHndlr.HsOwnr altrngOwnr : HsHndlr.altrngHsOwnrs ) 
> {+*{color}
> {color:#00875a}*...*{color}
> {color:#00875a}   *}*{color}
> {color:#00875a}*}*{color}
> The above give the error. But a compile (Clean and Build) is successful - no 
> errors in the compile and build. The error is removed when the following is 
> done.
> {color:#ff8b00}*public class AppCnvsMIA {*{color}
> {color:#ff8b00}*...*{color}
> {color:#00875a}*//   +for ( HsHndlr.HsOwnr altrngOwnr : HsHndlr.altrngHsOwnrs 
> ) {+*{color}
> {color:#ff8b00}   *ArrayList localOwnrsList = 
> HsHndlr.altrngHsOwnrs;*
>    *for ( HsHndlr.HsOwnr altrngOwnr :* *localOwnrsList* *) {*{color}
> {color:#ff8b00}*...*{color}
> {color:#ff8b00}   *}*{color}
> {color:#ff8b00}*}*{color}
>  This error just cropped up within the last week or so, and I have made no 
> upgrades to the Netbeans environment in months. I think some "automatic" 
> update may have occurred, but I don't know how that could be.
>  



--
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



[jira] [Updated] (NETBEANS-3977) Apply code changes and Compile on Save not working

2020-03-18 Thread Don (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-3977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Don updated NETBEANS-3977:
--
Priority: Critical  (was: Major)

> Apply code changes and Compile on Save not working
> --
>
> Key: NETBEANS-3977
> URL: https://issues.apache.org/jira/browse/NETBEANS-3977
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Debugger
>Affects Versions: 11.3
>Reporter: Don
>Priority: Critical
>
> With IDE 11.3, while debugging and making minor code changes, the changes are 
> not recognized, even though the "Compile on save" option of the project is 
> selected and the "Apply code changes" option for the "Java Debugger" is 
> selected. It doesn't even recognize that the line numbers are changed, 
> indicating that comment lines are executable, and some executable lines are 
> skipped over, after saving the changes. This may be similar to a couple of 
> other issues, but they said the options were disabled. Not so in my case - 
> the options can be toggled, but with no apparent effect. 



--
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



[jira] [Updated] (NETBEANS-4010) IDE windows overlap incorrectly

2020-03-18 Thread Don (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-4010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Don updated NETBEANS-4010:
--
Priority: Minor  (was: Major)

> IDE windows overlap incorrectly
> ---
>
> Key: NETBEANS-4010
> URL: https://issues.apache.org/jira/browse/NETBEANS-4010
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Other
>Affects Versions: 11.3
> Environment: MacBook MacOS Catalina, Netbeans 11.3
>Reporter: Don
>Priority: Minor
> Attachments: Netbeans IDE windowing problem.png
>
>
> On a MacBook, at times, the "Output", main IDE window (where editors are 
> usually contained as tabs), "Variables", or other windows overlay each other 
> incorrectly. For example, a floating/detached "Output" window is overlaying 
> the main IDE window and will not let other windows overlay it. At other 
> times, clicking on the main window during a debug session results in the 
> "Call stack" or "Variable" window overlaying the main IDE window. Of course, 
> this is when these windows are in floating/detached or "undocked" (pick the 
> description that fits your understanding) states. If they are part of the 
> main IDE window that is presented when the IDE is started, they obviously 
> cannot overlap that window. I've included a screen capture to help understand 
> the problem. The "Variables" and "Output" windows show will come to top when 
> clicked. But the main IDE window under them cannot be displayed on top of 
> either of the others.



--
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



[jira] [Created] (NETBEANS-4020) incorrect error on type conversion during list extraction

2020-03-16 Thread Don (Jira)
Don created NETBEANS-4020:
-

 Summary: incorrect error on type conversion during list extraction
 Key: NETBEANS-4020
 URL: https://issues.apache.org/jira/browse/NETBEANS-4020
 Project: NetBeans
  Issue Type: Bug
  Components: java - Compiler
Affects Versions: 11.3
 Environment: Mac OS Catalina, Netbeans 11.3
Reporter: Don


The following code has an error reported in the editor, but in fact is not an 
error.

Example:

*{color:#00875a}abstract public class CmnStrc {{color}*

    *{color:#00875a}public ArrayList refHsDilgs = new ArrayList<> 
();{color}*

*{color:#00875a}}{color}*

*{color:#00875a}public class DiagModel {{color}*

   *{color:#00875a}HotspotDilg hsDilg = cmnStrc.tgtHsDilg;{color}*

   *{color:#00875a}for ( int hsDilgNdx = 0 ; hsDilgNdx < 
cmnStrc.refHsDilgs.size () ; hsDilgNdx++ ) {{color}*

      *{color:#00875a}+hsDilg = cmnStrc.refHsDilgs.get ( hsDilgNdx );+{color}*

   *{color:#00875a}}{color}*

*{color:#00875a}}{color}*

To remove the error in the error:

{color:#de350b}      *+hsDilg = (HotspotDilg) cmnStrc.refHsDilgs.get ( 
hsDilgNdx );+*{color}

This wasn't/isn't really necessary, except to remove the editor error. The code 
compiles fine without any error indication.

This error cropped up today, after making a few other changes to unrelated 
code. The error indication in the editor wasn't there earlier today when making 
other unrelated changes. Other "incompatible type" errors are cropping up - one 
at a time in separate files as I make changes to remove these "non-errors". 
Indicates the IDE is highly unstable and may have other problems not directly 
related to this error, like perhaps memory leaks or accessing unrelated 
elements of the IDE (just a guess of course).



--
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



[jira] [Created] (NETBEANS-4019) reformatting is not working right

2020-03-16 Thread Don (Jira)
Don created NETBEANS-4019:
-

 Summary: reformatting is not working right
 Key: NETBEANS-4019
 URL: https://issues.apache.org/jira/browse/NETBEANS-4019
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
Affects Versions: 11.3
 Environment: Mac OS Catalina, Netbeans 11.3
Reporter: Don


On Ctrl/Alt/Meta-F (key command to reformat the section or document) and on 
save of file (when option to reformat on save is chosen) the reformatting is 
either not taking place at all, or is only partially happening. For example, 
some modified lines (whether "All languages" is set to reformat "All lines" or 
"Only modified lines" or whether "Java" is set that way or set to use the "All 
languages" setting) get spacing set but not indentation, or no reformatting at 
all (even leaves the spacing untouched).

This just started happening today. It was working OK and as expected yesterday, 
and I have made no "overt" updates to the IDE - have not changed preferences or 
updated version.

When I did make changes to the reformatting settings and tried to close the 
preferences dialog, it went away but then came back, then away again, and then 
back again - while I just watched it happen.



--
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



[jira] [Created] (NETBEANS-4018) incompatible type error - types are compatible

2020-03-16 Thread Don (Jira)
Don created NETBEANS-4018:
-

 Summary: incompatible type error - types are compatible
 Key: NETBEANS-4018
 URL: https://issues.apache.org/jira/browse/NETBEANS-4018
 Project: NetBeans
  Issue Type: Bug
  Components: java - Compiler
Affects Versions: 11.3
 Environment: Mac OS Catalina, Netbeans 11.3
Reporter: Don


Error "incompatible types - Object cannot be converted to HsOwnr" when in fact 
it can and should be.

Example:

{color:#00875a}*public class HsHndlr {*{color}

{color:#00875a}*...*{color}

{color:#00875a}   *public static ArrayList altrngHsOwnrs = null;*{color}

{color:#00875a}*...*{color}

{color:#00875a}   *static class HsOwnr {*{color}

{color:#00875a}*...*{color}

{color:#00875a}   *}*{color}

{color:#00875a}*}* {color}

{color:#00875a}*public class AppCnvsMIA {*{color}

{color:#00875a}*...*{color}

{color:#00875a}   *+for ( HsHndlr.HsOwnr altrngOwnr : HsHndlr.altrngHsOwnrs ) 
{+*{color}

{color:#00875a}*...*{color}

{color:#00875a}   *}*{color}

{color:#00875a}*}*{color}

The above give the error. But a compile (Clean and Build) is successful - no 
errors in the compile and build. The error is removed when the following is 
done.

{color:#ff8b00}*public class AppCnvsMIA {*{color}

{color:#ff8b00}*...*{color}

{color:#00875a}*//   +for ( HsHndlr.HsOwnr altrngOwnr : HsHndlr.altrngHsOwnrs ) 
{+*{color}

{color:#ff8b00}   *ArrayList localOwnrsList = 
HsHndlr.altrngHsOwnrs;*
   *for ( HsHndlr.HsOwnr altrngOwnr :* *localOwnrsList* *) {*{color}

{color:#ff8b00}*...*{color}

{color:#ff8b00}   *}*{color}

{color:#ff8b00}*}*{color}

 This error just cropped up within the last week or so, and I have made no 
upgrades to the Netbeans environment in months. I think some "automatic" update 
may have occurred, but I don't know how that could be.

 



--
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



[jira] [Created] (NETBEANS-4010) IDE windows overlap incorrectly

2020-03-14 Thread Don (Jira)
Don created NETBEANS-4010:
-

 Summary: IDE windows overlap incorrectly
 Key: NETBEANS-4010
 URL: https://issues.apache.org/jira/browse/NETBEANS-4010
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Other
Affects Versions: 11.3
 Environment: MacBook MacOS Catalina, Netbeans 11.3
Reporter: Don
 Attachments: Netbeans IDE windowing problem.png

On a MacBook, at times, the "Output", main IDE window (where editors are 
usually contained as tabs), "Variables", or other windows overlay each other 
incorrectly. For example, a floating/detached "Output" window is overlaying the 
main IDE window and will not let other windows overlay it. At other times, 
clicking on the main window during a debug session results in the "Call stack" 
or "Variable" window overlaying the main IDE window. Of course, this is when 
these windows are in floating/detached or "undocked" (pick the description that 
fits your understanding) states. If they are part of the main IDE window that 
is presented when the IDE is started, they obviously cannot overlap that 
window. I've included a screen capture to help understand the problem. The 
"Variables" and "Output" windows show will come to top when clicked. But the 
main IDE window under them cannot be displayed on top of either of the others.



--
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



[jira] [Created] (NETBEANS-4003) Loss of ALT key

2020-03-11 Thread Don (Jira)
Don created NETBEANS-4003:
-

 Summary: Loss of ALT key 
 Key: NETBEANS-4003
 URL: https://issues.apache.org/jira/browse/NETBEANS-4003
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
Affects Versions: 11.3
 Environment: MacOS Catalina, Netbeans 11.3
Reporter: Don


Use of the ALT (or Option) key on a Mac in the IDE happens when the right ALT 
key is depressed. It appears to still be available to any debug session in 
progress, but not to the editor. Sometimes, the touch pad is also not 
recognized. It can be recovered by flipping to another application or sometimes 
just another IDE window.



--
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



[jira] [Created] (NETBEANS-3995) Deselection of source is not remembered or honored - debugger still steps into it

2020-03-11 Thread Don (Jira)
Don created NETBEANS-3995:
-

 Summary: Deselection of source is not remembered or honored - 
debugger still steps into it
 Key: NETBEANS-3995
 URL: https://issues.apache.org/jira/browse/NETBEANS-3995
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Debugger
Affects Versions: 11.3
 Environment: Mac OS Catalina 10.15.3
Reporter: Don


I have a library I created myself, used as a .jar file. Deselecting the source 
via the "Debugging → Sources" window, is not remembered between invocations of 
Netbeans. The debugger still steps into those methods (using Step into (F7) 
command).



--
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



[jira] [Created] (NETBEANS-3977) Apply code changes and Compile on Save not working

2020-03-08 Thread Don (Jira)
Don created NETBEANS-3977:
-

 Summary: Apply code changes and Compile on Save not working
 Key: NETBEANS-3977
 URL: https://issues.apache.org/jira/browse/NETBEANS-3977
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Debugger
Affects Versions: 11.3
Reporter: Don


With IDE 11.3, while debugging and making minor code changes, the changes are 
not recognized, even though the "Compile on save" option of the project is 
selected and the "Apply code changes" option for the "Java Debugger" is 
selected. It doesn't even recognize that the line numbers are changed, 
indicating that comment lines are executable, and some executable lines are 
skipped over, after saving the changes. This may be similar to a couple of 
other issues, but they said the options were disabled. Not so in my case - the 
options can be toggled, but with no apparent effect. 



--
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



[jira] [Created] (NETBEANS-1814) Alt/Option key is not recognized

2018-12-21 Thread Don (JIRA)
Don created NETBEANS-1814:
-

 Summary: Alt/Option key is not recognized
 Key: NETBEANS-1814
 URL: https://issues.apache.org/jira/browse/NETBEANS-1814
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
Affects Versions: 9.0
 Environment: Product Version = Apache NetBeans IDE 9.0 (Build 
incubator-netbeans-release-334-on-20180708)
Operating System = Mac OS X version 10.14.2 running on x86_64
Java; VM; Vendor = 11
Runtime = Java HotSpot(TM) 64-Bit Server VM 11+28
Reporter: Don
 Fix For: 9.0


 

STEPS:
 Conditions that cause this can not be determined or predicted. The Alt/Option 
key appears to be initially recognized, but at some time during the session it 
stops being recognized. The IDE has to be totally shut down and restarted to 
get it back.

ACTUAL:
 When the Alt/Option key stop being recognized, any attempt to use the keyboard 
with that key depressed appears to be totally ignored.

EXPECTED:
 Various responses are expected depending on what other keys are used with the 
Alt/Option key, such as moving to the next word with the left and right arrow 
keys, or the next instance of a member with the up and down arrow keys, while 
the Alt/Option key is depressed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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