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 205172 - Code Editor Tool Bare SQE Toggle Button Does Not Work
Summary: Code Editor Tool Bare SQE Toggle Button Does Not Work
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: sqe tools (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: sreimers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-16 02:33 UTC by lamski
Modified: 2011-11-16 02:33 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 lamski 2011-11-16 02:33:28 UTC
Product Version = NetBeans IDE 7.0.1 (Build 201107282000)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.6.0_26
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.1-b02

With SQE installed, the code editor tool bar contains toggle buttons for FindBugs,
PMD, and Checkstyle. It would seem that the purpose of the toggle buttons is to
enable/disable the individual SQE checks. Even though the buttons are toggled off,
the SQE checks are still performed.

The SQE toggle buttons are also lacking tooltip descriptions.

Steps to recreate the issue:
=================
1. Install the SQE plugin.
2. Create/load a java project.
3. Open a java file. Notice that the SQE checks are performed.
4. Enable/disable the SQE buttons on the code editor tool bar - The SQE annotations
are not refreshed.
5. Select a different java editor window then go back to the original editor. The SQE
checks will be performed again even though the SQE buttons are toggled off.