[jira] [Updated] (NETBEANS-4727) Better "Slowness detected" message on low performance

2020-08-19 Thread Tarin Gamberini (Jira)


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

Tarin Gamberini updated NETBEANS-4727:
--
Summary: Better "Slowness detected" message on low performance  (was: 
Better "Slowness detected" message)

> Better "Slowness detected" message on low performance
> -
>
> Key: NETBEANS-4727
> URL: https://issues.apache.org/jira/browse/NETBEANS-4727
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Tarin Gamberini
>Priority: Major
>
> PROBLEM
> Performance are low.
> The "Slowness detected" message appears several time during a day in the 
> notification bubble window.
> CAUSE
> Our company uses Trend Micro antivirus on Windows. There are two process 
> always running:
> * Trend Micro Common Client Real-time Scan Service
> * Trend Micro Unauthorized Change Prevention Service
> The real-time one scans continuously files under directories:
> * C:\Users\surname_name\NetBeansProjects
> * C:\Users\surname_name\.m2
> * C:\Users\surname_name\AppData\Roaming\NetBeans
> and less frequently files under directories:
> * NetBeans installation directory
> * jdk installation directory
> * Tomcat installation directory
> We observed that performance degrades considerably:
> * after windows updates, may be because there are lots of new files to scan
> * if the computer is never restarted in seven-ten days (after a fresh restart 
> performance improves slightly)
> We reported the situation to our security administrator which adopt a 
> solution that works quite well.
> PROPOSAL
> Improve the "Slowness detected" message asking if some real-time scan 
> antivirus is running.
> Best regards,
> Tarin Gamberini



--
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-1670) Add defaultSerialVersionUID to all Serializable classes missing it

2020-08-19 Thread Tarin Gamberini (Jira)


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

Tarin Gamberini updated NETBEANS-1670:
--
Affects Version/s: 12.1

> Add defaultSerialVersionUID to all Serializable classes missing it
> --
>
> Key: NETBEANS-1670
> URL: https://issues.apache.org/jira/browse/NETBEANS-1670
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - Refactoring
>Affects Versions: 9.0, 12.1
>Reporter: Tarin Gamberini
>Priority: Major
>
> Currently if I have checked the Serialization checkbox under Tools > Options 
> > Editor > Hints > Standard Javac Warnings I can find all classes missing a 
> defaultSerialVersionUID.
> Of course if there are many classes I have to open each class and adding a 
> defaultSerialVersionUID. Luckily the editor helps me because when I put the 
> cursor on the class declaration I type ALT+ENTER and I choose Add 
> defaultSerialVersionUID. The problem is that I have to repeat these 
> operations for each class.
> I would like adding a defaultSerialVersionUID to all Serializable classes 
> which don't has one yet.
> That is a refactoring scenario so I would like to proceed in this way:
>  # left click on the project in Projects window
>  # click Refactor
>  # click Inspect and Transform
>  # choose Single Inspection
>  # choose Serialization under a Standard Javac Warnings section
>  # click Inspect
>  # click Transform
> Many thanks for your help,
> Tarin



--
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-4727) Better "Slowness detected" message

2020-08-19 Thread Tarin Gamberini (Jira)
Tarin Gamberini created NETBEANS-4727:
-

 Summary: Better "Slowness detected" message
 Key: NETBEANS-4727
 URL: https://issues.apache.org/jira/browse/NETBEANS-4727
 Project: NetBeans
  Issue Type: Improvement
Reporter: Tarin Gamberini


PROBLEM

Performance are low.

The "Slowness detected" message appears several time during a day in the 
notification bubble window.

CAUSE

Our company uses Trend Micro antivirus on Windows. There are two process always 
running:

* Trend Micro Common Client Real-time Scan Service
* Trend Micro Unauthorized Change Prevention Service

The real-time one scans continuously files under directories:

* C:\Users\surname_name\NetBeansProjects
* C:\Users\surname_name\.m2
* C:\Users\surname_name\AppData\Roaming\NetBeans

and less frequently files under directories:

* NetBeans installation directory
* jdk installation directory
* Tomcat installation directory

We observed that performance degrades considerably:

* after windows updates, may be because there are lots of new files to scan
* if the computer is never restarted in seven-ten days (after a fresh restart 
performance improves slightly)

We reported the situation to our security administrator which adopt a solution 
that works quite well.

PROPOSAL

Improve the "Slowness detected" message asking if some real-time scan antivirus 
is running.

Best regards,
Tarin Gamberini



--
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-2296) Low performance

2020-08-19 Thread Tarin Gamberini (Jira)


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

Tarin Gamberini commented on NETBEANS-2296:
---

Do you have any real-time antivirus scanning?

Our company uses Trend Micro antivirus on Windows. There are two process always 
running:

* Trend Micro Common Client Real-time Scan Service
* Trend Micro Unauthorized Change Prevention Service

The real-time one scans continuously files in directory:

* C:\Users\surname_name\.m2
* C:\Users\surname_name\AppData\Roaming\NetBeans

and less frequently files in directory:

* NetBeans installation directory
* jdk installation directory
* Tomcat installation directory

We observed that performance degrades considerably:

* after windows updates, may be because there are lots of new files to scan
* if the computer is never restarted in seven-ten days (after a fresh restart 
performance improves slightly)

Best regards,
Tarin Gamberini

> Low performance
> ---
>
> Key: NETBEANS-2296
> URL: https://issues.apache.org/jira/browse/NETBEANS-2296
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Eric Brosseau
>Assignee: Eric Brosseau
>Priority: Critical
>
> 
>   2019-03-22T10:24:17
>   1553275457605
>   472
>   700
>   71
>   Snapshot statistics
>   1553275423912
>   Samples
>   3266
>   Average
>   10.31043469075323
>   Minimum
>   4.7316
>   Maximum
>   15.6541
>   Std. deviation
>   0.599752771286342
> 



--
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-3445) Netbeans ask me to issue this bug

2019-11-25 Thread Tarin Gamberini (Jira)
Tarin Gamberini created NETBEANS-3445:
-

 Summary: Netbeans ask me to issue this bug
 Key: NETBEANS-3445
 URL: https://issues.apache.org/jira/browse/NETBEANS-3445
 Project: NetBeans
  Issue Type: Bug
Reporter: Tarin Gamberini
 Attachments: ide-log.log, ui-log.xml

Just opened Netbeans IDE a windows appear asking me to issue this bug.

See attachments:
 * [^ui-log.xml]
 * [^ide-log.log]

^Best regards.^



--
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-1670) Add defaultSerialVersionUID to all Serializable classes missing it

2018-11-13 Thread Tarin Gamberini (JIRA)
Tarin Gamberini created NETBEANS-1670:
-

 Summary: Add defaultSerialVersionUID to all Serializable classes 
missing it
 Key: NETBEANS-1670
 URL: https://issues.apache.org/jira/browse/NETBEANS-1670
 Project: NetBeans
  Issue Type: Improvement
  Components: java - Refactoring
Affects Versions: 9.0
Reporter: Tarin Gamberini


Currently if I have checked the Serialization checkbox under Tools > Options > 
Editor > Hints > Standard Javac Warnings I can find all classes missing a 
defaultSerialVersionUID.

Of course if there are many classes I have to open each class and adding a 
defaultSerialVersionUID. Luckily the editor helps me because when I put the 
cursor on the class declaration I type ALT+ENTER and I choose Add 
defaultSerialVersionUID. The problem is that I have to repeat these operations 
for each class.

I would like adding a defaultSerialVersionUID to all Serializable classes which 
don't has one yet.

That is a refactoring scenario so I would like to proceed in this way:
 # left click on the project in Projects window
 # click Refactor
 # click Inspect and Transform
 # choose Single Inspection
 # choose Serialization under a Standard Javac Warnings section
 # click Inspect
 # click Transform

Many thanks for your help,

Tarin



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



[jira] [Updated] (NETBEANS-515) Refactor {@code methodParameterName} in javadoc on method's parameter name refactoring

2018-03-23 Thread Tarin Gamberini (JIRA)

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

Tarin Gamberini updated NETBEANS-515:
-
Description: 
The current refactoring of a methodParameterName in:
 * /** @param methodParameterName ... */
 * ReturnedType methodName(MethodParameterType methodParameterName)

works well, but it would be great if the refactoring was able to change the 
others:
 * /** ... \{@code methodParameterName} ... */
 * /** ... methodParameterName ... */

occurences in method javadoc as well.

 

At the moment, in fact, I have to manually change the others: 
 * /** ... \{@code methodParameterName} ... */
 * /** ... methodParameterName ... */

occurences in method javadoc, that's quite annoying.

 

Many thanks for your help,
 Tarin

  was:
The current refactoring of a {color:#d04437}{{methodParameterName}} {color}in:
 * {{/** @param {color:#d04437}{{methodParameterName}}{color:#33} ... 
*/{color}{color}}}
 * {{ReturnedType methodName(MethodParameterType 
{color:#d04437}methodParameterName{color}}}{{)}}

works well, but it would be great if the refactoring was able to change the 
others:
 * {{/** ... {@code {color:#d04437}{{methodParameterName}}{color:#33}} ... 
*/{color}{color}}}
 * {{/** ... {color:#d04437}methodParameterName{color}}}{{ ... */}}

occurences in method javadoc as well.

 At the moment, in fact, I have to manually change: 
 * {{/** ... {@code {color:#d04437}methodParameterName{color:#33}} ... 
*/{color}{color}}}
 * {{/** ... {color:#d04437}methodParameterName{color} ... */}}

occurences in method javadoc, that's quite annoying.

 

Many thanks for your help,
 Tarin


> Refactor {@code methodParameterName} in javadoc on method's parameter name 
> refactoring
> --
>
> Key: NETBEANS-515
> URL: https://issues.apache.org/jira/browse/NETBEANS-515
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Refactoring
>Affects Versions: 8.2
>Reporter: Tarin Gamberini
>Priority: Major
>
> The current refactoring of a methodParameterName in:
>  * /** @param methodParameterName ... */
>  * ReturnedType methodName(MethodParameterType methodParameterName)
> works well, but it would be great if the refactoring was able to change the 
> others:
>  * /** ... \{@code methodParameterName} ... */
>  * /** ... methodParameterName ... */
> occurences in method javadoc as well.
>  
> At the moment, in fact, I have to manually change the others: 
>  * /** ... \{@code methodParameterName} ... */
>  * /** ... methodParameterName ... */
> occurences in method javadoc, that's quite annoying.
>  
> Many thanks for your help,
>  Tarin



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



[jira] [Created] (NETBEANS-515) Refactor {@code methodParameterName} in javadoc on method's parameter name refactoring

2018-03-23 Thread Tarin Gamberini (JIRA)
Tarin Gamberini created NETBEANS-515:


 Summary: Refactor {@code methodParameterName} in javadoc on 
method's parameter name refactoring
 Key: NETBEANS-515
 URL: https://issues.apache.org/jira/browse/NETBEANS-515
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Refactoring
Affects Versions: 8.2
Reporter: Tarin Gamberini


The current refactoring of a {color:#d04437}{{methodParameterName}} {color}in:
 * {{/** @param {color:#d04437}{{methodParameterName}}{color:#33} ... 
*/{color}{color}}}
 * {{ReturnedType methodName(MethodParameterType 
{color:#d04437}methodParameterName{color}}}{{)}}

works well, but it would be great if the refactoring was able to change the 
others:
 * {{/** ... {@code {color:#d04437}{{methodParameterName}}{color:#33}} ... 
*/{color}{color}}}
 * {{/** ... {color:#d04437}methodParameterName{color}}}{{ ... */}}

occurences in method javadoc as well.

 At the moment, in fact, I have to manually change: 
 * {{/** ... {@code {color:#d04437}methodParameterName{color:#33}} ... 
*/{color}{color}}}
 * {{/** ... {color:#d04437}methodParameterName{color} ... */}}

occurences in method javadoc, that's quite annoying.

 

Many thanks for your help,
 Tarin



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