Skip to content

Commit 3c29172

Browse files
committed
add Eclipse setting to ignore warnings
1 parent 8b5713f commit 3c29172

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

app/.classpath

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="src" path="generated"/>
4+
<classpathentry kind="src" path="generated">
5+
<attributes>
6+
<attribute name="ignore_optional_problems" value="true"/>
7+
</attributes>
8+
</classpathentry>
59
<classpathentry kind="src" path="test/src"/>
610
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
711
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>

todo.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,18 @@ X prevent errors on first line of a new tab from highlighting on previous tab
7070
X crashes in PdePreprocessor.scrubComments(PdePreprocessor.java:321)
7171
X String t = "*/*";
7272
X http://code.google.com/p/processing/issues/detail?id=1435
73+
o add to build.xml
74+
o insert "@SuppressWarnings({"unused", "cast"})" into
75+
o JavaLexer, JavaRecognizer, PdeLexer, PdeRecognizer
76+
o from processing/mode/java/preproc/
77+
X add Eclipse setting to ignore warnings
7378

7479
earlier
7580
X The sketch name can't begin with '_' (underscore)
7681
X http://code.google.com/p/processing/issues/detail?id=859
7782

7883
https://processing-js.lighthouseapp.com/
7984

80-
_ add to build.xml
81-
_ insert "@SuppressWarnings({"unused", "cast"})" into
82-
_ JavaLexer, JavaRecognizer, PdeLexer, PdeRecognizer
83-
_ from processing/mode/java/preproc/
8485
_ also add means to move changes from desktop to Android (and vice-versa)
8586

8687
_ include debug mode as 'experimental'?
@@ -95,6 +96,7 @@ _ remove sketch.properties when moving back to the default?
9596
_ or can we not do this, because the next mode needs this?
9697

9798
_ go through examples to make sure extra imports are not being used
99+
_ vida examples use them sometimes
98100
_ do command line to run through all examples?
99101

100102
_ change error message for serial re: 64-bit

0 commit comments

Comments
 (0)