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 122430 - J2EE server profiler API cleanup
Summary: J2EE server profiler API cleanup
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2007-11-20 20:19 UTC by Petr Hejl
Modified: 2007-12-11 12:42 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
fixing the constants (3.76 KB, text/plain)
2007-12-03 09:57 UTC, Petr Hejl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hejl 2007-11-20 20:19:20 UTC
API cleanup.

These are minor, however not compatible changes - for example constants that are not declared as final and public static
final arrays. Will attach patch.
Comment 1 Petr Hejl 2007-12-03 09:56:58 UTC
The only change will be making the constants real constants (final). See attached patch.
Comment 2 Petr Hejl 2007-12-03 09:57:57 UTC
Created attachment 53769 [details]
fixing the constants
Comment 3 Petr Hejl 2007-12-10 08:42:46 UTC
Thanks for you comments.

I will integrate the patch.
Comment 4 Petr Hejl 2007-12-11 12:31:58 UTC
Implemented.
Comment 5 Petr Hejl 2007-12-11 12:33:28 UTC
Checking in ProfilerSupport.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/profiler/api/ProfilerSupport.java,v  <--  ProfilerSupport.java
new revision: 1.5; previous revision: 1.4
done
Comment 6 Petr Hejl 2007-12-11 12:42:02 UTC
Checking in apichanges.xml;
/cvs/j2eeserver/apichanges.xml,v  <--  apichanges.xml
new revision: 1.38; previous revision: 1.37
done
Checking in nbproject/project.properties;
/cvs/j2eeserver/nbproject/project.properties,v  <--  project.properties
new revision: 1.30; previous revision: 1.29
done