Skip to content

Commit 0d34688

Browse files
author
mgricken
committed
Fixed Eclipse compiler warnings. (Bug 3074287)
git-svn-id: file:///tmp/test-svn/trunk@5398 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent 4e52eec commit 0d34688

File tree

7 files changed

+300
-276
lines changed

7 files changed

+300
-276
lines changed

drjava/lib/platform.jar

247 Bytes
Binary file not shown.

drjava/src/edu/rice/cs/drjava/ui/config/ConfigFrame.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,6 +1478,10 @@ private void _setupCompilerPanel(ConfigPanel panel) {
14781478
"<html>Warn about <code>switch</code> block cases that fall through to the next case.</html>",
14791479
false)
14801480
.setEntireColumn(true));
1481+
addOptionComponent(panel,
1482+
new LabelComponent("<html><br><br>Note: Some of these options may not be effective, depending on the<br>"+
1483+
"compiler you are using.</html>",
1484+
this, true));
14811485
/*
14821486
* The drop down box containing the compiler names
14831487
*/
Binary file not shown.
Binary file not shown.
Binary file not shown.

platform/src-eclipse/edu/rice/cs/drjava/model/compiler/EclipseCompiler.java

Lines changed: 296 additions & 276 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)