[jira] [Resolved] (NETBEANS-146) Apache art-work rebranding

2018-06-21 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-146.
--
   Resolution: Fixed
Fix Version/s: 9.0

Marked fixed as the new splash is in place for 9.0 and will be on master as 
well as of NETBEANS-956.

> Apache art-work rebranding
> --
>
> Key: NETBEANS-146
> URL: https://issues.apache.org/jira/browse/NETBEANS-146
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: lbruun
>Assignee: Laszlo Kishalmi
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 9.0
>
> Attachments: splash.png, splash.svg, v1 eye.png, v2 connected.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> This lists what needs to be done for a complete re-branding of art-work, e.g. 
> if logo changes. It complements NETBEANS-145.
> The purpose of the list is to document all places where a change will be 
> required, if for example the logo changes.
> Those marked with (*) were updated in 
> [PR275|https://github.com/apache/incubator-netbeans/pull/275] so that is will 
> be possible to release under the ASF hospice. Consider this as a stop-gap 
> measure.
> Those marked with (*b) were updated in 
> [PR447|https://github.com/apache/incubator-netbeans/pull/447/commits/2773da624be0b22c6f0ac77eb44a7236b4f6a386]
> *About Dialog*
>  * There's no specific image for the About Dialog: the splash image is used.
> *Splash*
>  * 
> [splash.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/splash.gif]
>  (*)
>  * 
> [splash_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/splash_dark.gif]
>  (*)
>  * It may be required to change splash image size in 
> [Bundle.properties|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/Bundle.properties]
> *Frame icons*
>  * 
> [frame.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame.gif]
>  (*b)
>  * 
> [frame_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame_dark.gif]
>  (*b)
>  * 
> [frame32.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame32.gif]
>  (*b)
>  * 
> [frame32_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame32_dark.gif]
>  (*b)
>  * 
> [frame48.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame48.gif]
>  (*b)
>  * 
> [frame48_dark.gif|https://github.com/apache/incubator-netbeans/blob/master/core.startup/src/org/netbeans/core/startup/frame48_dark.gif]
>  (*b)
> *Updater*
>  * 
> [frame.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/frame.gif]
>  (*b)
>  * 
> [frame32.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/frame32.gif]
>  (*b)
>  * 
> [frame48.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/frame48.gif]
>  (*b)
>  * 
> [updatersplash.gif|https://github.com/apache/incubator-netbeans/blob/master/autoupdate.services/libsrc/org/netbeans/updater/resources/updatersplash.gif].
>  Very old, contains reference to _Sun Public License_, which hasn't been used 
> for years. However, the Updater Splash is shown so very briefly, so I don't 
> think anyone notices. (reference to Sun Public License on this gif was 
> removed in [PR-275|https://github.com/apache/incubator-netbeans/pull/275]  
> committed on 29 Nov 2017)
> *Launcher*
>  * Windows launcher (.exe embedded icon): 
> [app.ico|https://github.com/apache/incubator-netbeans/blob/master/apisupport.harness/windows-launcher-src/app.ico]
>  
>  * Mac OS X launcher (embedded icon): 
> [applicationIcon.icns|https://github.com/apache/incubator-netbeans/blob/master/apisupport.harness/release/etc/applicationIcon.icns]
> *Installer*
>  * Windows installer launcher (.exe embedded icon): 
> [icon.ico|https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/native/launcher/windows/resources/icon.ico]
>  * Mac OS X installer dock icon : 
> [dockicon.icns|https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/src/org/netbeans/installer/utils/system/launchers/impl/dockicon.icns]
>  * Frame icon : 
> [frame-icon.png|https://github.com/apache/incubator-netbeans/blob/master/nbi/engine/src/org/netbeans/installer/utils/helper/swing/frame-icon.png]
> h2. IDE Branding
> (overrides images in Platform)
> *About Dialog*
>  * 
> 

[jira] [Commented] (NETBEANS-531) "Duplicate method name in class" when running maven app with CoS enabled

2018-06-21 Thread Jeffrey Morlan (JIRA)


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

Jeffrey Morlan commented on NETBEANS-531:
-

Did some more investigation.

For ant projects, the compileClassPath contains only dependencies. But for 
maven projects, it also contains the target/classes directory. This appears to 
be a new behavior introduced between NetBeans 8.2 and 9: 
[http://hg.netbeans.org/main/rev/c348241a3cac]

CacheClassPath translates that into the corresponding index directory 
containing .sig files.

nb-javac's ClassFinder.preferredFileObject prefers a .sig class over a source 
file (this was introduced long ago: 
http://hg.netbeans.org/main/nb-javac/rev/0084dac11bc9)

During OnePassCompileWorker compilation, the ClassSymbol can get populated with 
synthetic method signatures (lambdas, bridges, etc) from the .sig, causing 
problems when the class actually gets compiled.

> "Duplicate method name in class" when running maven app with CoS 
> enabled
> --
>
> Key: NETBEANS-531
> URL: https://issues.apache.org/jira/browse/NETBEANS-531
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Classfile, java - Compiler, projects - Maven
>Affects Versions: 9.0
> Environment: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-205-on-20180202) on OpenJDK 64-Bit Server VM 
> 9.0.4.1+11, Mac OS X version 10.9.5 running on x86_64; UTF-8; en_US (nb)
>Reporter: Eirik Bakke
>Priority: Major
> Attachments: duplicatenamesig.txt, lambda-bug.tar.gz
>
>
> On several occasions, when running a Maven-based NetBeans Platform app from 
> the IDE, the app fails with the exception "java.lang.ClassFormatError: 
> Duplicate method name in class file 
> com/somepackage/project/actions/SomeClass$1". I suspect this might be related 
> to the Compile-on-Save infrastructure. See attached log. A clean build of the 
> entire project is then required in order to make the application runnable 
> again.
> Previous versions of NetBeans required a clean build after changing 
> annotations (see Bugzilla bug 
> [221781|https://netbeans.org/bugzilla/show_bug.cgi?id=221781]). However, this 
> new error appears even when no annotations have been changed. The specific 
> error message shown here is also new to me--it did not appear in previous 
> NetBeans versions.



--
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] [Commented] (NETBEANS-956) Position / Color of SplashScreen ProgressBar/Text is broken with new branding

2018-06-21 Thread Sven Reimers (JIRA)


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

Sven Reimers commented on NETBEANS-956:
---

Ok. Will do..

> Position / Color of SplashScreen ProgressBar/Text is broken with new branding
> -
>
> Key: NETBEANS-956
> URL: https://issues.apache.org/jira/browse/NETBEANS-956
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Sven Reimers
>Assignee: Sven Reimers
>Priority: Major
>  Labels: branding, pull-request-available
> Attachments: NewProgressBarAndTextBranding.png, 
> fix-progress-bar-and-text.diff
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> With change of the splash screen the other bits and pieces do not fit that 
> well anymore.
> Attached is a diff and a screenshot of a probable solution.



--
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] [Issue Comment Deleted] (NETBEANS-920) crash on startup when setting jdk 10 in /etc/netbeans.conf

2018-06-21 Thread vikas kumar prabhakar (JIRA)


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

vikas kumar prabhakar updated NETBEANS-920:
---
Comment: was deleted

(was: Start NetBeans in JDK 10 using below command:

ant tryme -Dtryme.jdkhome=

 )

> crash on startup when setting jdk 10 in /etc/netbeans.conf
> --
>
> Key: NETBEANS-920
> URL: https://issues.apache.org/jira/browse/NETBEANS-920
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Welcome
>Affects Versions: 9.0
> Environment: windows 10 64b
>Reporter: jose luis romero
>Priority: Major
>
> NetBeans rc1  didn't set Java 10 as default, it took Java 8 so I added as 
> Java Platform using the IDE and then setted in netbeans.conf 
> netbeans_jdkhome="C:\Program Files\Java\jdk-10"
>  



--
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] [Commented] (NETBEANS-967) java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location

2018-06-21 Thread Tapio Koskinen (JIRA)


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

Tapio Koskinen commented on NETBEANS-967:
-

I have the same error when I switch editor tab. The error seems to occur only 
after I have focused back to Netbeans, and only on the first tab switch. If I 
open some menu before switching a tab the error does not occur.

Ctrl-click produces the error too.

When starting Netbeans for the first time I was prompted to use some internal 
JDK and I approved.

Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-302-on-20180517)
Java: 1.8.0_162; Java HotSpot(TM) 64-Bit Server VM 25.162-b12
Runtime: Java(TM) SE Runtime Environment 1.8.0_162-b12
System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
 

> java.awt.IllegalComponentStateException: component must be showing on the 
> screen to determine its location
> --
>
> Key: NETBEANS-967
> URL: https://issues.apache.org/jira/browse/NETBEANS-967
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
> Environment: Windows10
>Reporter: Jacco van Weert
>Priority: Major
>
> A lot of times I get this exception when CTRL+click to a method or browsing 
> through the sourcecode.
> It's terrible!
>  
>  
> java.awt.IllegalComponentStateException: component must be showing on the 
> screen to determine its location
>  at java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:2062)
>  at java.awt.Component.getLocationOnScreen(Component.java:2036)
>  at 
> javax.swing.text.JTextComponent$InputMethodRequestsHandler.getTextLocation(JTextComponent.java:4643)
>  at sun.awt.im.InputMethodContext.getTextLocation(InputMethodContext.java:278)
>  at sun.awt.windows.WInputMethod$1.run(WInputMethod.java:588)
>  at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
>  at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
>  at java.awt.EventQueue.access$500(EventQueue.java:97)
>  at java.awt.EventQueue$3.run(EventQueue.java:709)
>  at java.awt.EventQueue$3.run(EventQueue.java:703)
>  at java.security.AccessController.doPrivileged(Native Method)
>  at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
>  at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90)
>  at java.awt.EventQueue$4.run(EventQueue.java:733)
>  at java.awt.EventQueue$4.run(EventQueue.java:731)
>  at java.security.AccessController.doPrivileged(Native Method)
>  at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
>  at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
>  at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [catch] at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
>  at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
>  at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
>  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
>  at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)



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