MetroCS / QualityToolsForBlueJ

BlueJ extension to integrate quality assessment tools
GNU Lesser General Public License v3.0
0 stars 42 forks source link

[UserStory] UI that allows for user defined configuration of BlueJ extensions. #74

Closed jstrelka closed 4 years ago

jstrelka commented 4 years ago

User Story

Essential components

Story

As a user
I want a way to configure any tools that are extensions of BlueJ
so that I can configure extensions of BlueJ to my preferences.

Acceptance Criteria

(Rules or scenarios are acceptable formats.)

Supporting Information

N/A

Dependencies

Depends On

#43, #38, #33, #3, #2

Dependents

N/A

jody commented 4 years ago

This appears to already exist in the BlueJ product. See: Adding items to BlueJ's Preferences panel in Writing BlueJ Extensions

jstrelka commented 4 years ago

Yes, I believe the BlueJ product only provides a way to select and run the tool. My thought was to have a UI for configuring the tools themselves. Such as turning off specific checks in Checkstyles, etc.