This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 233469 - WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: no code name base
Summary: WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: no code name base
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P4 normal with 1 vote (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-26 08:54 UTC by Jiri Skrivanek
Modified: 2014-01-21 11:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2013-07-26 08:54:09 UTC
Please, fix your code to prevent warning. So far I found it at two places. Maybe it also happens for other project types. Please, check it.

WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: no code name base
passed when looking up build.properties at org.netbeans.modules.profiler.j2se.J2
SEProjectProfilingSupportProvider.getProjectProperties(J2SEProjectProfilingSuppo
rtProvider.java:273)

WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: no code name base
passed when looking up build.properties at org.netbeans.modules.profiler.j2ee.J2
EEProjectProfilingSupportProvider.getProjectProperties(J2EEProjectProfilingSuppo
rtProvider.java:486)

To reproduce:
- create Java project
- right-click project node and choose Profile
- create Web project
- right-click project node and choose Profile
- message is printed to IDE log

Product Version: NetBeans IDE Dev (Build 201307252300)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b15
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Tomas Hurka 2013-07-26 14:42:01 UTC
This seems to be harmless, nothing is broken -> P4.
Comment 2 Jiri Skrivanek 2014-01-21 11:06:14 UTC
Again at different line:

WARNING [org.netbeans.core.startup.InstalledFileLocatorImpl]: no code name base passed when looking up build.properties at org.netbeans.modules.profiler.j2se.J2SEProjectProfilingSupportProvider.getProjectProperties(J2SEProjectProfilingSupportProvider.java:299)